HSL(4, 69%, 39%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(4,69%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 69%, 39%) | color: hsl(4, 69%, 39%) | |
| HEX | #A8281F | color: #A8281F | |
| RGB | rgb(168, 40, 31) | color: rgb(168, 40, 31) | |
| CMYK | cmyk(0%, 76%, 82%, 34%) | — | |
| HSV | hsv(4, 82%, 66%) | — | |
| HWB | hwb(4 12% 34%) | color: hwb(4 12% 34%) | |
| OKLCH | oklch(0.4829 0.1659 28.89) | color: oklch(0.4829 0.1659 28.89) | |
| Lab | lab(37.74 50.93 37.28) | color: lab(37.74 50.93 37.28) | |
| LCH | lch(37.74 63.12 36.2) | color: lch(37.74 63.12 36.2) |
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)
#716F21 — rgb(113, 111, 33)
Deuteranopia (Green-blind)
#788222 — rgb(120, 130, 34)
Tritanopia (Blue-blind)
#A22323 — rgb(162, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 69%, 39%);
text
color: hsl(4, 69%, 39%);
border
border: 2px solid hsl(4, 69%, 39%);
gradient light
background: linear-gradient(to right, hsl(4, 69%, 59%), hsl(4, 69%, 39%));
gradient dark
background: linear-gradient(to right, hsl(4, 69%, 39%), hsl(4, 69%, 19%))
hex
background-color: #A8281F;
tailwind
bg-[hsl(4,69%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 69%, 39%, 0.4);
css variable
--color-primary: hsl(4, 69%, 39%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(4, 69%, 39%)?
HEX: #A8281F | RGB: rgb(168, 40, 31) | CMYK: 0%, 76%, 82%, 34% | HSV: 4°, 82%, 66%. Copy any format from the conversion table above.
What colors go well with #A8281F?
The complementary color is HSL(184, 69%, 39%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(4, 69%, 39%) in CSS?
As HSL: color: hsl(4, 69%, 39%); — As HEX: color: #A8281F; — As RGB: color: rgb(168, 40, 31); — Tailwind CSS: bg-[hsl(4,69%,39%)] — CSS variable: --color-primary: hsl(4, 69%, 39%);