HSL(352, 87%, 40%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,87%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 87%, 40%) | color: hsl(352, 87%, 40%) | |
| HEX | #BF0D25 | color: #BF0D25 | |
| RGB | rgb(191, 13, 37) | color: rgb(191, 13, 37) | |
| CMYK | cmyk(0%, 93%, 81%, 25%) | — | |
| HSV | hsv(352, 93%, 75%) | — | |
| HWB | hwb(352 5% 25%) | color: hwb(352 5% 25%) | |
| OKLCH | oklch(0.5111 0.2014 24) | color: oklch(0.5111 0.2014 24) | |
| Lab | lab(40.41 63.68 38.14) | color: lab(40.41 63.68 38.14) | |
| LCH | lch(40.41 74.23 30.92) | color: lch(40.41 74.23 30.92) |
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)
#72701F — rgb(114, 112, 31)
Deuteranopia (Green-blind)
#7C8A1E — rgb(124, 138, 30)
Tritanopia (Blue-blind)
#B61B1A — rgb(182, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 87%, 40%);
text
color: hsl(352, 87%, 40%);
border
border: 2px solid hsl(352, 87%, 40%);
gradient light
background: linear-gradient(to right, hsl(352, 87%, 60%), hsl(352, 87%, 40%));
gradient dark
background: linear-gradient(to right, hsl(352, 87%, 40%), hsl(352, 87%, 20%))
hex
background-color: #BF0D25;
tailwind
bg-[hsl(352,87%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 87%, 40%, 0.4);
css variable
--color-primary: hsl(352, 87%, 40%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 87%, 40%)?
HEX: #BF0D25 | RGB: rgb(191, 13, 37) | CMYK: 0%, 93%, 81%, 25% | HSV: 352°, 93%, 75%. Copy any format from the conversion table above.
What colors go well with #BF0D25?
The complementary color is HSL(172, 87%, 40%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 87%, 40%) in CSS?
As HSL: color: hsl(352, 87%, 40%); — As HEX: color: #BF0D25; — As RGB: color: rgb(191, 13, 37); — Tailwind CSS: bg-[hsl(352,87%,40%)] — CSS variable: --color-primary: hsl(352, 87%, 40%);