HSL(2, 51%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,51%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 51%, 55%) | color: hsl(2, 51%, 55%) | |
| HEX | #C75652 | color: #C75652 | |
| RGB | rgb(199, 86, 82) | color: rgb(199, 86, 82) | |
| CMYK | cmyk(0%, 57%, 59%, 22%) | — | |
| HSV | hsv(2, 59%, 78%) | — | |
| HWB | hwb(2 32% 22%) | color: hwb(2 32% 22%) | |
| OKLCH | oklch(0.5962 0.1455 24.52) | color: oklch(0.5962 0.1455 24.52) | |
| Lab | lab(51.16 44.79 24.87) | color: lab(51.16 44.79 24.87) | |
| LCH | lch(51.16 51.23 29.04) | color: lch(51.16 51.23 29.04) |
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)
#969553 — rgb(150, 149, 83)
Deuteranopia (Green-blind)
#9DA553 — rgb(157, 165, 83)
Tritanopia (Blue-blind)
#C15454 — rgb(193, 84, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 51%, 55%);
text
color: hsl(2, 51%, 55%);
border
border: 2px solid hsl(2, 51%, 55%);
gradient light
background: linear-gradient(to right, hsl(2, 51%, 75%), hsl(2, 51%, 55%));
gradient dark
background: linear-gradient(to right, hsl(2, 51%, 55%), hsl(2, 51%, 35%))
hex
background-color: #C75652;
tailwind
bg-[hsl(2,51%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 51%, 55%, 0.4);
css variable
--color-primary: hsl(2, 51%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 51%, 55%)?
HEX: #C75652 | RGB: rgb(199, 86, 82) | CMYK: 0%, 57%, 59%, 22% | HSV: 2°, 59%, 78%. Copy any format from the conversion table above.
What colors go well with #C75652?
The complementary color is HSL(182, 51%, 55%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 51%, 55%) in CSS?
As HSL: color: hsl(2, 51%, 55%); — As HEX: color: #C75652; — As RGB: color: rgb(199, 86, 82); — Tailwind CSS: bg-[hsl(2,51%,55%)] — CSS variable: --color-primary: hsl(2, 51%, 55%);