HSL(359, 76%, 22%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,76%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 76%, 22%) | color: hsl(359, 76%, 22%) | |
| HEX | #630D0F | color: #630D0F | |
| RGB | rgb(99, 13, 15) | color: rgb(99, 13, 15) | |
| CMYK | cmyk(0%, 87%, 85%, 61%) | — | |
| HSV | hsv(359, 87%, 39%) | — | |
| HWB | hwb(359 5% 61%) | color: hwb(359 5% 61%) | |
| OKLCH | oklch(0.3242 0.1184 26.06) | color: oklch(0.3242 0.1184 26.06) | |
| Lab | lab(19.95 36.99 23.76) | color: lab(19.95 36.99 23.76) | |
| LCH | lch(19.95 43.96 32.71) | color: lch(19.95 43.96 32.71) |
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)
#3E3D0F — rgb(62, 61, 15)
Deuteranopia (Green-blind)
#43490E — rgb(67, 73, 14)
Tritanopia (Blue-blind)
#5F0E0E — rgb(95, 14, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 76%, 22%);
text
color: hsl(359, 76%, 22%);
border
border: 2px solid hsl(359, 76%, 22%);
gradient light
background: linear-gradient(to right, hsl(359, 76%, 42%), hsl(359, 76%, 22%));
gradient dark
background: linear-gradient(to right, hsl(359, 76%, 22%), hsl(359, 76%, 2%))
hex
background-color: #630D0F;
tailwind
bg-[hsl(359,76%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 76%, 22%, 0.4);
css variable
--color-primary: hsl(359, 76%, 22%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 76%, 22%)?
HEX: #630D0F | RGB: rgb(99, 13, 15) | CMYK: 0%, 87%, 85%, 61% | HSV: 359°, 87%, 39%. Copy any format from the conversion table above.
What colors go well with #630D0F?
The complementary color is HSL(179, 76%, 22%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 76%, 22%) in CSS?
As HSL: color: hsl(359, 76%, 22%); — As HEX: color: #630D0F; — As RGB: color: rgb(99, 13, 15); — Tailwind CSS: bg-[hsl(359,76%,22%)] — CSS variable: --color-primary: hsl(359, 76%, 22%);