HSL(0, 92%, 36%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,92%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 92%, 36%) | color: hsl(0, 92%, 36%) | |
| HEX | #B00707 | color: #B00707 | |
| RGB | rgb(176, 7, 7) | color: rgb(176, 7, 7) | |
| CMYK | cmyk(0%, 96%, 96%, 31%) | — | |
| HSV | hsv(0, 96%, 69%) | — | |
| HWB | hwb(0 3% 31%) | color: hwb(0 3% 31%) | |
| OKLCH | oklch(0.4779 0.1927 28.84) | color: oklch(0.4779 0.1927 28.84) | |
| Lab | lab(36.74 59.9 48.14) | color: lab(36.74 59.9 48.14) | |
| LCH | lch(36.74 76.85 38.79) | color: lch(36.74 76.85 38.79) |
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)
#676507 — rgb(103, 101, 7)
Deuteranopia (Green-blind)
#717D07 — rgb(113, 125, 7)
Tritanopia (Blue-blind)
#A80707 — rgb(168, 7, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 92%, 36%);
text
color: hsl(0, 92%, 36%);
border
border: 2px solid hsl(0, 92%, 36%);
gradient light
background: linear-gradient(to right, hsl(0, 92%, 56%), hsl(0, 92%, 36%));
gradient dark
background: linear-gradient(to right, hsl(0, 92%, 36%), hsl(0, 92%, 16%))
hex
background-color: #B00707;
tailwind
bg-[hsl(0,92%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 92%, 36%, 0.4);
css variable
--color-primary: hsl(0, 92%, 36%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(0, 92%, 36%)?
HEX: #B00707 | RGB: rgb(176, 7, 7) | CMYK: 0%, 96%, 96%, 31% | HSV: 0°, 96%, 69%. Copy any format from the conversion table above.
What colors go well with #B00707?
The complementary color is HSL(180, 92%, 36%). 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, 92%, 36%) in CSS?
As HSL: color: hsl(0, 92%, 36%); — As HEX: color: #B00707; — As RGB: color: rgb(176, 7, 7); — Tailwind CSS: bg-[hsl(0,92%,36%)] — CSS variable: --color-primary: hsl(0, 92%, 36%);