HSL(8, 63%, 44%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,63%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 63%, 44%) | color: hsl(8, 63%, 44%) | |
| HEX | #B73C2A | color: #B73C2A | |
| RGB | rgb(183, 60, 42) | color: rgb(183, 60, 42) | |
| CMYK | cmyk(0%, 67%, 77%, 28%) | — | |
| HSV | hsv(8, 77%, 72%) | — | |
| HWB | hwb(8 17% 28%) | color: hwb(8 17% 28%) | |
| OKLCH | oklch(0.5312 0.1621 31.18) | color: oklch(0.5312 0.1621 31.18) | |
| Lab | lab(43.46 48.65 38.01) | color: lab(43.46 48.65 38.01) | |
| LCH | lch(43.46 61.74 38) | color: lch(43.46 61.74 38) |
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)
#82812E — rgb(130, 129, 46)
Deuteranopia (Green-blind)
#89922F — rgb(137, 146, 47)
Tritanopia (Blue-blind)
#B13233 — rgb(177, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 63%, 44%);
text
color: hsl(8, 63%, 44%);
border
border: 2px solid hsl(8, 63%, 44%);
gradient light
background: linear-gradient(to right, hsl(8, 63%, 64%), hsl(8, 63%, 44%));
gradient dark
background: linear-gradient(to right, hsl(8, 63%, 44%), hsl(8, 63%, 24%))
hex
background-color: #B73C2A;
tailwind
bg-[hsl(8,63%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 63%, 44%, 0.4);
css variable
--color-primary: hsl(8, 63%, 44%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 63%, 44%)?
HEX: #B73C2A | RGB: rgb(183, 60, 42) | CMYK: 0%, 67%, 77%, 28% | HSV: 8°, 77%, 72%. Copy any format from the conversion table above.
What colors go well with #B73C2A?
The complementary color is HSL(188, 63%, 44%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 63%, 44%) in CSS?
As HSL: color: hsl(8, 63%, 44%); — As HEX: color: #B73C2A; — As RGB: color: rgb(183, 60, 42); — Tailwind CSS: bg-[hsl(8,63%,44%)] — CSS variable: --color-primary: hsl(8, 63%, 44%);