HSL(349, 56%, 50%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(349,56%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(349, 56%, 50%) color: hsl(349, 56%, 50%)
HEX #C73852 color: #C73852
RGB rgb(199, 56, 82) color: rgb(199, 56, 82)
CMYK cmyk(0%, 72%, 59%, 22%)
HSV hsv(349, 72%, 78%)
HWB hwb(349 22% 22%) color: hwb(349 22% 22%)
OKLCH oklch(0.5606 0.1788 14.87) color: oklch(0.5606 0.1788 14.87)
Lab lab(46.42 57.55 18.63) color: lab(46.42 57.55 18.63)
LCH lch(46.42 60.49 17.94) color: lch(46.42 60.49 17.94)

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 5.1:1
vs Black 4.12: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)

#89884C — rgb(137, 136, 76)

Deuteranopia (Green-blind)

#919C4A — rgb(145, 156, 74)

Tritanopia (Blue-blind)

#C04746 — rgb(192, 71, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(349, 56%, 50%);

text

color: hsl(349, 56%, 50%);

border

border: 2px solid hsl(349, 56%, 50%);

gradient light

background: linear-gradient(to right, hsl(349, 56%, 70%), hsl(349, 56%, 50%));

gradient dark

background: linear-gradient(to right, hsl(349, 56%, 50%), hsl(349, 56%, 30%))

hex

background-color: #C73852;

tailwind

bg-[hsl(349,56%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(349, 56%, 50%, 0.4);

css variable

--color-primary: hsl(349, 56%, 50%);

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(349, 56%, 50%)?

HEX: #C73852 | RGB: rgb(199, 56, 82) | CMYK: 0%, 72%, 59%, 22% | HSV: 349°, 72%, 78%. Copy any format from the conversion table above.

What colors go well with #C73852?

The complementary color is HSL(169, 56%, 50%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(349, 56%, 50%) in CSS?

As HSL: color: hsl(349, 56%, 50%); — As HEX: color: #C73852; — As RGB: color: rgb(199, 56, 82); — Tailwind CSS: bg-[hsl(349,56%,50%)] — CSS variable: --color-primary: hsl(349, 56%, 50%);