HSL(1, 72%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,72%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 72%, 52%) | color: hsl(1, 72%, 52%) | |
| HEX | #DD2F2C | color: #DD2F2C | |
| RGB | rgb(221, 47, 44) | color: rgb(221, 47, 44) | |
| CMYK | cmyk(0%, 79%, 80%, 13%) | — | |
| HSV | hsv(1, 80%, 87%) | — | |
| HWB | hwb(1 17% 13%) | color: hwb(1 17% 13%) | |
| OKLCH | oklch(0.5855 0.2098 27.34) | color: oklch(0.5855 0.2098 27.34) | |
| Lab | lab(49 65.1 44.86) | color: lab(49 65.1 44.86) | |
| LCH | lch(49 79.06 34.57) | color: lch(49 79.06 34.57) |
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)
#92902D — rgb(146, 144, 45)
Deuteranopia (Green-blind)
#9CA92D — rgb(156, 169, 45)
Tritanopia (Blue-blind)
#D42D2D — rgb(212, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 72%, 52%);
text
color: hsl(1, 72%, 52%);
border
border: 2px solid hsl(1, 72%, 52%);
gradient light
background: linear-gradient(to right, hsl(1, 72%, 72%), hsl(1, 72%, 52%));
gradient dark
background: linear-gradient(to right, hsl(1, 72%, 52%), hsl(1, 72%, 32%))
hex
background-color: #DD2F2C;
tailwind
bg-[hsl(1,72%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 72%, 52%, 0.4);
css variable
--color-primary: hsl(1, 72%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 72%, 52%)?
HEX: #DD2F2C | RGB: rgb(221, 47, 44) | CMYK: 0%, 79%, 80%, 13% | HSV: 1°, 80%, 87%. Copy any format from the conversion table above.
What colors go well with #DD2F2C?
The complementary color is HSL(181, 72%, 52%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 72%, 52%) in CSS?
As HSL: color: hsl(1, 72%, 52%); — As HEX: color: #DD2F2C; — As RGB: color: rgb(221, 47, 44); — Tailwind CSS: bg-[hsl(1,72%,52%)] — CSS variable: --color-primary: hsl(1, 72%, 52%);