HSL(11, 41%, 23%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(11,41%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(11, 41%, 23%) color: hsl(11, 41%, 23%)
HEX #532B23 color: #532B23
RGB rgb(83, 43, 35) color: rgb(83, 43, 35)
CMYK cmyk(0%, 48%, 58%, 67%)
HSV hsv(10, 58%, 33%)
HWB hwb(10 14% 67%) color: hwb(10 14% 67%)
OKLCH oklch(0.3395 0.0613 32.34) color: oklch(0.3395 0.0613 32.34)
Lab lab(22.61 17.54 13.35) color: lab(22.61 17.54 13.35)
LCH lch(22.61 22.04 37.28) color: lch(22.61 22.04 37.28)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 12.09:1
vs Black 1.74:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#424125 — rgb(66, 65, 37)

Deuteranopia (Green-blind)

#444725 — rgb(68, 71, 37)

Tritanopia (Blue-blind)

#512627 — rgb(81, 38, 39)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(11, 41%, 23%);

text

color: hsl(11, 41%, 23%);

border

border: 2px solid hsl(11, 41%, 23%);

gradient light

background: linear-gradient(to right, hsl(11, 41%, 43%), hsl(11, 41%, 23%));

gradient dark

background: linear-gradient(to right, hsl(11, 41%, 23%), hsl(11, 41%, 3%))

hex

background-color: #532B23;

tailwind

bg-[hsl(11,41%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(11, 41%, 23%, 0.4);

css variable

--color-primary: hsl(11, 41%, 23%);

Related Colors

Use Cases for Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(11, 41%, 23%)?

HEX: #532B23 | RGB: rgb(83, 43, 35) | CMYK: 0%, 48%, 58%, 67% | HSV: 10°, 58%, 33%. Copy any format from the conversion table above.

What colors go well with #532B23?

The complementary color is HSL(191, 41%, 23%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(11, 41%, 23%) in CSS?

As HSL: color: hsl(11, 41%, 23%); — As HEX: color: #532B23; — As RGB: color: rgb(83, 43, 35); — Tailwind CSS: bg-[hsl(11,41%,23%)] — CSS variable: --color-primary: hsl(11, 41%, 23%);