HSL(358, 80%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,80%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 80%, 52%) | color: hsl(358, 80%, 52%) | |
| HEX | #E72329 | color: #E72329 | |
| RGB | rgb(231, 35, 41) | color: rgb(231, 35, 41) | |
| CMYK | cmyk(0%, 85%, 82%, 9%) | — | |
| HSV | hsv(358, 85%, 91%) | — | |
| HWB | hwb(358 14% 9%) | color: hwb(358 14% 9%) | |
| OKLCH | oklch(0.5957 0.2261 26.59) | color: oklch(0.5957 0.2261 26.59) | |
| Lab | lab(49.93 70.64 48.01) | color: lab(49.93 70.64 48.01) | |
| LCH | lch(49.93 85.41 34.2) | color: lch(49.93 85.41 34.2) |
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)
#929028 — rgb(146, 144, 40)
Deuteranopia (Green-blind)
#9EAC27 — rgb(158, 172, 39)
Tritanopia (Blue-blind)
#DD2626 — rgb(221, 38, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 80%, 52%);
text
color: hsl(358, 80%, 52%);
border
border: 2px solid hsl(358, 80%, 52%);
gradient light
background: linear-gradient(to right, hsl(358, 80%, 72%), hsl(358, 80%, 52%));
gradient dark
background: linear-gradient(to right, hsl(358, 80%, 52%), hsl(358, 80%, 32%))
hex
background-color: #E72329;
tailwind
bg-[hsl(358,80%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 80%, 52%, 0.4);
css variable
--color-primary: hsl(358, 80%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 80%, 52%)?
HEX: #E72329 | RGB: rgb(231, 35, 41) | CMYK: 0%, 85%, 82%, 9% | HSV: 358°, 85%, 91%. Copy any format from the conversion table above.
What colors go well with #E72329?
The complementary color is HSL(178, 80%, 52%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 80%, 52%) in CSS?
As HSL: color: hsl(358, 80%, 52%); — As HEX: color: #E72329; — As RGB: color: rgb(231, 35, 41); — Tailwind CSS: bg-[hsl(358,80%,52%)] — CSS variable: --color-primary: hsl(358, 80%, 52%);