HSL(353, 70%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,70%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 70%, 51%) | color: hsl(353, 70%, 51%) | |
| HEX | #DA2B3F | color: #DA2B3F | |
| RGB | rgb(218, 43, 63) | color: rgb(218, 43, 63) | |
| CMYK | cmyk(0%, 80%, 71%, 15%) | — | |
| HSV | hsv(353, 80%, 85%) | — | |
| HWB | hwb(353 17% 15%) | color: hwb(353 17% 15%) | |
| OKLCH | oklch(0.5796 0.208 21.42) | color: oklch(0.5796 0.208 21.42) | |
| Lab | lab(48.26 66.01 33.16) | color: lab(48.26 66.01 33.16) | |
| LCH | lch(48.26 73.87 26.67) | color: lch(48.26 73.87 26.67) |
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)
#8E8D3A — rgb(142, 141, 58)
Deuteranopia (Green-blind)
#98A639 — rgb(152, 166, 57)
Tritanopia (Blue-blind)
#D13636 — rgb(209, 54, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 70%, 51%);
text
color: hsl(353, 70%, 51%);
border
border: 2px solid hsl(353, 70%, 51%);
gradient light
background: linear-gradient(to right, hsl(353, 70%, 71%), hsl(353, 70%, 51%));
gradient dark
background: linear-gradient(to right, hsl(353, 70%, 51%), hsl(353, 70%, 31%))
hex
background-color: #DA2B3F;
tailwind
bg-[hsl(353,70%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 70%, 51%, 0.4);
css variable
--color-primary: hsl(353, 70%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 70%, 51%)?
HEX: #DA2B3F | RGB: rgb(218, 43, 63) | CMYK: 0%, 80%, 71%, 15% | HSV: 353°, 80%, 85%. Copy any format from the conversion table above.
What colors go well with #DA2B3F?
The complementary color is HSL(173, 70%, 51%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 70%, 51%) in CSS?
As HSL: color: hsl(353, 70%, 51%); — As HEX: color: #DA2B3F; — As RGB: color: rgb(218, 43, 63); — Tailwind CSS: bg-[hsl(353,70%,51%)] — CSS variable: --color-primary: hsl(353, 70%, 51%);