HSL(357, 63%, 40%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,63%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 63%, 40%) | color: hsl(357, 63%, 40%) | |
| HEX | #A6262C | color: #A6262C | |
| RGB | rgb(166, 38, 44) | color: rgb(166, 38, 44) | |
| CMYK | cmyk(0%, 77%, 73%, 35%) | — | |
| HSV | hsv(357, 77%, 65%) | — | |
| HWB | hwb(357 15% 35%) | color: hwb(357 15% 35%) | |
| OKLCH | oklch(0.4791 0.1639 23.78) | color: oklch(0.4791 0.1639 23.78) | |
| Lab | lab(37.26 51.47 29.08) | color: lab(37.26 51.47 29.08) | |
| LCH | lch(37.26 59.12 29.47) | color: lch(37.26 59.12 29.47) |
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)
#6F6D2B — rgb(111, 109, 43)
Deuteranopia (Green-blind)
#76802A — rgb(118, 128, 42)
Tritanopia (Blue-blind)
#A02929 — rgb(160, 41, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 63%, 40%);
text
color: hsl(357, 63%, 40%);
border
border: 2px solid hsl(357, 63%, 40%);
gradient light
background: linear-gradient(to right, hsl(357, 63%, 60%), hsl(357, 63%, 40%));
gradient dark
background: linear-gradient(to right, hsl(357, 63%, 40%), hsl(357, 63%, 20%))
hex
background-color: #A6262C;
tailwind
bg-[hsl(357,63%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 63%, 40%, 0.4);
css variable
--color-primary: hsl(357, 63%, 40%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 63%, 40%)?
HEX: #A6262C | RGB: rgb(166, 38, 44) | CMYK: 0%, 77%, 73%, 35% | HSV: 357°, 77%, 65%. Copy any format from the conversion table above.
What colors go well with #A6262C?
The complementary color is HSL(177, 63%, 40%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 63%, 40%) in CSS?
As HSL: color: hsl(357, 63%, 40%); — As HEX: color: #A6262C; — As RGB: color: rgb(166, 38, 44); — Tailwind CSS: bg-[hsl(357,63%,40%)] — CSS variable: --color-primary: hsl(357, 63%, 40%);