HSL(352, 96%, 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,96%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 96%, 44%) | color: hsl(352, 96%, 44%) | |
| HEX | #DC0421 | color: #DC0421 | |
| RGB | rgb(220, 4, 33) | color: rgb(220, 4, 33) | |
| CMYK | cmyk(0%, 98%, 85%, 14%) | — | |
| HSV | hsv(352, 98%, 86%) | — | |
| HWB | hwb(352 2% 14%) | color: hwb(352 2% 14%) | |
| OKLCH | oklch(0.5641 0.2278 25.7) | color: oklch(0.5641 0.2278 25.7) | |
| Lab | lab(46.2 71.71 47.91) | color: lab(46.2 71.71 47.91) | |
| LCH | lch(46.2 86.24 33.75) | color: lch(46.2 86.24 33.75) |
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)
#7E7D1A — rgb(126, 125, 26)
Deuteranopia (Green-blind)
#8B9B18 — rgb(139, 155, 24)
Tritanopia (Blue-blind)
#D11413 — rgb(209, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 96%, 44%);
text
color: hsl(352, 96%, 44%);
border
border: 2px solid hsl(352, 96%, 44%);
gradient light
background: linear-gradient(to right, hsl(352, 96%, 64%), hsl(352, 96%, 44%));
gradient dark
background: linear-gradient(to right, hsl(352, 96%, 44%), hsl(352, 96%, 24%))
hex
background-color: #DC0421;
tailwind
bg-[hsl(352,96%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 96%, 44%, 0.4);
css variable
--color-primary: hsl(352, 96%, 44%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 96%, 44%)?
HEX: #DC0421 | RGB: rgb(220, 4, 33) | CMYK: 0%, 98%, 85%, 14% | HSV: 352°, 98%, 86%. Copy any format from the conversion table above.
What colors go well with #DC0421?
The complementary color is HSL(172, 96%, 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, 96%, 44%) in CSS?
As HSL: color: hsl(352, 96%, 44%); — As HEX: color: #DC0421; — As RGB: color: rgb(220, 4, 33); — Tailwind CSS: bg-[hsl(352,96%,44%)] — CSS variable: --color-primary: hsl(352, 96%, 44%);