HSL(13, 92%, 4%)
Very Dark Red — Red color
Adjust Color
Color Information
Color Name
Very Dark Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,92%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 92%, 4%) | color: hsl(13, 92%, 4%) | |
| HEX | #140501 | color: #140501 | |
| RGB | rgb(20, 5, 1) | color: rgb(20, 5, 1) | |
| CMYK | cmyk(0%, 75%, 95%, 92%) | — | |
| HSV | hsv(13, 95%, 8%) | — | |
| HWB | hwb(13 0% 92%) | color: hwb(13 0% 92%) | |
| OKLCH | oklch(0.1405 0.0333 46.43) | color: oklch(0.1405 0.0333 46.43) | |
| Lab | lab(2.34 4.16 3.18) | color: lab(2.34 4.16 3.18) | |
| LCH | lch(2.34 5.24 37.4) | color: lch(2.34 5.24 37.4) |
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)
#0E0D02 — rgb(14, 13, 2)
Deuteranopia (Green-blind)
#0E1002 — rgb(14, 16, 2)
Tritanopia (Blue-blind)
#130303 — rgb(19, 3, 3)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 92%, 4%);
text
color: hsl(13, 92%, 4%);
border
border: 2px solid hsl(13, 92%, 4%);
gradient light
background: linear-gradient(to right, hsl(13, 92%, 24%), hsl(13, 92%, 4%));
gradient dark
background: linear-gradient(to right, hsl(13, 92%, 4%), hsl(13, 92%, 0%))
hex
background-color: #140501;
tailwind
bg-[hsl(13,92%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 92%, 4%, 0.4);
css variable
--color-primary: hsl(13, 92%, 4%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(13, 92%, 4%)?
HEX: #140501 | RGB: rgb(20, 5, 1) | CMYK: 0%, 75%, 95%, 92% | HSV: 13°, 95%, 8%. Copy any format from the conversion table above.
What colors go well with #140501?
The complementary color is HSL(193, 92%, 4%). 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, 92%, 4%) in CSS?
As HSL: color: hsl(13, 92%, 4%); — As HEX: color: #140501; — As RGB: color: rgb(20, 5, 1); — Tailwind CSS: bg-[hsl(13,92%,4%)] — CSS variable: --color-primary: hsl(13, 92%, 4%);