HSL(0, 72%, 23%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,72%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 72%, 23%) | color: hsl(0, 72%, 23%) | |
| HEX | #651010 | color: #651010 | |
| RGB | rgb(101, 16, 16) | color: rgb(101, 16, 16) | |
| CMYK | cmyk(0%, 84%, 84%, 60%) | — | |
| HSV | hsv(0, 84%, 40%) | — | |
| HWB | hwb(0 6% 60%) | color: hwb(0 6% 60%) | |
| OKLCH | oklch(0.3309 0.1181 26.6) | color: oklch(0.3309 0.1181 26.6) | |
| Lab | lab(20.73 36.76 24.22) | color: lab(20.73 36.76 24.22) | |
| LCH | lch(20.73 44.02 33.38) | color: lch(20.73 44.02 33.38) |
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)
#403F10 — rgb(64, 63, 16)
Deuteranopia (Green-blind)
#454C10 — rgb(69, 76, 16)
Tritanopia (Blue-blind)
#611010 — rgb(97, 16, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 72%, 23%);
text
color: hsl(0, 72%, 23%);
border
border: 2px solid hsl(0, 72%, 23%);
gradient light
background: linear-gradient(to right, hsl(0, 72%, 43%), hsl(0, 72%, 23%));
gradient dark
background: linear-gradient(to right, hsl(0, 72%, 23%), hsl(0, 72%, 3%))
hex
background-color: #651010;
tailwind
bg-[hsl(0,72%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 72%, 23%, 0.4);
css variable
--color-primary: hsl(0, 72%, 23%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(0, 72%, 23%)?
HEX: #651010 | RGB: rgb(101, 16, 16) | CMYK: 0%, 84%, 84%, 60% | HSV: 0°, 84%, 40%. Copy any format from the conversion table above.
What colors go well with #651010?
The complementary color is HSL(180, 72%, 23%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 72%, 23%) in CSS?
As HSL: color: hsl(0, 72%, 23%); — As HEX: color: #651010; — As RGB: color: rgb(101, 16, 16); — Tailwind CSS: bg-[hsl(0,72%,23%)] — CSS variable: --color-primary: hsl(0, 72%, 23%);