HSL(4, 69%, 52%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(4,69%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(4, 69%, 52%) color: hsl(4, 69%, 52%)
HEX #D93B30 color: #D93B30
RGB rgb(217, 59, 48) color: rgb(217, 59, 48)
CMYK cmyk(0%, 73%, 78%, 15%)
HSV hsv(4, 78%, 85%)
HWB hwb(4 19% 15%) color: hwb(4 19% 15%)
OKLCH oklch(0.5888 0.1965 28.62) color: oklch(0.5888 0.1965 28.62)
Lab lab(49.61 60.3 43.11) color: lab(49.61 60.3 43.11)
LCH lch(49.61 74.13 35.56) color: lch(49.61 74.13 35.56)

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.55:1
vs Black 4.62: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)

#959333 — rgb(149, 147, 51)

Deuteranopia (Green-blind)

#9EAA33 — rgb(158, 170, 51)

Tritanopia (Blue-blind)

#D13535 — rgb(209, 53, 53)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(4, 69%, 52%);

text

color: hsl(4, 69%, 52%);

border

border: 2px solid hsl(4, 69%, 52%);

gradient light

background: linear-gradient(to right, hsl(4, 69%, 72%), hsl(4, 69%, 52%));

gradient dark

background: linear-gradient(to right, hsl(4, 69%, 52%), hsl(4, 69%, 32%))

hex

background-color: #D93B30;

tailwind

bg-[hsl(4,69%,52%)]

box shadow

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

css variable

--color-primary: hsl(4, 69%, 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(4, 69%, 52%)?

HEX: #D93B30 | RGB: rgb(217, 59, 48) | CMYK: 0%, 73%, 78%, 15% | HSV: 4°, 78%, 85%. Copy any format from the conversion table above.

What colors go well with #D93B30?

The complementary color is HSL(184, 69%, 52%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(4, 69%, 52%) in CSS?

As HSL: color: hsl(4, 69%, 52%); — As HEX: color: #D93B30; — As RGB: color: rgb(217, 59, 48); — Tailwind CSS: bg-[hsl(4,69%,52%)] — CSS variable: --color-primary: hsl(4, 69%, 52%);