HSL(356, 73%, 45%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,73%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 73%, 45%) | color: hsl(356, 73%, 45%) | |
| HEX | #C71F2A | color: #C71F2A | |
| RGB | rgb(199, 31, 42) | color: rgb(199, 31, 42) | |
| CMYK | cmyk(0%, 84%, 79%, 22%) | — | |
| HSV | hsv(356, 84%, 78%) | — | |
| HWB | hwb(356 12% 22%) | color: hwb(356 12% 22%) | |
| OKLCH | oklch(0.5348 0.2 24.86) | color: oklch(0.5348 0.2 24.86) | |
| Lab | lab(43.2 62.87 38.68) | color: lab(43.2 62.87 38.68) | |
| LCH | lch(43.2 73.82 31.6) | color: lch(43.2 73.82 31.6) |
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)
#7E7D27 — rgb(126, 125, 39)
Deuteranopia (Green-blind)
#889527 — rgb(136, 149, 39)
Tritanopia (Blue-blind)
#BF2525 — rgb(191, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 73%, 45%);
text
color: hsl(356, 73%, 45%);
border
border: 2px solid hsl(356, 73%, 45%);
gradient light
background: linear-gradient(to right, hsl(356, 73%, 65%), hsl(356, 73%, 45%));
gradient dark
background: linear-gradient(to right, hsl(356, 73%, 45%), hsl(356, 73%, 25%))
hex
background-color: #C71F2A;
tailwind
bg-[hsl(356,73%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 73%, 45%, 0.4);
css variable
--color-primary: hsl(356, 73%, 45%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 73%, 45%)?
HEX: #C71F2A | RGB: rgb(199, 31, 42) | CMYK: 0%, 84%, 79%, 22% | HSV: 356°, 84%, 78%. Copy any format from the conversion table above.
What colors go well with #C71F2A?
The complementary color is HSL(176, 73%, 45%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 73%, 45%) in CSS?
As HSL: color: hsl(356, 73%, 45%); — As HEX: color: #C71F2A; — As RGB: color: rgb(199, 31, 42); — Tailwind CSS: bg-[hsl(356,73%,45%)] — CSS variable: --color-primary: hsl(356, 73%, 45%);