HSL(2, 81%, 43%)

Vivid Red — Red color

Adjust Color

Color Information

Color Name

Vivid Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(2,81%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(2, 81%, 43%) color: hsl(2, 81%, 43%)
HEX #C61B15 color: #C61B15
RGB rgb(198, 27, 21) color: rgb(198, 27, 21)
CMYK cmyk(0%, 86%, 89%, 22%)
HSV hsv(2, 89%, 78%)
HWB hwb(2 9% 22%) color: hwb(2 9% 22%)
OKLCH oklch(0.5289 0.2032 28.85) color: oklch(0.5289 0.2032 28.85)
Lab lab(42.53 62.94 48.73) color: lab(42.53 62.94 48.73)
LCH lch(42.53 79.6 37.75) color: lch(42.53 79.6 37.75)

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.88:1
vs Black 3.57: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)

#7C7A16 — rgb(124, 122, 22)

Deuteranopia (Green-blind)

#869317 — rgb(134, 147, 23)

Tritanopia (Blue-blind)

#BD1818 — rgb(189, 24, 24)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(2, 81%, 43%);

text

color: hsl(2, 81%, 43%);

border

border: 2px solid hsl(2, 81%, 43%);

gradient light

background: linear-gradient(to right, hsl(2, 81%, 63%), hsl(2, 81%, 43%));

gradient dark

background: linear-gradient(to right, hsl(2, 81%, 43%), hsl(2, 81%, 23%))

hex

background-color: #C61B15;

tailwind

bg-[hsl(2,81%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(2, 81%, 43%, 0.4);

css variable

--color-primary: hsl(2, 81%, 43%);

Related Colors

Use Cases for Vivid Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(2, 81%, 43%)?

HEX: #C61B15 | RGB: rgb(198, 27, 21) | CMYK: 0%, 86%, 89%, 22% | HSV: 2°, 89%, 78%. Copy any format from the conversion table above.

What colors go well with #C61B15?

The complementary color is HSL(182, 81%, 43%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(2, 81%, 43%) in CSS?

As HSL: color: hsl(2, 81%, 43%); — As HEX: color: #C61B15; — As RGB: color: rgb(198, 27, 21); — Tailwind CSS: bg-[hsl(2,81%,43%)] — CSS variable: --color-primary: hsl(2, 81%, 43%);