HSL(349, 76%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(349,76%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 76%, 50%) | color: hsl(349, 76%, 50%) | |
| HEX | #E01F42 | color: #E01F42 | |
| RGB | rgb(224, 31, 66) | color: rgb(224, 31, 66) | |
| CMYK | cmyk(0%, 86%, 71%, 12%) | — | |
| HSV | hsv(349, 86%, 88%) | — | |
| HWB | hwb(349 12% 12%) | color: hwb(349 12% 12%) | |
| OKLCH | oklch(0.584 0.2203 19.53) | color: oklch(0.584 0.2203 19.53) | |
| Lab | lab(48.54 70.42 32) | color: lab(48.54 70.42 32) | |
| LCH | lch(48.54 77.35 24.44) | color: lch(48.54 77.35 24.44) |
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)
#8C8B3A — rgb(140, 139, 58)
Deuteranopia (Green-blind)
#98A638 — rgb(152, 166, 56)
Tritanopia (Blue-blind)
#D63331 — rgb(214, 51, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 76%, 50%);
text
color: hsl(349, 76%, 50%);
border
border: 2px solid hsl(349, 76%, 50%);
gradient light
background: linear-gradient(to right, hsl(349, 76%, 70%), hsl(349, 76%, 50%));
gradient dark
background: linear-gradient(to right, hsl(349, 76%, 50%), hsl(349, 76%, 30%))
hex
background-color: #E01F42;
tailwind
bg-[hsl(349,76%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 76%, 50%, 0.4);
css variable
--color-primary: hsl(349, 76%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(349, 76%, 50%)?
HEX: #E01F42 | RGB: rgb(224, 31, 66) | CMYK: 0%, 86%, 71%, 12% | HSV: 349°, 86%, 88%. Copy any format from the conversion table above.
What colors go well with #E01F42?
The complementary color is HSL(169, 76%, 50%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 76%, 50%) in CSS?
As HSL: color: hsl(349, 76%, 50%); — As HEX: color: #E01F42; — As RGB: color: rgb(224, 31, 66); — Tailwind CSS: bg-[hsl(349,76%,50%)] — CSS variable: --color-primary: hsl(349, 76%, 50%);