HSL(0, 60%, 23%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,60%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 60%, 23%) | color: hsl(0, 60%, 23%) | |
| HEX | #5E1717 | color: #5E1717 | |
| RGB | rgb(94, 23, 23) | color: rgb(94, 23, 23) | |
| CMYK | cmyk(0%, 76%, 76%, 63%) | — | |
| HSV | hsv(0, 76%, 37%) | — | |
| HWB | hwb(0 9% 63%) | color: hwb(0 9% 63%) | |
| OKLCH | oklch(0.325 0.1028 24.95) | color: oklch(0.325 0.1028 24.95) | |
| Lab | lab(20.26 32.01 18.86) | color: lab(20.26 32.01 18.86) | |
| LCH | lch(20.26 37.15 30.51) | color: lch(20.26 37.15 30.51) |
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)
#3F3F17 — rgb(63, 63, 23)
Deuteranopia (Green-blind)
#434917 — rgb(67, 73, 23)
Tritanopia (Blue-blind)
#5A1717 — rgb(90, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 60%, 23%);
text
color: hsl(0, 60%, 23%);
border
border: 2px solid hsl(0, 60%, 23%);
gradient light
background: linear-gradient(to right, hsl(0, 60%, 43%), hsl(0, 60%, 23%));
gradient dark
background: linear-gradient(to right, hsl(0, 60%, 23%), hsl(0, 60%, 3%))
hex
background-color: #5E1717;
tailwind
bg-[hsl(0,60%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 60%, 23%, 0.4);
css variable
--color-primary: hsl(0, 60%, 23%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(0, 60%, 23%)?
HEX: #5E1717 | RGB: rgb(94, 23, 23) | CMYK: 0%, 76%, 76%, 63% | HSV: 0°, 76%, 37%. Copy any format from the conversion table above.
What colors go well with #5E1717?
The complementary color is HSL(180, 60%, 23%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 60%, 23%) in CSS?
As HSL: color: hsl(0, 60%, 23%); — As HEX: color: #5E1717; — As RGB: color: rgb(94, 23, 23); — Tailwind CSS: bg-[hsl(0,60%,23%)] — CSS variable: --color-primary: hsl(0, 60%, 23%);