HSL(13, 90%, 15%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,90%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 90%, 15%) | color: hsl(13, 90%, 15%) | |
| HEX | #491304 | color: #491304 | |
| RGB | rgb(73, 19, 4) | color: rgb(73, 19, 4) | |
| CMYK | cmyk(0%, 74%, 95%, 71%) | — | |
| HSV | hsv(13, 95%, 29%) | — | |
| HWB | hwb(13 1% 71%) | color: hwb(13 1% 71%) | |
| OKLCH | oklch(0.2759 0.0857 36.43) | color: oklch(0.2759 0.0857 36.43) | |
| Lab | lab(14.91 24.84 21.1) | color: lab(14.91 24.84 21.1) | |
| LCH | lch(14.91 32.59 40.35) | color: lch(14.91 32.59 40.35) |
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)
#323108 — rgb(50, 49, 8)
Deuteranopia (Green-blind)
#353909 — rgb(53, 57, 9)
Tritanopia (Blue-blind)
#460A0B — rgb(70, 10, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 90%, 15%);
text
color: hsl(13, 90%, 15%);
border
border: 2px solid hsl(13, 90%, 15%);
gradient light
background: linear-gradient(to right, hsl(13, 90%, 35%), hsl(13, 90%, 15%));
gradient dark
background: linear-gradient(to right, hsl(13, 90%, 15%), hsl(13, 90%, 0%))
hex
background-color: #491304;
tailwind
bg-[hsl(13,90%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 90%, 15%, 0.4);
css variable
--color-primary: hsl(13, 90%, 15%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 90%, 15%)?
HEX: #491304 | RGB: rgb(73, 19, 4) | CMYK: 0%, 74%, 95%, 71% | HSV: 13°, 95%, 29%. Copy any format from the conversion table above.
What colors go well with #491304?
The complementary color is HSL(193, 90%, 15%). 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, 90%, 15%) in CSS?
As HSL: color: hsl(13, 90%, 15%); — As HEX: color: #491304; — As RGB: color: rgb(73, 19, 4); — Tailwind CSS: bg-[hsl(13,90%,15%)] — CSS variable: --color-primary: hsl(13, 90%, 15%);