HSL(10, 49%, 15%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(10,49%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(10, 49%, 15%) color: hsl(10, 49%, 15%)
HEX #391A14 color: #391A14
RGB rgb(57, 26, 20) color: rgb(57, 26, 20)
CMYK cmyk(0%, 54%, 65%, 78%)
HSV hsv(10, 65%, 22%)
HWB hwb(10 8% 78%) color: hwb(10 8% 78%)
OKLCH oklch(0.2606 0.0507 32.14) color: oklch(0.2606 0.0507 32.14)
Lab lab(13.59 14.6 11.03) color: lab(13.59 14.6 11.03)
LCH lch(13.59 18.3 37.07) color: lch(13.59 18.3 37.07)

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 15.77:1
vs Black 1.33: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)

#2C2B15 — rgb(44, 43, 21)

Deuteranopia (Green-blind)

#2D3016 — rgb(45, 48, 22)

Tritanopia (Blue-blind)

#371717 — rgb(55, 23, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(10, 49%, 15%);

text

color: hsl(10, 49%, 15%);

border

border: 2px solid hsl(10, 49%, 15%);

gradient light

background: linear-gradient(to right, hsl(10, 49%, 35%), hsl(10, 49%, 15%));

gradient dark

background: linear-gradient(to right, hsl(10, 49%, 15%), hsl(10, 49%, 0%))

hex

background-color: #391A14;

tailwind

bg-[hsl(10,49%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(10, 49%, 15%, 0.4);

css variable

--color-primary: hsl(10, 49%, 15%);

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(10, 49%, 15%)?

HEX: #391A14 | RGB: rgb(57, 26, 20) | CMYK: 0%, 54%, 65%, 78% | HSV: 10°, 65%, 22%. Copy any format from the conversion table above.

What colors go well with #391A14?

The complementary color is HSL(190, 49%, 15%). 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, 49%, 15%) in CSS?

As HSL: color: hsl(10, 49%, 15%); — As HEX: color: #391A14; — As RGB: color: rgb(57, 26, 20); — Tailwind CSS: bg-[hsl(10,49%,15%)] — CSS variable: --color-primary: hsl(10, 49%, 15%);