HSL(9, 52%, 54%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,52%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 52%, 54%) | color: hsl(9, 52%, 54%) | |
| HEX | #C75F4D | color: #C75F4D | |
| RGB | rgb(199, 95, 77) | color: rgb(199, 95, 77) | |
| CMYK | cmyk(0%, 52%, 61%, 22%) | — | |
| HSV | hsv(9, 61%, 78%) | — | |
| HWB | hwb(9 30% 22%) | color: hwb(9 30% 22%) | |
| OKLCH | oklch(0.6083 0.1367 31.43) | color: oklch(0.6083 0.1367 31.43) | |
| Lab | lab(52.8 40 29.85) | color: lab(52.8 40 29.85) | |
| LCH | lch(52.8 49.91 36.73) | color: lch(52.8 49.91 36.73) |
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)
#9A9951 — rgb(154, 153, 81)
Deuteranopia (Green-blind)
#A0A852 — rgb(160, 168, 82)
Tritanopia (Blue-blind)
#C25556 — rgb(194, 85, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 52%, 54%);
text
color: hsl(9, 52%, 54%);
border
border: 2px solid hsl(9, 52%, 54%);
gradient light
background: linear-gradient(to right, hsl(9, 52%, 74%), hsl(9, 52%, 54%));
gradient dark
background: linear-gradient(to right, hsl(9, 52%, 54%), hsl(9, 52%, 34%))
hex
background-color: #C75F4D;
tailwind
bg-[hsl(9,52%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 52%, 54%, 0.4);
css variable
--color-primary: hsl(9, 52%, 54%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 52%, 54%)?
HEX: #C75F4D | RGB: rgb(199, 95, 77) | CMYK: 0%, 52%, 61%, 22% | HSV: 9°, 61%, 78%. Copy any format from the conversion table above.
What colors go well with #C75F4D?
The complementary color is HSL(189, 52%, 54%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 52%, 54%) in CSS?
As HSL: color: hsl(9, 52%, 54%); — As HEX: color: #C75F4D; — As RGB: color: rgb(199, 95, 77); — Tailwind CSS: bg-[hsl(9,52%,54%)] — CSS variable: --color-primary: hsl(9, 52%, 54%);