HSL(357, 100%, 44%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 100%, 44%) | color: hsl(357, 100%, 44%) | |
| HEX | #E0000B | color: #E0000B | |
| RGB | rgb(224, 0, 11) | color: rgb(224, 0, 11) | |
| CMYK | cmyk(0%, 100%, 95%, 12%) | — | |
| HSV | hsv(357, 100%, 88%) | — | |
| HWB | hwb(357 0% 12%) | color: hwb(357 0% 12%) | |
| OKLCH | oklch(0.5697 0.2332 28.42) | color: oklch(0.5697 0.2332 28.42) | |
| Lab | lab(46.81 72.71 57.74) | color: lab(46.81 72.71 57.74) | |
| LCH | lch(46.81 92.85 38.45) | color: lch(46.81 92.85 38.45) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7F7D08 — rgb(127, 125, 8)
Deuteranopia (Green-blind)
#8C9D08 — rgb(140, 157, 8)
Tritanopia (Blue-blind)
#D50606 — rgb(213, 6, 6)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 100%, 44%);
text
color: hsl(357, 100%, 44%);
border
border: 2px solid hsl(357, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(357, 100%, 64%), hsl(357, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(357, 100%, 44%), hsl(357, 100%, 24%))
hex
background-color: #E0000B;
tailwind
bg-[hsl(357,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 100%, 44%, 0.4);
css variable
--color-primary: hsl(357, 100%, 44%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 100%, 44%)?
HEX: #E0000B | RGB: rgb(224, 0, 11) | CMYK: 0%, 100%, 95%, 12% | HSV: 357°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #E0000B?
The complementary color is HSL(177, 100%, 44%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 100%, 44%) in CSS?
As HSL: color: hsl(357, 100%, 44%); — As HEX: color: #E0000B; — As RGB: color: rgb(224, 0, 11); — Tailwind CSS: bg-[hsl(357,100%,44%)] — CSS variable: --color-primary: hsl(357, 100%, 44%);