HSL(9, 52%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,52%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 52%, 43%) | color: hsl(9, 52%, 43%) | |
| HEX | #A74635 | color: #A74635 | |
| RGB | rgb(167, 70, 53) | color: rgb(167, 70, 53) | |
| CMYK | cmyk(0%, 58%, 68%, 35%) | — | |
| HSV | hsv(9, 68%, 65%) | — | |
| HWB | hwb(9 21% 35%) | color: hwb(9 21% 35%) | |
| OKLCH | oklch(0.5194 0.1319 31.88) | color: oklch(0.5194 0.1319 31.88) | |
| Lab | lab(42.54 38.83 29.99) | color: lab(42.54 38.83 29.99) | |
| LCH | lch(42.54 49.06 37.68) | color: lch(42.54 49.06 37.68) |
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)
#7D7C39 — rgb(125, 124, 57)
Deuteranopia (Green-blind)
#838A3A — rgb(131, 138, 58)
Tritanopia (Blue-blind)
#A23C3D — rgb(162, 60, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 52%, 43%);
text
color: hsl(9, 52%, 43%);
border
border: 2px solid hsl(9, 52%, 43%);
gradient light
background: linear-gradient(to right, hsl(9, 52%, 63%), hsl(9, 52%, 43%));
gradient dark
background: linear-gradient(to right, hsl(9, 52%, 43%), hsl(9, 52%, 23%))
hex
background-color: #A74635;
tailwind
bg-[hsl(9,52%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 52%, 43%, 0.4);
css variable
--color-primary: hsl(9, 52%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 52%, 43%)?
HEX: #A74635 | RGB: rgb(167, 70, 53) | CMYK: 0%, 58%, 68%, 35% | HSV: 9°, 68%, 65%. Copy any format from the conversion table above.
What colors go well with #A74635?
The complementary color is HSL(189, 52%, 43%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 52%, 43%) in CSS?
As HSL: color: hsl(9, 52%, 43%); — As HEX: color: #A74635; — As RGB: color: rgb(167, 70, 53); — Tailwind CSS: bg-[hsl(9,52%,43%)] — CSS variable: --color-primary: hsl(9, 52%, 43%);