HSL(358, 80%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,80%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 80%, 51%) | color: hsl(358, 80%, 51%) | |
| HEX | #E61E25 | color: #E61E25 | |
| RGB | rgb(230, 30, 37) | color: rgb(230, 30, 37) | |
| CMYK | cmyk(0%, 87%, 84%, 10%) | — | |
| HSV | hsv(358, 87%, 90%) | — | |
| HWB | hwb(358 12% 10%) | color: hwb(358 12% 10%) | |
| OKLCH | oklch(0.5911 0.2279 26.84) | color: oklch(0.5911 0.2279 26.84) | |
| Lab | lab(49.36 71.22 49.45) | color: lab(49.36 71.22 49.45) | |
| LCH | lch(49.36 86.7 34.77) | color: lch(49.36 86.7 34.77) |
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)
#8F8E23 — rgb(143, 142, 35)
Deuteranopia (Green-blind)
#9BAA23 — rgb(155, 170, 35)
Tritanopia (Blue-blind)
#DC2222 — rgb(220, 34, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 80%, 51%);
text
color: hsl(358, 80%, 51%);
border
border: 2px solid hsl(358, 80%, 51%);
gradient light
background: linear-gradient(to right, hsl(358, 80%, 71%), hsl(358, 80%, 51%));
gradient dark
background: linear-gradient(to right, hsl(358, 80%, 51%), hsl(358, 80%, 31%))
hex
background-color: #E61E25;
tailwind
bg-[hsl(358,80%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 80%, 51%, 0.4);
css variable
--color-primary: hsl(358, 80%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 80%, 51%)?
HEX: #E61E25 | RGB: rgb(230, 30, 37) | CMYK: 0%, 87%, 84%, 10% | HSV: 358°, 87%, 90%. Copy any format from the conversion table above.
What colors go well with #E61E25?
The complementary color is HSL(178, 80%, 51%). 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%, 51%) in CSS?
As HSL: color: hsl(358, 80%, 51%); — As HEX: color: #E61E25; — As RGB: color: rgb(230, 30, 37); — Tailwind CSS: bg-[hsl(358,80%,51%)] — CSS variable: --color-primary: hsl(358, 80%, 51%);