HSL(1, 48%, 14%)
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(1,48%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 48%, 14%) | color: hsl(1, 48%, 14%) | |
| HEX | #351313 | color: #351313 | |
| RGB | rgb(53, 19, 19) | color: rgb(53, 19, 19) | |
| CMYK | cmyk(0%, 64%, 64%, 79%) | — | |
| HSV | hsv(0, 64%, 21%) | — | |
| HWB | hwb(0 8% 79%) | color: hwb(0 8% 79%) | |
| OKLCH | oklch(0.2399 0.0549 22.08) | color: oklch(0.2399 0.0549 22.08) | |
| Lab | lab(11.06 17.09 8.13) | color: lab(11.06 17.09 8.13) | |
| LCH | lch(11.06 18.93 25.44) | color: lch(11.06 18.93 25.44) |
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)
#262613 — rgb(38, 38, 19)
Deuteranopia (Green-blind)
#282B13 — rgb(40, 43, 19)
Tritanopia (Blue-blind)
#331313 — rgb(51, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 48%, 14%);
text
color: hsl(1, 48%, 14%);
border
border: 2px solid hsl(1, 48%, 14%);
gradient light
background: linear-gradient(to right, hsl(1, 48%, 34%), hsl(1, 48%, 14%));
gradient dark
background: linear-gradient(to right, hsl(1, 48%, 14%), hsl(1, 48%, 0%))
hex
background-color: #351313;
tailwind
bg-[hsl(1,48%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 48%, 14%, 0.4);
css variable
--color-primary: hsl(1, 48%, 14%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(1, 48%, 14%)?
HEX: #351313 | RGB: rgb(53, 19, 19) | CMYK: 0%, 64%, 64%, 79% | HSV: 0°, 64%, 21%. Copy any format from the conversion table above.
What colors go well with #351313?
The complementary color is HSL(181, 48%, 14%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 48%, 14%) in CSS?
As HSL: color: hsl(1, 48%, 14%); — As HEX: color: #351313; — As RGB: color: rgb(53, 19, 19); — Tailwind CSS: bg-[hsl(1,48%,14%)] — CSS variable: --color-primary: hsl(1, 48%, 14%);