HSL(358, 70%, 28%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,70%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 70%, 28%) | color: hsl(358, 70%, 28%) | |
| HEX | #791519 | color: #791519 | |
| RGB | rgb(121, 21, 25) | color: rgb(121, 21, 25) | |
| CMYK | cmyk(0%, 83%, 79%, 53%) | — | |
| HSV | hsv(358, 83%, 47%) | — | |
| HWB | hwb(358 8% 53%) | color: hwb(358 8% 53%) | |
| OKLCH | oklch(0.3765 0.134 24.84) | color: oklch(0.3765 0.134 24.84) | |
| Lab | lab(25.78 42 25.37) | color: lab(25.78 42 25.37) | |
| LCH | lch(25.78 49.07 31.13) | color: lch(25.78 49.07 31.13) |
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)
#4E4D18 — rgb(78, 77, 24)
Deuteranopia (Green-blind)
#545B18 — rgb(84, 91, 24)
Tritanopia (Blue-blind)
#741717 — rgb(116, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 70%, 28%);
text
color: hsl(358, 70%, 28%);
border
border: 2px solid hsl(358, 70%, 28%);
gradient light
background: linear-gradient(to right, hsl(358, 70%, 48%), hsl(358, 70%, 28%));
gradient dark
background: linear-gradient(to right, hsl(358, 70%, 28%), hsl(358, 70%, 8%))
hex
background-color: #791519;
tailwind
bg-[hsl(358,70%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 70%, 28%, 0.4);
css variable
--color-primary: hsl(358, 70%, 28%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 70%, 28%)?
HEX: #791519 | RGB: rgb(121, 21, 25) | CMYK: 0%, 83%, 79%, 53% | HSV: 358°, 83%, 47%. Copy any format from the conversion table above.
What colors go well with #791519?
The complementary color is HSL(178, 70%, 28%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 70%, 28%) in CSS?
As HSL: color: hsl(358, 70%, 28%); — As HEX: color: #791519; — As RGB: color: rgb(121, 21, 25); — Tailwind CSS: bg-[hsl(358,70%,28%)] — CSS variable: --color-primary: hsl(358, 70%, 28%);