HSL(352, 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(352,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 100%, 44%) | color: hsl(352, 100%, 44%) | |
| HEX | #E0001E | color: #E0001E | |
| RGB | rgb(224, 0, 30) | color: rgb(224, 0, 30) | |
| CMYK | cmyk(0%, 100%, 87%, 12%) | — | |
| HSV | hsv(352, 100%, 88%) | — | |
| HWB | hwb(352 0% 12%) | color: hwb(352 0% 12%) | |
| OKLCH | oklch(0.5707 0.232 26.18) | color: oklch(0.5707 0.232 26.18) | |
| Lab | lab(46.9 72.96 50.31) | color: lab(46.9 72.96 50.31) | |
| LCH | lch(46.9 88.62 34.59) | color: lch(46.9 88.62 34.59) |
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)
#7F7D17 — rgb(127, 125, 23)
Deuteranopia (Green-blind)
#8C9D15 — rgb(140, 157, 21)
Tritanopia (Blue-blind)
#D51110 — rgb(213, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 100%, 44%);
text
color: hsl(352, 100%, 44%);
border
border: 2px solid hsl(352, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(352, 100%, 64%), hsl(352, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(352, 100%, 44%), hsl(352, 100%, 24%))
hex
background-color: #E0001E;
tailwind
bg-[hsl(352,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 100%, 44%, 0.4);
css variable
--color-primary: hsl(352, 100%, 44%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 100%, 44%)?
HEX: #E0001E | RGB: rgb(224, 0, 30) | CMYK: 0%, 100%, 87%, 12% | HSV: 352°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #E0001E?
The complementary color is HSL(172, 100%, 44%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 100%, 44%) in CSS?
As HSL: color: hsl(352, 100%, 44%); — As HEX: color: #E0001E; — As RGB: color: rgb(224, 0, 30); — Tailwind CSS: bg-[hsl(352,100%,44%)] — CSS variable: --color-primary: hsl(352, 100%, 44%);