HSL(14, 75%, 41%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(14,75%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 75%, 41%) | color: hsl(14, 75%, 41%) | |
| HEX | #B73F1A | color: #B73F1A | |
| RGB | rgb(183, 63, 26) | color: rgb(183, 63, 26) | |
| CMYK | cmyk(0%, 66%, 86%, 28%) | — | |
| HSV | hsv(14, 86%, 72%) | — | |
| HWB | hwb(14 10% 28%) | color: hwb(14 10% 28%) | |
| OKLCH | oklch(0.5333 0.1624 36.64) | color: oklch(0.5333 0.1624 36.64) | |
| Lab | lab(43.8 46.87 46.34) | color: lab(43.8 46.87 46.34) | |
| LCH | lch(43.8 65.91 44.67) | color: lch(43.8 65.91 44.67) |
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)
#838223 — rgb(131, 130, 35)
Deuteranopia (Green-blind)
#8A9325 — rgb(138, 147, 37)
Tritanopia (Blue-blind)
#B12A2C — rgb(177, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 75%, 41%);
text
color: hsl(14, 75%, 41%);
border
border: 2px solid hsl(14, 75%, 41%);
gradient light
background: linear-gradient(to right, hsl(14, 75%, 61%), hsl(14, 75%, 41%));
gradient dark
background: linear-gradient(to right, hsl(14, 75%, 41%), hsl(14, 75%, 21%))
hex
background-color: #B73F1A;
tailwind
bg-[hsl(14,75%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 75%, 41%, 0.4);
css variable
--color-primary: hsl(14, 75%, 41%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(14, 75%, 41%)?
HEX: #B73F1A | RGB: rgb(183, 63, 26) | CMYK: 0%, 66%, 86%, 28% | HSV: 14°, 86%, 72%. Copy any format from the conversion table above.
What colors go well with #B73F1A?
The complementary color is HSL(194, 75%, 41%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 75%, 41%) in CSS?
As HSL: color: hsl(14, 75%, 41%); — As HEX: color: #B73F1A; — As RGB: color: rgb(183, 63, 26); — Tailwind CSS: bg-[hsl(14,75%,41%)] — CSS variable: --color-primary: hsl(14, 75%, 41%);