HSL(10, 60%, 28%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 60%, 28%) | color: hsl(10, 60%, 28%) | |
| HEX | #722B1D | color: #722B1D | |
| RGB | rgb(114, 43, 29) | color: rgb(114, 43, 29) | |
| CMYK | cmyk(0%, 62%, 75%, 55%) | — | |
| HSV | hsv(10, 75%, 45%) | — | |
| HWB | hwb(10 11% 55%) | color: hwb(10 11% 55%) | |
| OKLCH | oklch(0.3894 0.1038 32.98) | color: oklch(0.3894 0.1038 32.98) | |
| Lab | lab(27.83 30.43 24.8) | color: lab(27.83 30.43 24.8) | |
| LCH | lch(27.83 39.26 39.18) | color: lch(27.83 39.26 39.18) |
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)
#535320 — rgb(83, 83, 32)
Deuteranopia (Green-blind)
#575D21 — rgb(87, 93, 33)
Tritanopia (Blue-blind)
#6E2324 — rgb(110, 35, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 60%, 28%);
text
color: hsl(10, 60%, 28%);
border
border: 2px solid hsl(10, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(10, 60%, 48%), hsl(10, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(10, 60%, 28%), hsl(10, 60%, 8%))
hex
background-color: #722B1D;
tailwind
bg-[hsl(10,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 60%, 28%, 0.4);
css variable
--color-primary: hsl(10, 60%, 28%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(10, 60%, 28%)?
HEX: #722B1D | RGB: rgb(114, 43, 29) | CMYK: 0%, 62%, 75%, 55% | HSV: 10°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #722B1D?
The complementary color is HSL(190, 60%, 28%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 60%, 28%) in CSS?
As HSL: color: hsl(10, 60%, 28%); — As HEX: color: #722B1D; — As RGB: color: rgb(114, 43, 29); — Tailwind CSS: bg-[hsl(10,60%,28%)] — CSS variable: --color-primary: hsl(10, 60%, 28%);