HSL(12, 80%, 63%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 80%, 63%) | color: hsl(12, 80%, 63%) | |
| HEX | #EC7355 | color: #EC7355 | |
| RGB | rgb(236, 115, 85) | color: rgb(236, 115, 85) | |
| CMYK | cmyk(0%, 51%, 64%, 7%) | — | |
| HSV | hsv(12, 64%, 93%) | — | |
| HWB | hwb(12 33% 7%) | color: hwb(12 33% 7%) | |
| OKLCH | oklch(0.6918 0.1565 35.08) | color: oklch(0.6918 0.1565 35.08) | |
| Lab | lab(62.3 44.44 38.32) | color: lab(62.3 44.44 38.32) | |
| LCH | lch(62.3 58.68 40.77) | color: lch(62.3 58.68 40.77) |
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)
#B8B75C — rgb(184, 183, 92)
Deuteranopia (Green-blind)
#BFC85E — rgb(191, 200, 94)
Tritanopia (Blue-blind)
#E66263 — rgb(230, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 80%, 63%);
text
color: hsl(12, 80%, 63%);
border
border: 2px solid hsl(12, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(12, 80%, 83%), hsl(12, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(12, 80%, 63%), hsl(12, 80%, 43%))
hex
background-color: #EC7355;
tailwind
bg-[hsl(12,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 80%, 63%, 0.4);
css variable
--color-primary: hsl(12, 80%, 63%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 80%, 63%)?
HEX: #EC7355 | RGB: rgb(236, 115, 85) | CMYK: 0%, 51%, 64%, 7% | HSV: 12°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #EC7355?
The complementary color is HSL(192, 80%, 63%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 80%, 63%) in CSS?
As HSL: color: hsl(12, 80%, 63%); — As HEX: color: #EC7355; — As RGB: color: rgb(236, 115, 85); — Tailwind CSS: bg-[hsl(12,80%,63%)] — CSS variable: --color-primary: hsl(12, 80%, 63%);