HSL(19, 72%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(19,72%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(19, 72%, 41%) color: hsl(19, 72%, 41%)
HEX #B44D1D color: #B44D1D
RGB rgb(180, 77, 29) color: rgb(180, 77, 29)
CMYK cmyk(0%, 57%, 84%, 29%)
HSV hsv(19, 84%, 71%)
HWB hwb(19 11% 29%) color: hwb(19 11% 29%)
OKLCH oklch(0.5473 0.1463 42.47) color: oklch(0.5473 0.1463 42.47)
Lab lab(45.77 39.33 46.54) color: lab(45.77 39.33 46.54)
LCH lch(45.77 60.93 49.8) color: lch(45.77 60.93 49.8)

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 5.22:1
vs Black 4.02:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#878629 — rgb(135, 134, 41)

Deuteranopia (Green-blind)

#8D952B — rgb(141, 149, 43)

Tritanopia (Blue-blind)

#AF3234 — rgb(175, 50, 52)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(19, 72%, 41%);

text

color: hsl(19, 72%, 41%);

border

border: 2px solid hsl(19, 72%, 41%);

gradient light

background: linear-gradient(to right, hsl(19, 72%, 61%), hsl(19, 72%, 41%));

gradient dark

background: linear-gradient(to right, hsl(19, 72%, 41%), hsl(19, 72%, 21%))

hex

background-color: #B44D1D;

tailwind

bg-[hsl(19,72%,41%)]

box shadow

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

css variable

--color-primary: hsl(19, 72%, 41%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(19, 72%, 41%)?

HEX: #B44D1D | RGB: rgb(180, 77, 29) | CMYK: 0%, 57%, 84%, 29% | HSV: 19°, 84%, 71%. Copy any format from the conversion table above.

What colors go well with #B44D1D?

The complementary color is HSL(199, 72%, 41%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(19, 72%, 41%) in CSS?

As HSL: color: hsl(19, 72%, 41%); — As HEX: color: #B44D1D; — As RGB: color: rgb(180, 77, 29); — Tailwind CSS: bg-[hsl(19,72%,41%)] — CSS variable: --color-primary: hsl(19, 72%, 41%);