HSL(9, 72%, 54%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(9, 72%, 54%) color: hsl(9, 72%, 54%)
HEX #DE4F35 color: #DE4F35
RGB rgb(222, 79, 53) color: rgb(222, 79, 53)
CMYK cmyk(0%, 64%, 76%, 13%)
HSV hsv(9, 76%, 87%)
HWB hwb(9 21% 13%) color: hwb(9 21% 13%)
OKLCH oklch(0.6187 0.1833 32.51) color: oklch(0.6187 0.1833 32.51)
Lab lab(53.37 54.43 44.66) color: lab(53.37 54.43 44.66)
LCH lch(53.37 70.41 39.37) color: lch(53.37 70.41 39.37)

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 3.98:1
vs Black 5.28:1

AA Normal (4.5:1)

on White: FAIL ✗ 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)

#A09F3B — rgb(160, 159, 59)

Deuteranopia (Green-blind)

#A8B33D — rgb(168, 179, 61)

Tritanopia (Blue-blind)

#D74041 — rgb(215, 64, 65)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(9, 72%, 74%), hsl(9, 72%, 54%));

gradient dark

background: linear-gradient(to right, hsl(9, 72%, 54%), hsl(9, 72%, 34%))

hex

background-color: #DE4F35;

tailwind

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

box shadow

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

css variable

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

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%, 54%)?

HEX: #DE4F35 | RGB: rgb(222, 79, 53) | CMYK: 0%, 64%, 76%, 13% | HSV: 9°, 76%, 87%. Copy any format from the conversion table above.

What colors go well with #DE4F35?

The complementary color is HSL(189, 72%, 54%). 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%, 54%) in CSS?

As HSL: color: hsl(9, 72%, 54%); — As HEX: color: #DE4F35; — As RGB: color: rgb(222, 79, 53); — Tailwind CSS: bg-[hsl(9,72%,54%)] — CSS variable: --color-primary: hsl(9, 72%, 54%);