HSL(357, 63%, 23%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,63%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 63%, 23%) | color: hsl(357, 63%, 23%) | |
| HEX | #601619 | color: #601619 | |
| RGB | rgb(96, 22, 25) | color: rgb(96, 22, 25) | |
| CMYK | cmyk(0%, 77%, 74%, 62%) | — | |
| HSV | hsv(358, 77%, 38%) | — | |
| HWB | hwb(358 9% 62%) | color: hwb(358 9% 62%) | |
| OKLCH | oklch(0.3281 0.106 23.17) | color: oklch(0.3281 0.106 23.17) | |
| Lab | lab(20.56 33.26 17.98) | color: lab(20.56 33.26 17.98) | |
| LCH | lch(20.56 37.81 28.4) | color: lch(20.56 37.81 28.4) |
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)
#403F18 — rgb(64, 63, 24)
Deuteranopia (Green-blind)
#444A18 — rgb(68, 74, 24)
Tritanopia (Blue-blind)
#5C1818 — rgb(92, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 63%, 23%);
text
color: hsl(357, 63%, 23%);
border
border: 2px solid hsl(357, 63%, 23%);
gradient light
background: linear-gradient(to right, hsl(357, 63%, 43%), hsl(357, 63%, 23%));
gradient dark
background: linear-gradient(to right, hsl(357, 63%, 23%), hsl(357, 63%, 3%))
hex
background-color: #601619;
tailwind
bg-[hsl(357,63%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 63%, 23%, 0.4);
css variable
--color-primary: hsl(357, 63%, 23%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 63%, 23%)?
HEX: #601619 | RGB: rgb(96, 22, 25) | CMYK: 0%, 77%, 74%, 62% | HSV: 358°, 77%, 38%. Copy any format from the conversion table above.
What colors go well with #601619?
The complementary color is HSL(177, 63%, 23%). 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, 63%, 23%) in CSS?
As HSL: color: hsl(357, 63%, 23%); — As HEX: color: #601619; — As RGB: color: rgb(96, 22, 25); — Tailwind CSS: bg-[hsl(357,63%,23%)] — CSS variable: --color-primary: hsl(357, 63%, 23%);