HSL(3, 73%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,73%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 73%, 52%) | color: hsl(3, 73%, 52%) | |
| HEX | #DE342B | color: #DE342B | |
| RGB | rgb(222, 52, 43) | color: rgb(222, 52, 43) | |
| CMYK | cmyk(0%, 77%, 81%, 13%) | — | |
| HSV | hsv(3, 81%, 87%) | — | |
| HWB | hwb(3 17% 13%) | color: hwb(3 17% 13%) | |
| OKLCH | oklch(0.591 0.2074 28.44) | color: oklch(0.591 0.2074 28.44) | |
| Lab | lab(49.7 63.91 46.14) | color: lab(49.7 63.91 46.14) | |
| LCH | lch(49.7 78.83 35.83) | color: lch(49.7 78.83 35.83) |
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)
#94932D — rgb(148, 147, 45)
Deuteranopia (Green-blind)
#9EAB2E — rgb(158, 171, 46)
Tritanopia (Blue-blind)
#D62F2F — rgb(214, 47, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 73%, 52%);
text
color: hsl(3, 73%, 52%);
border
border: 2px solid hsl(3, 73%, 52%);
gradient light
background: linear-gradient(to right, hsl(3, 73%, 72%), hsl(3, 73%, 52%));
gradient dark
background: linear-gradient(to right, hsl(3, 73%, 52%), hsl(3, 73%, 32%))
hex
background-color: #DE342B;
tailwind
bg-[hsl(3,73%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 73%, 52%, 0.4);
css variable
--color-primary: hsl(3, 73%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 73%, 52%)?
HEX: #DE342B | RGB: rgb(222, 52, 43) | CMYK: 0%, 77%, 81%, 13% | HSV: 3°, 81%, 87%. Copy any format from the conversion table above.
What colors go well with #DE342B?
The complementary color is HSL(183, 73%, 52%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 73%, 52%) in CSS?
As HSL: color: hsl(3, 73%, 52%); — As HEX: color: #DE342B; — As RGB: color: rgb(222, 52, 43); — Tailwind CSS: bg-[hsl(3,73%,52%)] — CSS variable: --color-primary: hsl(3, 73%, 52%);