HSL(9, 75%, 46%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,75%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 75%, 46%) | color: hsl(9, 75%, 46%) | |
| HEX | #CD381D | color: #CD381D | |
| RGB | rgb(205, 56, 29) | color: rgb(205, 56, 29) | |
| CMYK | cmyk(0%, 73%, 86%, 20%) | — | |
| HSV | hsv(9, 86%, 80%) | — | |
| HWB | hwb(9 11% 20%) | color: hwb(9 11% 20%) | |
| OKLCH | oklch(0.5636 0.19 32.47) | color: oklch(0.5636 0.19 32.47) | |
| Lab | lab(46.84 57.06 49.18) | color: lab(46.84 57.06 49.18) | |
| LCH | lch(46.84 75.33 40.76) | color: lch(46.84 75.33 40.76) |
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)
#8C8B24 — rgb(140, 139, 36)
Deuteranopia (Green-blind)
#95A025 — rgb(149, 160, 37)
Tritanopia (Blue-blind)
#C6292A — rgb(198, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 75%, 46%);
text
color: hsl(9, 75%, 46%);
border
border: 2px solid hsl(9, 75%, 46%);
gradient light
background: linear-gradient(to right, hsl(9, 75%, 66%), hsl(9, 75%, 46%));
gradient dark
background: linear-gradient(to right, hsl(9, 75%, 46%), hsl(9, 75%, 26%))
hex
background-color: #CD381D;
tailwind
bg-[hsl(9,75%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 75%, 46%, 0.4);
css variable
--color-primary: hsl(9, 75%, 46%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 75%, 46%)?
HEX: #CD381D | RGB: rgb(205, 56, 29) | CMYK: 0%, 73%, 86%, 20% | HSV: 9°, 86%, 80%. Copy any format from the conversion table above.
What colors go well with #CD381D?
The complementary color is HSL(189, 75%, 46%). 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, 75%, 46%) in CSS?
As HSL: color: hsl(9, 75%, 46%); — As HEX: color: #CD381D; — As RGB: color: rgb(205, 56, 29); — Tailwind CSS: bg-[hsl(9,75%,46%)] — CSS variable: --color-primary: hsl(9, 75%, 46%);