HSL(14, 75%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(14,75%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 75%, 50%) | color: hsl(14, 75%, 50%) | |
| HEX | #DF4D20 | color: #DF4D20 | |
| RGB | rgb(223, 77, 32) | color: rgb(223, 77, 32) | |
| CMYK | cmyk(0%, 65%, 86%, 13%) | — | |
| HSV | hsv(14, 86%, 87%) | — | |
| HWB | hwb(14 12% 13%) | color: hwb(14 12% 13%) | |
| OKLCH | oklch(0.6163 0.19 36.52) | color: oklch(0.6163 0.19 36.52) | |
| Lab | lab(53.06 54.97 54.39) | color: lab(53.06 54.97 54.39) | |
| LCH | lch(53.06 77.33 44.7) | color: lch(53.06 77.33 44.7) |
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)
#A09E2B — rgb(160, 158, 43)
Deuteranopia (Green-blind)
#A8B32E — rgb(168, 179, 46)
Tritanopia (Blue-blind)
#D83335 — rgb(216, 51, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 75%, 50%);
text
color: hsl(14, 75%, 50%);
border
border: 2px solid hsl(14, 75%, 50%);
gradient light
background: linear-gradient(to right, hsl(14, 75%, 70%), hsl(14, 75%, 50%));
gradient dark
background: linear-gradient(to right, hsl(14, 75%, 50%), hsl(14, 75%, 30%))
hex
background-color: #DF4D20;
tailwind
bg-[hsl(14,75%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 75%, 50%, 0.4);
css variable
--color-primary: hsl(14, 75%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(14, 75%, 50%)?
HEX: #DF4D20 | RGB: rgb(223, 77, 32) | CMYK: 0%, 65%, 86%, 13% | HSV: 14°, 86%, 87%. Copy any format from the conversion table above.
What colors go well with #DF4D20?
The complementary color is HSL(194, 75%, 50%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 75%, 50%) in CSS?
As HSL: color: hsl(14, 75%, 50%); — As HEX: color: #DF4D20; — As RGB: color: rgb(223, 77, 32); — Tailwind CSS: bg-[hsl(14,75%,50%)] — CSS variable: --color-primary: hsl(14, 75%, 50%);