HSL(13, 26%, 16%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,26%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 26%, 16%) | color: hsl(13, 26%, 16%) | |
| HEX | #33231E | color: #33231E | |
| RGB | rgb(51, 35, 30) | color: rgb(51, 35, 30) | |
| CMYK | cmyk(0%, 31%, 41%, 80%) | — | |
| HSV | hsv(14, 41%, 20%) | — | |
| HWB | hwb(14 12% 80%) | color: hwb(14 12% 80%) | |
| OKLCH | oklch(0.274 0.0264 38.07) | color: oklch(0.274 0.0264 38.07) | |
| Lab | lab(15.49 6.79 6.36) | color: lab(15.49 6.79 6.36) | |
| LCH | lch(15.49 9.3 43.13) | color: lch(15.49 9.3 43.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)
#2C2C1F — rgb(44, 44, 31)
Deuteranopia (Green-blind)
#2D2E20 — rgb(45, 46, 32)
Tritanopia (Blue-blind)
#322020 — rgb(50, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 26%, 16%);
text
color: hsl(13, 26%, 16%);
border
border: 2px solid hsl(13, 26%, 16%);
gradient light
background: linear-gradient(to right, hsl(13, 26%, 36%), hsl(13, 26%, 16%));
gradient dark
background: linear-gradient(to right, hsl(13, 26%, 16%), hsl(13, 26%, 0%))
hex
background-color: #33231E;
tailwind
bg-[hsl(13,26%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 26%, 16%, 0.4);
css variable
--color-primary: hsl(13, 26%, 16%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 26%, 16%)?
HEX: #33231E | RGB: rgb(51, 35, 30) | CMYK: 0%, 31%, 41%, 80% | HSV: 14°, 41%, 20%. Copy any format from the conversion table above.
What colors go well with #33231E?
The complementary color is HSL(193, 26%, 16%). 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, 26%, 16%) in CSS?
As HSL: color: hsl(13, 26%, 16%); — As HEX: color: #33231E; — As RGB: color: rgb(51, 35, 30); — Tailwind CSS: bg-[hsl(13,26%,16%)] — CSS variable: --color-primary: hsl(13, 26%, 16%);