HSL(355, 83%, 48%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,83%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 83%, 48%) | color: hsl(355, 83%, 48%) | |
| HEX | #E01526 | color: #E01526 | |
| RGB | rgb(224, 21, 38) | color: rgb(224, 21, 38) | |
| CMYK | cmyk(0%, 91%, 83%, 12%) | — | |
| HSV | hsv(355, 91%, 88%) | — | |
| HWB | hwb(355 8% 12%) | color: hwb(355 8% 12%) | |
| OKLCH | oklch(0.5764 0.2263 25.76) | color: oklch(0.5764 0.2263 25.76) | |
| Lab | lab(47.66 71.11 46.95) | color: lab(47.66 71.11 46.95) | |
| LCH | lch(47.66 85.21 33.43) | color: lch(47.66 85.21 33.43) |
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)
#888622 — rgb(136, 134, 34)
Deuteranopia (Green-blind)
#94A321 — rgb(148, 163, 33)
Tritanopia (Blue-blind)
#D61F1E — rgb(214, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 83%, 48%);
text
color: hsl(355, 83%, 48%);
border
border: 2px solid hsl(355, 83%, 48%);
gradient light
background: linear-gradient(to right, hsl(355, 83%, 68%), hsl(355, 83%, 48%));
gradient dark
background: linear-gradient(to right, hsl(355, 83%, 48%), hsl(355, 83%, 28%))
hex
background-color: #E01526;
tailwind
bg-[hsl(355,83%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 83%, 48%, 0.4);
css variable
--color-primary: hsl(355, 83%, 48%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(355, 83%, 48%)?
HEX: #E01526 | RGB: rgb(224, 21, 38) | CMYK: 0%, 91%, 83%, 12% | HSV: 355°, 91%, 88%. Copy any format from the conversion table above.
What colors go well with #E01526?
The complementary color is HSL(175, 83%, 48%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 83%, 48%) in CSS?
As HSL: color: hsl(355, 83%, 48%); — As HEX: color: #E01526; — As RGB: color: rgb(224, 21, 38); — Tailwind CSS: bg-[hsl(355,83%,48%)] — CSS variable: --color-primary: hsl(355, 83%, 48%);