HSL(2, 88%, 36%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,88%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 88%, 36%) | color: hsl(2, 88%, 36%) | |
| HEX | #AD100B | color: #AD100B | |
| RGB | rgb(173, 16, 11) | color: rgb(173, 16, 11) | |
| CMYK | cmyk(0%, 91%, 94%, 32%) | — | |
| HSV | hsv(2, 94%, 68%) | — | |
| HWB | hwb(2 4% 32%) | color: hwb(2 4% 32%) | |
| OKLCH | oklch(0.4752 0.187 29.05) | color: oklch(0.4752 0.187 29.05) | |
| Lab | lab(36.52 57.96 46.2) | color: lab(36.52 57.96 46.2) | |
| LCH | lch(36.52 74.12 38.56) | color: lch(36.52 74.12 38.56) |
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)
#69680C — rgb(105, 104, 12)
Deuteranopia (Green-blind)
#727E0D — rgb(114, 126, 13)
Tritanopia (Blue-blind)
#A50D0D — rgb(165, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 88%, 36%);
text
color: hsl(2, 88%, 36%);
border
border: 2px solid hsl(2, 88%, 36%);
gradient light
background: linear-gradient(to right, hsl(2, 88%, 56%), hsl(2, 88%, 36%));
gradient dark
background: linear-gradient(to right, hsl(2, 88%, 36%), hsl(2, 88%, 16%))
hex
background-color: #AD100B;
tailwind
bg-[hsl(2,88%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 88%, 36%, 0.4);
css variable
--color-primary: hsl(2, 88%, 36%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 88%, 36%)?
HEX: #AD100B | RGB: rgb(173, 16, 11) | CMYK: 0%, 91%, 94%, 32% | HSV: 2°, 94%, 68%. Copy any format from the conversion table above.
What colors go well with #AD100B?
The complementary color is HSL(182, 88%, 36%). 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, 88%, 36%) in CSS?
As HSL: color: hsl(2, 88%, 36%); — As HEX: color: #AD100B; — As RGB: color: rgb(173, 16, 11); — Tailwind CSS: bg-[hsl(2,88%,36%)] — CSS variable: --color-primary: hsl(2, 88%, 36%);