HSL(9, 95%, 46%)

Vivid Red — Red color

Adjust Color

Color Information

Color Name

Vivid Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(9,95%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(9, 95%, 46%) color: hsl(9, 95%, 46%)
HEX #E52706 color: #E52706
RGB rgb(229, 39, 6) color: rgb(229, 39, 6)
CMYK cmyk(0%, 83%, 97%, 10%)
HSV hsv(9, 97%, 90%)
HWB hwb(9 3% 10%) color: hwb(9 3% 10%)
OKLCH oklch(0.5924 0.2249 31.45) color: oklch(0.5924 0.2249 31.45)
Lab lab(49.65 68.71 61.05) color: lab(49.65 68.71 61.05)
LCH lch(49.65 91.91 41.62) color: lch(49.65 91.91 41.62)

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 4.54:1
vs Black 4.62:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#93910E — rgb(147, 145, 14)

Deuteranopia (Green-blind)

#9EAC10 — rgb(158, 172, 16)

Tritanopia (Blue-blind)

#DC1416 — rgb(220, 20, 22)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(9, 95%, 46%);

text

color: hsl(9, 95%, 46%);

border

border: 2px solid hsl(9, 95%, 46%);

gradient light

background: linear-gradient(to right, hsl(9, 95%, 66%), hsl(9, 95%, 46%));

gradient dark

background: linear-gradient(to right, hsl(9, 95%, 46%), hsl(9, 95%, 26%))

hex

background-color: #E52706;

tailwind

bg-[hsl(9,95%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(9, 95%, 46%, 0.4);

css variable

--color-primary: hsl(9, 95%, 46%);

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(9, 95%, 46%)?

HEX: #E52706 | RGB: rgb(229, 39, 6) | CMYK: 0%, 83%, 97%, 10% | HSV: 9°, 97%, 90%. Copy any format from the conversion table above.

What colors go well with #E52706?

The complementary color is HSL(189, 95%, 46%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(9, 95%, 46%) in CSS?

As HSL: color: hsl(9, 95%, 46%); — As HEX: color: #E52706; — As RGB: color: rgb(229, 39, 6); — Tailwind CSS: bg-[hsl(9,95%,46%)] — CSS variable: --color-primary: hsl(9, 95%, 46%);