HSL(351, 69%, 20%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,69%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 69%, 20%) | color: hsl(351, 69%, 20%) | |
| HEX | #56101A | color: #56101A | |
| RGB | rgb(86, 16, 26) | color: rgb(86, 16, 26) | |
| CMYK | cmyk(0%, 81%, 70%, 66%) | — | |
| HSV | hsv(351, 81%, 34%) | — | |
| HWB | hwb(351 6% 66%) | color: hwb(351 6% 66%) | |
| OKLCH | oklch(0.302 0.1008 18.11) | color: oklch(0.302 0.1008 18.11) | |
| Lab | lab(17.57 32.2 13.09) | color: lab(17.57 32.2 13.09) | |
| LCH | lch(17.57 34.76 22.12) | color: lch(17.57 34.76 22.12) |
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)
#383718 — rgb(56, 55, 24)
Deuteranopia (Green-blind)
#3C4117 — rgb(60, 65, 23)
Tritanopia (Blue-blind)
#531615 — rgb(83, 22, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 69%, 20%);
text
color: hsl(351, 69%, 20%);
border
border: 2px solid hsl(351, 69%, 20%);
gradient light
background: linear-gradient(to right, hsl(351, 69%, 40%), hsl(351, 69%, 20%));
gradient dark
background: linear-gradient(to right, hsl(351, 69%, 20%), hsl(351, 69%, 0%))
hex
background-color: #56101A;
tailwind
bg-[hsl(351,69%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 69%, 20%, 0.4);
css variable
--color-primary: hsl(351, 69%, 20%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 69%, 20%)?
HEX: #56101A | RGB: rgb(86, 16, 26) | CMYK: 0%, 81%, 70%, 66% | HSV: 351°, 81%, 34%. Copy any format from the conversion table above.
What colors go well with #56101A?
The complementary color is HSL(171, 69%, 20%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 69%, 20%) in CSS?
As HSL: color: hsl(351, 69%, 20%); — As HEX: color: #56101A; — As RGB: color: rgb(86, 16, 26); — Tailwind CSS: bg-[hsl(351,69%,20%)] — CSS variable: --color-primary: hsl(351, 69%, 20%);