HSL(2, 63%, 24%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,63%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 63%, 24%) | color: hsl(2, 63%, 24%) | |
| HEX | #641917 | color: #641917 | |
| RGB | rgb(100, 25, 23) | color: rgb(100, 25, 23) | |
| CMYK | cmyk(0%, 75%, 77%, 61%) | — | |
| HSV | hsv(2, 77%, 39%) | — | |
| HWB | hwb(2 9% 61%) | color: hwb(2 9% 61%) | |
| OKLCH | oklch(0.3389 0.1077 26.28) | color: oklch(0.3389 0.1077 26.28) | |
| Lab | lab(21.83 33.34 21) | color: lab(21.83 33.34 21) | |
| LCH | lch(21.83 39.4 32.21) | color: lch(21.83 39.4 32.21) |
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)
#444317 — rgb(68, 67, 23)
Deuteranopia (Green-blind)
#484E18 — rgb(72, 78, 24)
Tritanopia (Blue-blind)
#601818 — rgb(96, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 63%, 24%);
text
color: hsl(2, 63%, 24%);
border
border: 2px solid hsl(2, 63%, 24%);
gradient light
background: linear-gradient(to right, hsl(2, 63%, 44%), hsl(2, 63%, 24%));
gradient dark
background: linear-gradient(to right, hsl(2, 63%, 24%), hsl(2, 63%, 4%))
hex
background-color: #641917;
tailwind
bg-[hsl(2,63%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 63%, 24%, 0.4);
css variable
--color-primary: hsl(2, 63%, 24%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 63%, 24%)?
HEX: #641917 | RGB: rgb(100, 25, 23) | CMYK: 0%, 75%, 77%, 61% | HSV: 2°, 77%, 39%. Copy any format from the conversion table above.
What colors go well with #641917?
The complementary color is HSL(182, 63%, 24%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 63%, 24%) in CSS?
As HSL: color: hsl(2, 63%, 24%); — As HEX: color: #641917; — As RGB: color: rgb(100, 25, 23); — Tailwind CSS: bg-[hsl(2,63%,24%)] — CSS variable: --color-primary: hsl(2, 63%, 24%);