HSL(2, 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(2,97%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 97%, 47%) | color: hsl(2, 97%, 47%) | |
| HEX | #EC0B04 | color: #EC0B04 | |
| RGB | rgb(236, 11, 4) | color: rgb(236, 11, 4) | |
| CMYK | cmyk(0%, 95%, 98%, 7%) | — | |
| HSV | hsv(2, 98%, 93%) | — | |
| HWB | hwb(2 2% 7%) | color: hwb(2 2% 7%) | |
| OKLCH | oklch(0.5945 0.2408 29.37) | color: oklch(0.5945 0.2408 29.37) | |
| Lab | lab(49.6 74.72 62.38) | color: lab(49.6 74.72 62.38) | |
| LCH | lch(49.6 97.34 39.86) | color: lch(49.6 97.34 39.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)
#8B8906 — rgb(139, 137, 6)
Deuteranopia (Green-blind)
#98A906 — rgb(152, 169, 6)
Tritanopia (Blue-blind)
#E10707 — rgb(225, 7, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 97%, 47%);
text
color: hsl(2, 97%, 47%);
border
border: 2px solid hsl(2, 97%, 47%);
gradient light
background: linear-gradient(to right, hsl(2, 97%, 67%), hsl(2, 97%, 47%));
gradient dark
background: linear-gradient(to right, hsl(2, 97%, 47%), hsl(2, 97%, 27%))
hex
background-color: #EC0B04;
tailwind
bg-[hsl(2,97%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 97%, 47%, 0.4);
css variable
--color-primary: hsl(2, 97%, 47%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(2, 97%, 47%)?
HEX: #EC0B04 | RGB: rgb(236, 11, 4) | CMYK: 0%, 95%, 98%, 7% | HSV: 2°, 98%, 93%. Copy any format from the conversion table above.
What colors go well with #EC0B04?
The complementary color is HSL(182, 97%, 47%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 97%, 47%) in CSS?
As HSL: color: hsl(2, 97%, 47%); — As HEX: color: #EC0B04; — As RGB: color: rgb(236, 11, 4); — Tailwind CSS: bg-[hsl(2,97%,47%)] — CSS variable: --color-primary: hsl(2, 97%, 47%);