HSL(7, 75%, 16%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,75%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 75%, 16%) | color: hsl(7, 75%, 16%) | |
| HEX | #47110A | color: #47110A | |
| RGB | rgb(71, 17, 10) | color: rgb(71, 17, 10) | |
| CMYK | cmyk(0%, 76%, 86%, 72%) | — | |
| HSV | hsv(7, 86%, 28%) | — | |
| HWB | hwb(7 4% 72%) | color: hwb(7 4% 72%) | |
| OKLCH | oklch(0.2699 0.0838 30.58) | color: oklch(0.2699 0.0838 30.58) | |
| Lab | lab(14.19 25.28 17.64) | color: lab(14.19 25.28 17.64) | |
| LCH | lch(14.19 30.83 34.91) | color: lch(14.19 30.83 34.91) |
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)
#302F0C — rgb(48, 47, 12)
Deuteranopia (Green-blind)
#33370C — rgb(51, 55, 12)
Tritanopia (Blue-blind)
#440D0D — rgb(68, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 75%, 16%);
text
color: hsl(7, 75%, 16%);
border
border: 2px solid hsl(7, 75%, 16%);
gradient light
background: linear-gradient(to right, hsl(7, 75%, 36%), hsl(7, 75%, 16%));
gradient dark
background: linear-gradient(to right, hsl(7, 75%, 16%), hsl(7, 75%, 0%))
hex
background-color: #47110A;
tailwind
bg-[hsl(7,75%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 75%, 16%, 0.4);
css variable
--color-primary: hsl(7, 75%, 16%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 75%, 16%)?
HEX: #47110A | RGB: rgb(71, 17, 10) | CMYK: 0%, 76%, 86%, 72% | HSV: 7°, 86%, 28%. Copy any format from the conversion table above.
What colors go well with #47110A?
The complementary color is HSL(187, 75%, 16%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 75%, 16%) in CSS?
As HSL: color: hsl(7, 75%, 16%); — As HEX: color: #47110A; — As RGB: color: rgb(71, 17, 10); — Tailwind CSS: bg-[hsl(7,75%,16%)] — CSS variable: --color-primary: hsl(7, 75%, 16%);