HSL(355, 70%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,70%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 70%, 51%) | color: hsl(355, 70%, 51%) | |
| HEX | #DA2B39 | color: #DA2B39 | |
| RGB | rgb(218, 43, 57) | color: rgb(218, 43, 57) | |
| CMYK | cmyk(0%, 80%, 74%, 15%) | — | |
| HSV | hsv(355, 80%, 85%) | — | |
| HWB | hwb(355 17% 15%) | color: hwb(355 17% 15%) | |
| OKLCH | oklch(0.5788 0.2084 23.23) | color: oklch(0.5788 0.2084 23.23) | |
| Lab | lab(48.18 65.77 36.58) | color: lab(48.18 65.77 36.58) | |
| LCH | lch(48.18 75.26 29.08) | color: lch(48.18 75.26 29.08) |
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)
#8E8D36 — rgb(142, 141, 54)
Deuteranopia (Green-blind)
#98A635 — rgb(152, 166, 53)
Tritanopia (Blue-blind)
#D13332 — rgb(209, 51, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 70%, 51%);
text
color: hsl(355, 70%, 51%);
border
border: 2px solid hsl(355, 70%, 51%);
gradient light
background: linear-gradient(to right, hsl(355, 70%, 71%), hsl(355, 70%, 51%));
gradient dark
background: linear-gradient(to right, hsl(355, 70%, 51%), hsl(355, 70%, 31%))
hex
background-color: #DA2B39;
tailwind
bg-[hsl(355,70%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 70%, 51%, 0.4);
css variable
--color-primary: hsl(355, 70%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 70%, 51%)?
HEX: #DA2B39 | RGB: rgb(218, 43, 57) | CMYK: 0%, 80%, 74%, 15% | HSV: 355°, 80%, 85%. Copy any format from the conversion table above.
What colors go well with #DA2B39?
The complementary color is HSL(175, 70%, 51%). 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, 70%, 51%) in CSS?
As HSL: color: hsl(355, 70%, 51%); — As HEX: color: #DA2B39; — As RGB: color: rgb(218, 43, 57); — Tailwind CSS: bg-[hsl(355,70%,51%)] — CSS variable: --color-primary: hsl(355, 70%, 51%);