HSL(12, 97%, 47%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,97%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 97%, 47%) | color: hsl(12, 97%, 47%) | |
| HEX | #EC3204 | color: #EC3204 | |
| RGB | rgb(236, 50, 4) | color: rgb(236, 50, 4) | |
| CMYK | cmyk(0%, 79%, 98%, 7%) | — | |
| HSV | hsv(12, 98%, 93%) | — | |
| HWB | hwb(12 2% 7%) | color: hwb(12 2% 7%) | |
| OKLCH | oklch(0.6121 0.2248 32.87) | color: oklch(0.6121 0.2248 32.87) | |
| Lab | lab(51.98 67.93 63.43) | color: lab(51.98 67.93 63.43) | |
| LCH | lch(51.98 92.94 43.04) | color: lch(51.98 92.94 43.04) |
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)
#9B9A0F — rgb(155, 154, 15)
Deuteranopia (Green-blind)
#A6B412 — rgb(166, 180, 18)
Tritanopia (Blue-blind)
#E3181A — rgb(227, 24, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 97%, 47%);
text
color: hsl(12, 97%, 47%);
border
border: 2px solid hsl(12, 97%, 47%);
gradient light
background: linear-gradient(to right, hsl(12, 97%, 67%), hsl(12, 97%, 47%));
gradient dark
background: linear-gradient(to right, hsl(12, 97%, 47%), hsl(12, 97%, 27%))
hex
background-color: #EC3204;
tailwind
bg-[hsl(12,97%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 97%, 47%, 0.4);
css variable
--color-primary: hsl(12, 97%, 47%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(12, 97%, 47%)?
HEX: #EC3204 | RGB: rgb(236, 50, 4) | CMYK: 0%, 79%, 98%, 7% | HSV: 12°, 98%, 93%. Copy any format from the conversion table above.
What colors go well with #EC3204?
The complementary color is HSL(192, 97%, 47%). 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, 97%, 47%) in CSS?
As HSL: color: hsl(12, 97%, 47%); — As HEX: color: #EC3204; — As RGB: color: rgb(236, 50, 4); — Tailwind CSS: bg-[hsl(12,97%,47%)] — CSS variable: --color-primary: hsl(12, 97%, 47%);