HSL(11, 45%, 20%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,45%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 45%, 20%) | color: hsl(11, 45%, 20%) | |
| HEX | #4A241C | color: #4A241C | |
| RGB | rgb(74, 36, 28) | color: rgb(74, 36, 28) | |
| CMYK | cmyk(0%, 51%, 62%, 71%) | — | |
| HSV | hsv(10, 62%, 29%) | — | |
| HWB | hwb(10 11% 71%) | color: hwb(10 11% 71%) | |
| OKLCH | oklch(0.3102 0.0597 33.01) | color: oklch(0.3102 0.0597 33.01) | |
| Lab | lab(19.23 17.05 13.38) | color: lab(19.23 17.05 13.38) | |
| LCH | lch(19.23 21.67 38.12) | color: lch(19.23 21.67 38.12) |
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)
#3A391E — rgb(58, 57, 30)
Deuteranopia (Green-blind)
#3C3F1E — rgb(60, 63, 30)
Tritanopia (Blue-blind)
#481F20 — rgb(72, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 45%, 20%);
text
color: hsl(11, 45%, 20%);
border
border: 2px solid hsl(11, 45%, 20%);
gradient light
background: linear-gradient(to right, hsl(11, 45%, 40%), hsl(11, 45%, 20%));
gradient dark
background: linear-gradient(to right, hsl(11, 45%, 20%), hsl(11, 45%, 0%))
hex
background-color: #4A241C;
tailwind
bg-[hsl(11,45%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 45%, 20%, 0.4);
css variable
--color-primary: hsl(11, 45%, 20%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 45%, 20%)?
HEX: #4A241C | RGB: rgb(74, 36, 28) | CMYK: 0%, 51%, 62%, 71% | HSV: 10°, 62%, 29%. Copy any format from the conversion table above.
What colors go well with #4A241C?
The complementary color is HSL(191, 45%, 20%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 45%, 20%) in CSS?
As HSL: color: hsl(11, 45%, 20%); — As HEX: color: #4A241C; — As RGB: color: rgb(74, 36, 28); — Tailwind CSS: bg-[hsl(11,45%,20%)] — CSS variable: --color-primary: hsl(11, 45%, 20%);