HSL(11, 84%, 24%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,84%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 84%, 24%) | color: hsl(11, 84%, 24%) | |
| HEX | #711D0A | color: #711D0A | |
| RGB | rgb(113, 29, 10) | color: rgb(113, 29, 10) | |
| CMYK | cmyk(0%, 74%, 91%, 56%) | — | |
| HSV | hsv(11, 91%, 44%) | — | |
| HWB | hwb(11 4% 56%) | color: hwb(11 4% 56%) | |
| OKLCH | oklch(0.3671 0.1208 33.82) | color: oklch(0.3671 0.1208 33.82) | |
| Lab | lab(24.99 35.9 32.3) | color: lab(24.99 35.9 32.3) | |
| LCH | lch(24.99 48.29 41.98) | color: lch(24.99 48.29 41.98) |
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)
#4D4C0F — rgb(77, 76, 15)
Deuteranopia (Green-blind)
#525810 — rgb(82, 88, 16)
Tritanopia (Blue-blind)
#6D1213 — rgb(109, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 84%, 24%);
text
color: hsl(11, 84%, 24%);
border
border: 2px solid hsl(11, 84%, 24%);
gradient light
background: linear-gradient(to right, hsl(11, 84%, 44%), hsl(11, 84%, 24%));
gradient dark
background: linear-gradient(to right, hsl(11, 84%, 24%), hsl(11, 84%, 4%))
hex
background-color: #711D0A;
tailwind
bg-[hsl(11,84%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 84%, 24%, 0.4);
css variable
--color-primary: hsl(11, 84%, 24%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 84%, 24%)?
HEX: #711D0A | RGB: rgb(113, 29, 10) | CMYK: 0%, 74%, 91%, 56% | HSV: 11°, 91%, 44%. Copy any format from the conversion table above.
What colors go well with #711D0A?
The complementary color is HSL(191, 84%, 24%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 84%, 24%) in CSS?
As HSL: color: hsl(11, 84%, 24%); — As HEX: color: #711D0A; — As RGB: color: rgb(113, 29, 10); — Tailwind CSS: bg-[hsl(11,84%,24%)] — CSS variable: --color-primary: hsl(11, 84%, 24%);