HSL(352, 90%, 49%)
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,90%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 90%, 49%) | color: hsl(352, 90%, 49%) | |
| HEX | #ED0C2A | color: #ED0C2A | |
| RGB | rgb(237, 12, 42) | color: rgb(237, 12, 42) | |
| CMYK | cmyk(0%, 95%, 82%, 7%) | — | |
| HSV | hsv(352, 95%, 93%) | — | |
| HWB | hwb(352 5% 7%) | color: hwb(352 5% 7%) | |
| OKLCH | oklch(0.5986 0.2391 24.97) | color: oklch(0.5986 0.2391 24.97) | |
| Lab | lab(50.03 75.41 48.02) | color: lab(50.03 75.41 48.02) | |
| LCH | lch(50.03 89.4 32.49) | color: lch(50.03 89.4 32.49) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8C8A23 — rgb(140, 138, 35)
Deuteranopia (Green-blind)
#99AA21 — rgb(153, 170, 33)
Tritanopia (Blue-blind)
#E21D1C — rgb(226, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 90%, 49%);
text
color: hsl(352, 90%, 49%);
border
border: 2px solid hsl(352, 90%, 49%);
gradient light
background: linear-gradient(to right, hsl(352, 90%, 69%), hsl(352, 90%, 49%));
gradient dark
background: linear-gradient(to right, hsl(352, 90%, 49%), hsl(352, 90%, 29%))
hex
background-color: #ED0C2A;
tailwind
bg-[hsl(352,90%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 90%, 49%, 0.4);
css variable
--color-primary: hsl(352, 90%, 49%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 90%, 49%)?
HEX: #ED0C2A | RGB: rgb(237, 12, 42) | CMYK: 0%, 95%, 82%, 7% | HSV: 352°, 95%, 93%. Copy any format from the conversion table above.
What colors go well with #ED0C2A?
The complementary color is HSL(172, 90%, 49%). 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, 90%, 49%) in CSS?
As HSL: color: hsl(352, 90%, 49%); — As HEX: color: #ED0C2A; — As RGB: color: rgb(237, 12, 42); — Tailwind CSS: bg-[hsl(352,90%,49%)] — CSS variable: --color-primary: hsl(352, 90%, 49%);