HSL(352, 75%, 36%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(352,75%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 75%, 36%) color: hsl(352, 75%, 36%)
HEX #A11729 color: #A11729
RGB rgb(161, 23, 41) color: rgb(161, 23, 41)
CMYK cmyk(0%, 86%, 75%, 37%)
HSV hsv(352, 86%, 63%)
HWB hwb(352 9% 37%) color: hwb(352 9% 37%)
OKLCH oklch(0.4582 0.1702 21.62) color: oklch(0.4582 0.1702 21.62)
Lab lab(34.71 54.06 27.71) color: lab(34.71 54.06 27.71)
LCH lch(34.71 60.75 27.14) color: lch(34.71 60.75 27.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 7.87:1
vs Black 2.67:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#656425 — rgb(101, 100, 37)

Deuteranopia (Green-blind)

#6D7824 — rgb(109, 120, 36)

Tritanopia (Blue-blind)

#9A2120 — rgb(154, 33, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 75%, 36%);

text

color: hsl(352, 75%, 36%);

border

border: 2px solid hsl(352, 75%, 36%);

gradient light

background: linear-gradient(to right, hsl(352, 75%, 56%), hsl(352, 75%, 36%));

gradient dark

background: linear-gradient(to right, hsl(352, 75%, 36%), hsl(352, 75%, 16%))

hex

background-color: #A11729;

tailwind

bg-[hsl(352,75%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(352, 75%, 36%, 0.4);

css variable

--color-primary: hsl(352, 75%, 36%);

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(352, 75%, 36%)?

HEX: #A11729 | RGB: rgb(161, 23, 41) | CMYK: 0%, 86%, 75%, 37% | HSV: 352°, 86%, 63%. Copy any format from the conversion table above.

What colors go well with #A11729?

The complementary color is HSL(172, 75%, 36%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(352, 75%, 36%) in CSS?

As HSL: color: hsl(352, 75%, 36%); — As HEX: color: #A11729; — As RGB: color: rgb(161, 23, 41); — Tailwind CSS: bg-[hsl(352,75%,36%)] — CSS variable: --color-primary: hsl(352, 75%, 36%);