HSL(3, 100%, 49%)

Vivid Red — Red color

Adjust Color

Color Information

Color Name

Vivid Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(3,100%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(3, 100%, 49%) color: hsl(3, 100%, 49%)
HEX #FA0C00 color: #FA0C00
RGB rgb(250, 12, 0) color: rgb(250, 12, 0)
CMYK cmyk(0%, 95%, 100%, 2%)
HSV hsv(3, 100%, 98%)
HWB hwb(3 0% 2%) color: hwb(3 0% 2%)
OKLCH oklch(0.6208 0.2518 29.62) color: oklch(0.6208 0.2518 29.62)
Lab lab(52.5 78.05 66.3) color: lab(52.5 78.05 66.3)
LCH lch(52.5 102.41 40.35) color: lch(52.5 102.41 40.35)

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

#939103 — rgb(147, 145, 3)

Deuteranopia (Green-blind)

#A1B304 — rgb(161, 179, 4)

Tritanopia (Blue-blind)

#EE0506 — rgb(238, 5, 6)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(3, 100%, 49%);

text

color: hsl(3, 100%, 49%);

border

border: 2px solid hsl(3, 100%, 49%);

gradient light

background: linear-gradient(to right, hsl(3, 100%, 69%), hsl(3, 100%, 49%));

gradient dark

background: linear-gradient(to right, hsl(3, 100%, 49%), hsl(3, 100%, 29%))

hex

background-color: #FA0C00;

tailwind

bg-[hsl(3,100%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(3, 100%, 49%, 0.4);

css variable

--color-primary: hsl(3, 100%, 49%);

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(3, 100%, 49%)?

HEX: #FA0C00 | RGB: rgb(250, 12, 0) | CMYK: 0%, 95%, 100%, 2% | HSV: 3°, 100%, 98%. Copy any format from the conversion table above.

What colors go well with #FA0C00?

The complementary color is HSL(183, 100%, 49%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(3, 100%, 49%) in CSS?

As HSL: color: hsl(3, 100%, 49%); — As HEX: color: #FA0C00; — As RGB: color: rgb(250, 12, 0); — Tailwind CSS: bg-[hsl(3,100%,49%)] — CSS variable: --color-primary: hsl(3, 100%, 49%);