HSL(356, 73%, 52%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(356,73%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(356, 73%, 52%) color: hsl(356, 73%, 52%)
HEX #DE2B37 color: #DE2B37
RGB rgb(222, 43, 55) color: rgb(222, 43, 55)
CMYK cmyk(0%, 81%, 75%, 13%)
HSV hsv(356, 81%, 87%)
HWB hwb(356 17% 13%) color: hwb(356 17% 13%)
OKLCH oklch(0.5857 0.2122 23.99) color: oklch(0.5857 0.2122 23.99)
Lab lab(48.93 66.8 38.78) color: lab(48.93 66.8 38.78)
LCH lch(48.93 77.24 30.14) color: lch(48.93 77.24 30.14)

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.66:1
vs Black 4.51: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: white

Color Blindness Simulation

Protanopia (Red-blind)

#908F34 — rgb(144, 143, 52)

Deuteranopia (Green-blind)

#9BA833 — rgb(155, 168, 51)

Tritanopia (Blue-blind)

#D53231 — rgb(213, 50, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(356, 73%, 52%);

text

color: hsl(356, 73%, 52%);

border

border: 2px solid hsl(356, 73%, 52%);

gradient light

background: linear-gradient(to right, hsl(356, 73%, 72%), hsl(356, 73%, 52%));

gradient dark

background: linear-gradient(to right, hsl(356, 73%, 52%), hsl(356, 73%, 32%))

hex

background-color: #DE2B37;

tailwind

bg-[hsl(356,73%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(356, 73%, 52%, 0.4);

css variable

--color-primary: hsl(356, 73%, 52%);

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(356, 73%, 52%)?

HEX: #DE2B37 | RGB: rgb(222, 43, 55) | CMYK: 0%, 81%, 75%, 13% | HSV: 356°, 81%, 87%. Copy any format from the conversion table above.

What colors go well with #DE2B37?

The complementary color is HSL(176, 73%, 52%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(356, 73%, 52%) in CSS?

As HSL: color: hsl(356, 73%, 52%); — As HEX: color: #DE2B37; — As RGB: color: rgb(222, 43, 55); — Tailwind CSS: bg-[hsl(356,73%,52%)] — CSS variable: --color-primary: hsl(356, 73%, 52%);