HSL(13, 70%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 70%, 55%) | color: hsl(13, 70%, 55%) | |
| HEX | #DD5F3C | color: #DD5F3C | |
| RGB | rgb(221, 95, 60) | color: rgb(221, 95, 60) | |
| CMYK | cmyk(0%, 57%, 73%, 13%) | — | |
| HSV | hsv(13, 73%, 87%) | — | |
| HWB | hwb(13 23% 13%) | color: hwb(13 23% 13%) | |
| OKLCH | oklch(0.6383 0.1659 36.33) | color: oklch(0.6383 0.1659 36.33) | |
| Lab | lab(55.97 47.22 43.76) | color: lab(55.97 47.22 43.76) | |
| LCH | lch(55.97 64.38 42.82) | color: lch(55.97 64.38 42.82) |
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)
#A6A544 — rgb(166, 165, 68)
Deuteranopia (Green-blind)
#AEB747 — rgb(174, 183, 71)
Tritanopia (Blue-blind)
#D74B4D — rgb(215, 75, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 70%, 55%);
text
color: hsl(13, 70%, 55%);
border
border: 2px solid hsl(13, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(13, 70%, 75%), hsl(13, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(13, 70%, 55%), hsl(13, 70%, 35%))
hex
background-color: #DD5F3C;
tailwind
bg-[hsl(13,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 70%, 55%, 0.4);
css variable
--color-primary: hsl(13, 70%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 70%, 55%)?
HEX: #DD5F3C | RGB: rgb(221, 95, 60) | CMYK: 0%, 57%, 73%, 13% | HSV: 13°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #DD5F3C?
The complementary color is HSL(193, 70%, 55%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 70%, 55%) in CSS?
As HSL: color: hsl(13, 70%, 55%); — As HEX: color: #DD5F3C; — As RGB: color: rgb(221, 95, 60); — Tailwind CSS: bg-[hsl(13,70%,55%)] — CSS variable: --color-primary: hsl(13, 70%, 55%);