HSL(13, 45%, 25%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,45%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 45%, 25%) | color: hsl(13, 45%, 25%) | |
| HEX | #5C2F23 | color: #5C2F23 | |
| RGB | rgb(92, 47, 35) | color: rgb(92, 47, 35) | |
| CMYK | cmyk(0%, 49%, 62%, 64%) | — | |
| HSV | hsv(13, 62%, 36%) | — | |
| HWB | hwb(13 14% 64%) | color: hwb(13 14% 64%) | |
| OKLCH | oklch(0.3611 0.069 35.87) | color: oklch(0.3611 0.069 35.87) | |
| Lab | lab(25.05 19.18 16.77) | color: lab(25.05 19.18 16.77) | |
| LCH | lch(25.05 25.48 41.16) | color: lch(25.05 25.48 41.16) |
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)
#494826 — rgb(73, 72, 38)
Deuteranopia (Green-blind)
#4B4F27 — rgb(75, 79, 39)
Tritanopia (Blue-blind)
#5A2829 — rgb(90, 40, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 45%, 25%);
text
color: hsl(13, 45%, 25%);
border
border: 2px solid hsl(13, 45%, 25%);
gradient light
background: linear-gradient(to right, hsl(13, 45%, 45%), hsl(13, 45%, 25%));
gradient dark
background: linear-gradient(to right, hsl(13, 45%, 25%), hsl(13, 45%, 5%))
hex
background-color: #5C2F23;
tailwind
bg-[hsl(13,45%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 45%, 25%, 0.4);
css variable
--color-primary: hsl(13, 45%, 25%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 45%, 25%)?
HEX: #5C2F23 | RGB: rgb(92, 47, 35) | CMYK: 0%, 49%, 62%, 64% | HSV: 13°, 62%, 36%. Copy any format from the conversion table above.
What colors go well with #5C2F23?
The complementary color is HSL(193, 45%, 25%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 45%, 25%) in CSS?
As HSL: color: hsl(13, 45%, 25%); — As HEX: color: #5C2F23; — As RGB: color: rgb(92, 47, 35); — Tailwind CSS: bg-[hsl(13,45%,25%)] — CSS variable: --color-primary: hsl(13, 45%, 25%);