HSL(352, 86%, 41%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,86%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 86%, 41%) | color: hsl(352, 86%, 41%) | |
| HEX | #C20F27 | color: #C20F27 | |
| RGB | rgb(194, 15, 39) | color: rgb(194, 15, 39) | |
| CMYK | cmyk(0%, 92%, 80%, 24%) | — | |
| HSV | hsv(352, 92%, 76%) | — | |
| HWB | hwb(352 6% 24%) | color: hwb(352 6% 24%) | |
| OKLCH | oklch(0.5178 0.2032 23.79) | color: oklch(0.5178 0.2032 23.79) | |
| Lab | lab(41.15 64.26 37.95) | color: lab(41.15 64.26 37.95) | |
| LCH | lch(41.15 74.63 30.56) | color: lch(41.15 74.63 30.56) |
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)
#747321 — rgb(116, 115, 33)
Deuteranopia (Green-blind)
#7F8C20 — rgb(127, 140, 32)
Tritanopia (Blue-blind)
#B91D1C — rgb(185, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 86%, 41%);
text
color: hsl(352, 86%, 41%);
border
border: 2px solid hsl(352, 86%, 41%);
gradient light
background: linear-gradient(to right, hsl(352, 86%, 61%), hsl(352, 86%, 41%));
gradient dark
background: linear-gradient(to right, hsl(352, 86%, 41%), hsl(352, 86%, 21%))
hex
background-color: #C20F27;
tailwind
bg-[hsl(352,86%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 86%, 41%, 0.4);
css variable
--color-primary: hsl(352, 86%, 41%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 86%, 41%)?
HEX: #C20F27 | RGB: rgb(194, 15, 39) | CMYK: 0%, 92%, 80%, 24% | HSV: 352°, 92%, 76%. Copy any format from the conversion table above.
What colors go well with #C20F27?
The complementary color is HSL(172, 86%, 41%). 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, 86%, 41%) in CSS?
As HSL: color: hsl(352, 86%, 41%); — As HEX: color: #C20F27; — As RGB: color: rgb(194, 15, 39); — Tailwind CSS: bg-[hsl(352,86%,41%)] — CSS variable: --color-primary: hsl(352, 86%, 41%);