HSL(8, 58%, 41%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,58%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 58%, 41%) | color: hsl(8, 58%, 41%) | |
| HEX | #A53C2C | color: #A53C2C | |
| RGB | rgb(165, 60, 44) | color: rgb(165, 60, 44) | |
| CMYK | cmyk(0%, 64%, 73%, 35%) | — | |
| HSV | hsv(8, 73%, 65%) | — | |
| HWB | hwb(8 18% 35%) | color: hwb(8 18% 35%) | |
| OKLCH | oklch(0.5013 0.142 31.18) | color: oklch(0.5013 0.142 31.18) | |
| Lab | lab(40.27 42.38 32.48) | color: lab(40.27 42.38 32.48) | |
| LCH | lch(40.27 53.39 37.47) | color: lch(40.27 53.39 37.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)
#787730 — rgb(120, 119, 48)
Deuteranopia (Green-blind)
#7E8631 — rgb(126, 134, 49)
Tritanopia (Blue-blind)
#A03334 — rgb(160, 51, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 58%, 41%);
text
color: hsl(8, 58%, 41%);
border
border: 2px solid hsl(8, 58%, 41%);
gradient light
background: linear-gradient(to right, hsl(8, 58%, 61%), hsl(8, 58%, 41%));
gradient dark
background: linear-gradient(to right, hsl(8, 58%, 41%), hsl(8, 58%, 21%))
hex
background-color: #A53C2C;
tailwind
bg-[hsl(8,58%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 58%, 41%, 0.4);
css variable
--color-primary: hsl(8, 58%, 41%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 58%, 41%)?
HEX: #A53C2C | RGB: rgb(165, 60, 44) | CMYK: 0%, 64%, 73%, 35% | HSV: 8°, 73%, 65%. Copy any format from the conversion table above.
What colors go well with #A53C2C?
The complementary color is HSL(188, 58%, 41%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 58%, 41%) in CSS?
As HSL: color: hsl(8, 58%, 41%); — As HEX: color: #A53C2C; — As RGB: color: rgb(165, 60, 44); — Tailwind CSS: bg-[hsl(8,58%,41%)] — CSS variable: --color-primary: hsl(8, 58%, 41%);