HSL(10, 83%, 19%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,83%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 83%, 19%) | color: hsl(10, 83%, 19%) | |
| HEX | #591608 | color: #591608 | |
| RGB | rgb(89, 22, 8) | color: rgb(89, 22, 8) | |
| CMYK | cmyk(0%, 75%, 91%, 65%) | — | |
| HSV | hsv(10, 91%, 35%) | — | |
| HWB | hwb(10 3% 65%) | color: hwb(10 3% 65%) | |
| OKLCH | oklch(0.312 0.1007 33.47) | color: oklch(0.312 0.1007 33.47) | |
| Lab | lab(18.87 29.93 25.1) | color: lab(18.87 29.93 25.1) | |
| LCH | lch(18.87 39.06 39.98) | color: lch(18.87 39.06 39.98) |
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)
#3C3B0B — rgb(60, 59, 11)
Deuteranopia (Green-blind)
#40450C — rgb(64, 69, 12)
Tritanopia (Blue-blind)
#560E0F — rgb(86, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 83%, 19%);
text
color: hsl(10, 83%, 19%);
border
border: 2px solid hsl(10, 83%, 19%);
gradient light
background: linear-gradient(to right, hsl(10, 83%, 39%), hsl(10, 83%, 19%));
gradient dark
background: linear-gradient(to right, hsl(10, 83%, 19%), hsl(10, 83%, 0%))
hex
background-color: #591608;
tailwind
bg-[hsl(10,83%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 83%, 19%, 0.4);
css variable
--color-primary: hsl(10, 83%, 19%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(10, 83%, 19%)?
HEX: #591608 | RGB: rgb(89, 22, 8) | CMYK: 0%, 75%, 91%, 65% | HSV: 10°, 91%, 35%. Copy any format from the conversion table above.
What colors go well with #591608?
The complementary color is HSL(190, 83%, 19%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 83%, 19%) in CSS?
As HSL: color: hsl(10, 83%, 19%); — As HEX: color: #591608; — As RGB: color: rgb(89, 22, 8); — Tailwind CSS: bg-[hsl(10,83%,19%)] — CSS variable: --color-primary: hsl(10, 83%, 19%);