HSL(9, 95%, 46%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,95%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 95%, 46%) | color: hsl(9, 95%, 46%) | |
| HEX | #E52706 | color: #E52706 | |
| RGB | rgb(229, 39, 6) | color: rgb(229, 39, 6) | |
| CMYK | cmyk(0%, 83%, 97%, 10%) | — | |
| HSV | hsv(9, 97%, 90%) | — | |
| HWB | hwb(9 3% 10%) | color: hwb(9 3% 10%) | |
| OKLCH | oklch(0.5924 0.2249 31.45) | color: oklch(0.5924 0.2249 31.45) | |
| Lab | lab(49.65 68.71 61.05) | color: lab(49.65 68.71 61.05) | |
| LCH | lch(49.65 91.91 41.62) | color: lch(49.65 91.91 41.62) |
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)
#93910E — rgb(147, 145, 14)
Deuteranopia (Green-blind)
#9EAC10 — rgb(158, 172, 16)
Tritanopia (Blue-blind)
#DC1416 — rgb(220, 20, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 95%, 46%);
text
color: hsl(9, 95%, 46%);
border
border: 2px solid hsl(9, 95%, 46%);
gradient light
background: linear-gradient(to right, hsl(9, 95%, 66%), hsl(9, 95%, 46%));
gradient dark
background: linear-gradient(to right, hsl(9, 95%, 46%), hsl(9, 95%, 26%))
hex
background-color: #E52706;
tailwind
bg-[hsl(9,95%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 95%, 46%, 0.4);
css variable
--color-primary: hsl(9, 95%, 46%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(9, 95%, 46%)?
HEX: #E52706 | RGB: rgb(229, 39, 6) | CMYK: 0%, 83%, 97%, 10% | HSV: 9°, 97%, 90%. Copy any format from the conversion table above.
What colors go well with #E52706?
The complementary color is HSL(189, 95%, 46%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 95%, 46%) in CSS?
As HSL: color: hsl(9, 95%, 46%); — As HEX: color: #E52706; — As RGB: color: rgb(229, 39, 6); — Tailwind CSS: bg-[hsl(9,95%,46%)] — CSS variable: --color-primary: hsl(9, 95%, 46%);