HSL(356, 97%, 60%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(356,97%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(356, 97%, 60%) color: hsl(356, 97%, 60%)
HEX #FC3643 color: #FC3643
RGB rgb(252, 54, 67) color: rgb(252, 54, 67)
CMYK cmyk(0%, 79%, 73%, 1%)
HSV hsv(356, 79%, 99%)
HWB hwb(356 21% 1%) color: hwb(356 21% 1%)
OKLCH oklch(0.6474 0.2308 23.68) color: oklch(0.6474 0.2308 23.68)
Lab lab(55.83 72.67 41.3) color: lab(55.83 72.67 41.3)
LCH lch(55.83 83.59 29.61) color: lch(55.83 83.59 29.61)

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.65:1
vs Black 5.75: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)

#A6A440 — rgb(166, 164, 64)

Deuteranopia (Green-blind)

#B2C13F — rgb(178, 193, 63)

Tritanopia (Blue-blind)

#F23D3D — rgb(242, 61, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(356, 97%, 60%);

text

color: hsl(356, 97%, 60%);

border

border: 2px solid hsl(356, 97%, 60%);

gradient light

background: linear-gradient(to right, hsl(356, 97%, 80%), hsl(356, 97%, 60%));

gradient dark

background: linear-gradient(to right, hsl(356, 97%, 60%), hsl(356, 97%, 40%))

hex

background-color: #FC3643;

tailwind

bg-[hsl(356,97%,60%)]

box shadow

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

css variable

--color-primary: hsl(356, 97%, 60%);

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, 97%, 60%)?

HEX: #FC3643 | RGB: rgb(252, 54, 67) | CMYK: 0%, 79%, 73%, 1% | HSV: 356°, 79%, 99%. Copy any format from the conversion table above.

What colors go well with #FC3643?

The complementary color is HSL(176, 97%, 60%). 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, 97%, 60%) in CSS?

As HSL: color: hsl(356, 97%, 60%); — As HEX: color: #FC3643; — As RGB: color: rgb(252, 54, 67); — Tailwind CSS: bg-[hsl(356,97%,60%)] — CSS variable: --color-primary: hsl(356, 97%, 60%);