HSL(11, 52%, 25%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,52%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 52%, 25%) | color: hsl(11, 52%, 25%) | |
| HEX | #612B1F | color: #612B1F | |
| RGB | rgb(97, 43, 31) | color: rgb(97, 43, 31) | |
| CMYK | cmyk(0%, 56%, 68%, 62%) | — | |
| HSV | hsv(11, 68%, 38%) | — | |
| HWB | hwb(11 12% 62%) | color: hwb(11 12% 62%) | |
| OKLCH | oklch(0.3611 0.0817 33.87) | color: oklch(0.3611 0.0817 33.87) | |
| Lab | lab(24.85 23.44 19.29) | color: lab(24.85 23.44 19.29) | |
| LCH | lch(24.85 30.36 39.45) | color: lch(24.85 30.36 39.45) |
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)
#4A4922 — rgb(74, 73, 34)
Deuteranopia (Green-blind)
#4D5123 — rgb(77, 81, 35)
Tritanopia (Blue-blind)
#5E2425 — rgb(94, 36, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 52%, 25%);
text
color: hsl(11, 52%, 25%);
border
border: 2px solid hsl(11, 52%, 25%);
gradient light
background: linear-gradient(to right, hsl(11, 52%, 45%), hsl(11, 52%, 25%));
gradient dark
background: linear-gradient(to right, hsl(11, 52%, 25%), hsl(11, 52%, 5%))
hex
background-color: #612B1F;
tailwind
bg-[hsl(11,52%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 52%, 25%, 0.4);
css variable
--color-primary: hsl(11, 52%, 25%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 52%, 25%)?
HEX: #612B1F | RGB: rgb(97, 43, 31) | CMYK: 0%, 56%, 68%, 62% | HSV: 11°, 68%, 38%. Copy any format from the conversion table above.
What colors go well with #612B1F?
The complementary color is HSL(191, 52%, 25%). 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, 52%, 25%) in CSS?
As HSL: color: hsl(11, 52%, 25%); — As HEX: color: #612B1F; — As RGB: color: rgb(97, 43, 31); — Tailwind CSS: bg-[hsl(11,52%,25%)] — CSS variable: --color-primary: hsl(11, 52%, 25%);