HSL(9, 65%, 62%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(9,65%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(9, 65%, 62%) color: hsl(9, 65%, 62%)
HEX #DD725F color: #DD725F
RGB rgb(221, 114, 95) color: rgb(221, 114, 95)
CMYK cmyk(0%, 48%, 57%, 13%)
HSV hsv(9, 57%, 87%)
HWB hwb(9 37% 13%) color: hwb(9 37% 13%)
OKLCH oklch(0.6712 0.1376 31.42) color: oklch(0.6712 0.1376 31.42)
Lab lab(60.1 40.01 29.6) color: lab(60.1 40.01 29.6)
LCH lch(60.1 49.77 36.49) color: lch(60.1 49.77 36.49)

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.16:1
vs Black 6.65: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)

#AFAE64 — rgb(175, 174, 100)

Deuteranopia (Green-blind)

#B5BD65 — rgb(181, 189, 101)

Tritanopia (Blue-blind)

#D86768 — rgb(216, 103, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(9, 65%, 62%);

text

color: hsl(9, 65%, 62%);

border

border: 2px solid hsl(9, 65%, 62%);

gradient light

background: linear-gradient(to right, hsl(9, 65%, 82%), hsl(9, 65%, 62%));

gradient dark

background: linear-gradient(to right, hsl(9, 65%, 62%), hsl(9, 65%, 42%))

hex

background-color: #DD725F;

tailwind

bg-[hsl(9,65%,62%)]

box shadow

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

css variable

--color-primary: hsl(9, 65%, 62%);

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

HEX: #DD725F | RGB: rgb(221, 114, 95) | CMYK: 0%, 48%, 57%, 13% | HSV: 9°, 57%, 87%. Copy any format from the conversion table above.

What colors go well with #DD725F?

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

As HSL: color: hsl(9, 65%, 62%); — As HEX: color: #DD725F; — As RGB: color: rgb(221, 114, 95); — Tailwind CSS: bg-[hsl(9,65%,62%)] — CSS variable: --color-primary: hsl(9, 65%, 62%);