HSL(359, 76%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,76%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 76%, 50%) | color: hsl(359, 76%, 50%) | |
| HEX | #E01F22 | color: #E01F22 | |
| RGB | rgb(224, 31, 34) | color: rgb(224, 31, 34) | |
| CMYK | cmyk(0%, 86%, 85%, 12%) | — | |
| HSV | hsv(359, 86%, 88%) | — | |
| HWB | hwb(359 12% 12%) | color: hwb(359 12% 12%) | |
| OKLCH | oklch(0.5803 0.2226 27.36) | color: oklch(0.5803 0.2226 27.36) | |
| Lab | lab(48.19 69.4 49.45) | color: lab(48.19 69.4 49.45) | |
| LCH | lch(48.19 85.22 35.47) | color: lch(48.19 85.22 35.47) |
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)
#8C8B21 — rgb(140, 139, 33)
Deuteranopia (Green-blind)
#98A621 — rgb(152, 166, 33)
Tritanopia (Blue-blind)
#D62121 — rgb(214, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 76%, 50%);
text
color: hsl(359, 76%, 50%);
border
border: 2px solid hsl(359, 76%, 50%);
gradient light
background: linear-gradient(to right, hsl(359, 76%, 70%), hsl(359, 76%, 50%));
gradient dark
background: linear-gradient(to right, hsl(359, 76%, 50%), hsl(359, 76%, 30%))
hex
background-color: #E01F22;
tailwind
bg-[hsl(359,76%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 76%, 50%, 0.4);
css variable
--color-primary: hsl(359, 76%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 76%, 50%)?
HEX: #E01F22 | RGB: rgb(224, 31, 34) | CMYK: 0%, 86%, 85%, 12% | HSV: 359°, 86%, 88%. Copy any format from the conversion table above.
What colors go well with #E01F22?
The complementary color is HSL(179, 76%, 50%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 76%, 50%) in CSS?
As HSL: color: hsl(359, 76%, 50%); — As HEX: color: #E01F22; — As RGB: color: rgb(224, 31, 34); — Tailwind CSS: bg-[hsl(359,76%,50%)] — CSS variable: --color-primary: hsl(359, 76%, 50%);