HSL(6, 72%, 48%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(6,72%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(6, 72%, 48%) color: hsl(6, 72%, 48%)
HEX #D33422 color: #D33422
RGB rgb(211, 52, 34) color: rgb(211, 52, 34)
CMYK cmyk(0%, 75%, 84%, 17%)
HSV hsv(6, 84%, 83%)
HWB hwb(6 13% 17%) color: hwb(6 13% 17%)
OKLCH oklch(0.5708 0.1981 30.44) color: oklch(0.5708 0.1981 30.44)
Lab lab(47.53 60.38 47.88) color: lab(47.53 60.38 47.88)
LCH lch(47.53 77.06 38.41) color: lch(47.53 77.06 38.41)

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.9:1
vs Black 4.28: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)

#8E8D26 — rgb(142, 141, 38)

Deuteranopia (Green-blind)

#97A327 — rgb(151, 163, 39)

Tritanopia (Blue-blind)

#CB2A2B — rgb(203, 42, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(6, 72%, 48%);

text

color: hsl(6, 72%, 48%);

border

border: 2px solid hsl(6, 72%, 48%);

gradient light

background: linear-gradient(to right, hsl(6, 72%, 68%), hsl(6, 72%, 48%));

gradient dark

background: linear-gradient(to right, hsl(6, 72%, 48%), hsl(6, 72%, 28%))

hex

background-color: #D33422;

tailwind

bg-[hsl(6,72%,48%)]

box shadow

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

css variable

--color-primary: hsl(6, 72%, 48%);

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(6, 72%, 48%)?

HEX: #D33422 | RGB: rgb(211, 52, 34) | CMYK: 0%, 75%, 84%, 17% | HSV: 6°, 84%, 83%. Copy any format from the conversion table above.

What colors go well with #D33422?

The complementary color is HSL(186, 72%, 48%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(6, 72%, 48%) in CSS?

As HSL: color: hsl(6, 72%, 48%); — As HEX: color: #D33422; — As RGB: color: rgb(211, 52, 34); — Tailwind CSS: bg-[hsl(6,72%,48%)] — CSS variable: --color-primary: hsl(6, 72%, 48%);