HSL(7, 60%, 28%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 60%, 28%) | color: hsl(7, 60%, 28%) | |
| HEX | #72271D | color: #72271D | |
| RGB | rgb(114, 39, 29) | color: rgb(114, 39, 29) | |
| CMYK | cmyk(0%, 66%, 75%, 55%) | — | |
| HSV | hsv(7, 75%, 45%) | — | |
| HWB | hwb(7 11% 55%) | color: hwb(7 11% 55%) | |
| OKLCH | oklch(0.3837 0.1082 30.32) | color: oklch(0.3837 0.1082 30.32) | |
| Lab | lab(27.07 32.45 23.93) | color: lab(27.07 32.45 23.93) | |
| LCH | lch(27.07 40.32 36.41) | color: lch(27.07 40.32 36.41) |
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)
#52511F — rgb(82, 81, 31)
Deuteranopia (Green-blind)
#565C20 — rgb(86, 92, 32)
Tritanopia (Blue-blind)
#6E2122 — rgb(110, 33, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 60%, 28%);
text
color: hsl(7, 60%, 28%);
border
border: 2px solid hsl(7, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(7, 60%, 48%), hsl(7, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(7, 60%, 28%), hsl(7, 60%, 8%))
hex
background-color: #72271D;
tailwind
bg-[hsl(7,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 60%, 28%, 0.4);
css variable
--color-primary: hsl(7, 60%, 28%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 60%, 28%)?
HEX: #72271D | RGB: rgb(114, 39, 29) | CMYK: 0%, 66%, 75%, 55% | HSV: 7°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #72271D?
The complementary color is HSL(187, 60%, 28%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 60%, 28%) in CSS?
As HSL: color: hsl(7, 60%, 28%); — As HEX: color: #72271D; — As RGB: color: rgb(114, 39, 29); — Tailwind CSS: bg-[hsl(7,60%,28%)] — CSS variable: --color-primary: hsl(7, 60%, 28%);