HSL(11, 62%, 59%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,62%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 62%, 59%) | color: hsl(11, 62%, 59%) | |
| HEX | #D76D56 | color: #D76D56 | |
| RGB | rgb(215, 109, 86) | color: rgb(215, 109, 86) | |
| CMYK | cmyk(0%, 49%, 60%, 16%) | — | |
| HSV | hsv(11, 60%, 84%) | — | |
| HWB | hwb(11 34% 16%) | color: hwb(11 34% 16%) | |
| OKLCH | oklch(0.6537 0.1383 33.5) | color: oklch(0.6537 0.1383 33.5) | |
| Lab | lab(58.09 39.61 31.91) | color: lab(58.09 39.61 31.91) | |
| LCH | lch(58.09 50.86 38.86) | color: lch(58.09 50.86 38.86) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A9A85C — rgb(169, 168, 92)
Deuteranopia (Green-blind)
#AFB75D — rgb(175, 183, 93)
Tritanopia (Blue-blind)
#D26061 — rgb(210, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 62%, 59%);
text
color: hsl(11, 62%, 59%);
border
border: 2px solid hsl(11, 62%, 59%);
gradient light
background: linear-gradient(to right, hsl(11, 62%, 79%), hsl(11, 62%, 59%));
gradient dark
background: linear-gradient(to right, hsl(11, 62%, 59%), hsl(11, 62%, 39%))
hex
background-color: #D76D56;
tailwind
bg-[hsl(11,62%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 62%, 59%, 0.4);
css variable
--color-primary: hsl(11, 62%, 59%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 62%, 59%)?
HEX: #D76D56 | RGB: rgb(215, 109, 86) | CMYK: 0%, 49%, 60%, 16% | HSV: 11°, 60%, 84%. Copy any format from the conversion table above.
What colors go well with #D76D56?
The complementary color is HSL(191, 62%, 59%). 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, 62%, 59%) in CSS?
As HSL: color: hsl(11, 62%, 59%); — As HEX: color: #D76D56; — As RGB: color: rgb(215, 109, 86); — Tailwind CSS: bg-[hsl(11,62%,59%)] — CSS variable: --color-primary: hsl(11, 62%, 59%);