HSL(1, 92%, 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(1,92%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(1, 92%, 43%) color: hsl(1, 92%, 43%)
HEX #D30C09 color: #D30C09
RGB rgb(211, 12, 9) color: rgb(211, 12, 9)
CMYK cmyk(0%, 94%, 96%, 17%)
HSV hsv(1, 96%, 83%)
HWB hwb(1 3% 17%) color: hwb(1 3% 17%)
OKLCH oklch(0.5474 0.2203 29.04) color: oklch(0.5474 0.2203 29.04)
Lab lab(44.43 68.42 55.58) color: lab(44.43 68.42 55.58)
LCH lch(44.43 88.15 39.09) color: lch(44.43 88.15 39.09)

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.49:1
vs Black 3.83: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)

#7D7B0A — rgb(125, 123, 10)

Deuteranopia (Green-blind)

#88970A — rgb(136, 151, 10)

Tritanopia (Blue-blind)

#C90A0A — rgb(201, 10, 10)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(1, 92%, 43%);

text

color: hsl(1, 92%, 43%);

border

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

gradient light

background: linear-gradient(to right, hsl(1, 92%, 63%), hsl(1, 92%, 43%));

gradient dark

background: linear-gradient(to right, hsl(1, 92%, 43%), hsl(1, 92%, 23%))

hex

background-color: #D30C09;

tailwind

bg-[hsl(1,92%,43%)]

box shadow

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

css variable

--color-primary: hsl(1, 92%, 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(1, 92%, 43%)?

HEX: #D30C09 | RGB: rgb(211, 12, 9) | CMYK: 0%, 94%, 96%, 17% | HSV: 1°, 96%, 83%. Copy any format from the conversion table above.

What colors go well with #D30C09?

The complementary color is HSL(181, 92%, 43%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(1, 92%, 43%) in CSS?

As HSL: color: hsl(1, 92%, 43%); — As HEX: color: #D30C09; — As RGB: color: rgb(211, 12, 9); — Tailwind CSS: bg-[hsl(1,92%,43%)] — CSS variable: --color-primary: hsl(1, 92%, 43%);