HSL(7, 75%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,75%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 75%, 52%) | color: hsl(7, 75%, 52%) | |
| HEX | #E03E29 | color: #E03E29 | |
| RGB | rgb(224, 62, 41) | color: rgb(224, 62, 41) | |
| CMYK | cmyk(0%, 72%, 82%, 12%) | — | |
| HSV | hsv(7, 82%, 88%) | — | |
| HWB | hwb(7 16% 12%) | color: hwb(7 16% 12%) | |
| OKLCH | oklch(0.6029 0.2019 30.86) | color: oklch(0.6029 0.2019 30.86) | |
| Lab | lab(51.22 61.21 48.74) | color: lab(51.22 61.21 48.74) | |
| LCH | lch(51.22 78.24 38.53) | color: lch(51.22 78.24 38.53) |
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)
#9A982E — rgb(154, 152, 46)
Deuteranopia (Green-blind)
#A3AF2F — rgb(163, 175, 47)
Tritanopia (Blue-blind)
#D83233 — rgb(216, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 75%, 52%);
text
color: hsl(7, 75%, 52%);
border
border: 2px solid hsl(7, 75%, 52%);
gradient light
background: linear-gradient(to right, hsl(7, 75%, 72%), hsl(7, 75%, 52%));
gradient dark
background: linear-gradient(to right, hsl(7, 75%, 52%), hsl(7, 75%, 32%))
hex
background-color: #E03E29;
tailwind
bg-[hsl(7,75%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 75%, 52%, 0.4);
css variable
--color-primary: hsl(7, 75%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 75%, 52%)?
HEX: #E03E29 | RGB: rgb(224, 62, 41) | CMYK: 0%, 72%, 82%, 12% | HSV: 7°, 82%, 88%. Copy any format from the conversion table above.
What colors go well with #E03E29?
The complementary color is HSL(187, 75%, 52%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 75%, 52%) in CSS?
As HSL: color: hsl(7, 75%, 52%); — As HEX: color: #E03E29; — As RGB: color: rgb(224, 62, 41); — Tailwind CSS: bg-[hsl(7,75%,52%)] — CSS variable: --color-primary: hsl(7, 75%, 52%);