HSL(11, 64%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,64%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 64%, 56%) | color: hsl(11, 64%, 56%) | |
| HEX | #D76147 | color: #D76147 | |
| RGB | rgb(215, 97, 71) | color: rgb(215, 97, 71) | |
| CMYK | cmyk(0%, 55%, 67%, 16%) | — | |
| HSV | hsv(11, 67%, 84%) | — | |
| HWB | hwb(11 28% 16%) | color: hwb(11 28% 16%) | |
| OKLCH | oklch(0.6336 0.1545 33.88) | color: oklch(0.6336 0.1545 33.88) | |
| Lab | lab(55.54 44.62 37.11) | color: lab(55.54 44.62 37.11) | |
| LCH | lch(55.54 58.04 39.75) | color: lch(55.54 58.04 39.75) |
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)
#A4A34D — rgb(164, 163, 77)
Deuteranopia (Green-blind)
#ABB44F — rgb(171, 180, 79)
Tritanopia (Blue-blind)
#D15253 — rgb(209, 82, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 64%, 56%);
text
color: hsl(11, 64%, 56%);
border
border: 2px solid hsl(11, 64%, 56%);
gradient light
background: linear-gradient(to right, hsl(11, 64%, 76%), hsl(11, 64%, 56%));
gradient dark
background: linear-gradient(to right, hsl(11, 64%, 56%), hsl(11, 64%, 36%))
hex
background-color: #D76147;
tailwind
bg-[hsl(11,64%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 64%, 56%, 0.4);
css variable
--color-primary: hsl(11, 64%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 64%, 56%)?
HEX: #D76147 | RGB: rgb(215, 97, 71) | CMYK: 0%, 55%, 67%, 16% | HSV: 11°, 67%, 84%. Copy any format from the conversion table above.
What colors go well with #D76147?
The complementary color is HSL(191, 64%, 56%). 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, 64%, 56%) in CSS?
As HSL: color: hsl(11, 64%, 56%); — As HEX: color: #D76147; — As RGB: color: rgb(215, 97, 71); — Tailwind CSS: bg-[hsl(11,64%,56%)] — CSS variable: --color-primary: hsl(11, 64%, 56%);