HSL(356, 71%, 24%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,71%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 71%, 24%) | color: hsl(356, 71%, 24%) | |
| HEX | #691218 | color: #691218 | |
| RGB | rgb(105, 18, 24) | color: rgb(105, 18, 24) | |
| CMYK | cmyk(0%, 83%, 77%, 59%) | — | |
| HSV | hsv(356, 83%, 41%) | — | |
| HWB | hwb(356 7% 59%) | color: hwb(356 7% 59%) | |
| OKLCH | oklch(0.3418 0.1198 23.16) | color: oklch(0.3418 0.1198 23.16) | |
| Lab | lab(21.95 37.76 20.77) | color: lab(21.95 37.76 20.77) | |
| LCH | lch(21.95 43.1 28.81) | color: lch(21.95 43.1 28.81) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#434317 — rgb(67, 67, 23)
Deuteranopia (Green-blind)
#484F16 — rgb(72, 79, 22)
Tritanopia (Blue-blind)
#651515 — rgb(101, 21, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 71%, 24%);
text
color: hsl(356, 71%, 24%);
border
border: 2px solid hsl(356, 71%, 24%);
gradient light
background: linear-gradient(to right, hsl(356, 71%, 44%), hsl(356, 71%, 24%));
gradient dark
background: linear-gradient(to right, hsl(356, 71%, 24%), hsl(356, 71%, 4%))
hex
background-color: #691218;
tailwind
bg-[hsl(356,71%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 71%, 24%, 0.4);
css variable
--color-primary: hsl(356, 71%, 24%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 71%, 24%)?
HEX: #691218 | RGB: rgb(105, 18, 24) | CMYK: 0%, 83%, 77%, 59% | HSV: 356°, 83%, 41%. Copy any format from the conversion table above.
What colors go well with #691218?
The complementary color is HSL(176, 71%, 24%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 71%, 24%) in CSS?
As HSL: color: hsl(356, 71%, 24%); — As HEX: color: #691218; — As RGB: color: rgb(105, 18, 24); — Tailwind CSS: bg-[hsl(356,71%,24%)] — CSS variable: --color-primary: hsl(356, 71%, 24%);