HSL(357, 75%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,75%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 75%, 51%) | color: hsl(357, 75%, 51%) | |
| HEX | #E0242E | color: #E0242E | |
| RGB | rgb(224, 36, 46) | color: rgb(224, 36, 46) | |
| CMYK | cmyk(0%, 84%, 79%, 12%) | — | |
| HSV | hsv(357, 84%, 88%) | — | |
| HWB | hwb(357 14% 12%) | color: hwb(357 14% 12%) | |
| OKLCH | oklch(0.584 0.219 25.44) | color: oklch(0.584 0.219 25.44) | |
| Lab | lab(48.65 68.69 43.63) | color: lab(48.65 68.69 43.63) | |
| LCH | lch(48.65 81.38 32.42) | color: lch(48.65 81.38 32.42) |
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)
#8F8D2C — rgb(143, 141, 44)
Deuteranopia (Green-blind)
#9AA82B — rgb(154, 168, 43)
Tritanopia (Blue-blind)
#D72A29 — rgb(215, 42, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 75%, 51%);
text
color: hsl(357, 75%, 51%);
border
border: 2px solid hsl(357, 75%, 51%);
gradient light
background: linear-gradient(to right, hsl(357, 75%, 71%), hsl(357, 75%, 51%));
gradient dark
background: linear-gradient(to right, hsl(357, 75%, 51%), hsl(357, 75%, 31%))
hex
background-color: #E0242E;
tailwind
bg-[hsl(357,75%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 75%, 51%, 0.4);
css variable
--color-primary: hsl(357, 75%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 75%, 51%)?
HEX: #E0242E | RGB: rgb(224, 36, 46) | CMYK: 0%, 84%, 79%, 12% | HSV: 357°, 84%, 88%. Copy any format from the conversion table above.
What colors go well with #E0242E?
The complementary color is HSL(177, 75%, 51%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 75%, 51%) in CSS?
As HSL: color: hsl(357, 75%, 51%); — As HEX: color: #E0242E; — As RGB: color: rgb(224, 36, 46); — Tailwind CSS: bg-[hsl(357,75%,51%)] — CSS variable: --color-primary: hsl(357, 75%, 51%);