HSL(9, 72%, 49%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(9,72%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(9, 72%, 49%) color: hsl(9, 72%, 49%)
HEX #D73E23 color: #D73E23
RGB rgb(215, 62, 35) color: rgb(215, 62, 35)
CMYK cmyk(0%, 71%, 84%, 16%)
HSV hsv(9, 84%, 84%)
HWB hwb(9 13% 16%) color: hwb(9 13% 16%)
OKLCH oklch(0.5871 0.1941 32.37) color: oklch(0.5871 0.1941 32.37)
Lab lab(49.52 58.23 49.46) color: lab(49.52 58.23 49.46)
LCH lch(49.52 76.4 40.34) color: lch(49.52 76.4 40.34)

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 4.56:1
vs Black 4.6:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#95932A — rgb(149, 147, 42)

Deuteranopia (Green-blind)

#9EA92B — rgb(158, 169, 43)

Tritanopia (Blue-blind)

#CF2F30 — rgb(207, 47, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(9, 72%, 49%);

text

color: hsl(9, 72%, 49%);

border

border: 2px solid hsl(9, 72%, 49%);

gradient light

background: linear-gradient(to right, hsl(9, 72%, 69%), hsl(9, 72%, 49%));

gradient dark

background: linear-gradient(to right, hsl(9, 72%, 49%), hsl(9, 72%, 29%))

hex

background-color: #D73E23;

tailwind

bg-[hsl(9,72%,49%)]

box shadow

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

css variable

--color-primary: hsl(9, 72%, 49%);

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(9, 72%, 49%)?

HEX: #D73E23 | RGB: rgb(215, 62, 35) | CMYK: 0%, 71%, 84%, 16% | HSV: 9°, 84%, 84%. Copy any format from the conversion table above.

What colors go well with #D73E23?

The complementary color is HSL(189, 72%, 49%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(9, 72%, 49%) in CSS?

As HSL: color: hsl(9, 72%, 49%); — As HEX: color: #D73E23; — As RGB: color: rgb(215, 62, 35); — Tailwind CSS: bg-[hsl(9,72%,49%)] — CSS variable: --color-primary: hsl(9, 72%, 49%);