HSL(2, 100%, 53%)

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,100%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(2, 100%, 53%) color: hsl(2, 100%, 53%)
HEX #FF170F color: #FF170F
RGB rgb(255, 23, 15) color: rgb(255, 23, 15)
CMYK cmyk(0%, 91%, 94%, 0%)
HSV hsv(2, 94%, 100%)
HWB hwb(2 6% 0%) color: hwb(2 6% 0%)
OKLCH oklch(0.6332 0.2525 29.23) color: oklch(0.6332 0.2525 29.23)
Lab lab(53.94 78.29 63.81) color: lab(53.94 78.29 63.81)
LCH lch(53.94 101 39.18) color: lch(53.94 101 39.18)

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

#9B9811 — rgb(155, 152, 17)

Deuteranopia (Green-blind)

#A8B911 — rgb(168, 185, 17)

Tritanopia (Blue-blind)

#F31213 — rgb(243, 18, 19)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(2, 100%, 53%);

text

color: hsl(2, 100%, 53%);

border

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

gradient light

background: linear-gradient(to right, hsl(2, 100%, 73%), hsl(2, 100%, 53%));

gradient dark

background: linear-gradient(to right, hsl(2, 100%, 53%), hsl(2, 100%, 33%))

hex

background-color: #FF170F;

tailwind

bg-[hsl(2,100%,53%)]

box shadow

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

css variable

--color-primary: hsl(2, 100%, 53%);

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, 100%, 53%)?

HEX: #FF170F | RGB: rgb(255, 23, 15) | CMYK: 0%, 91%, 94%, 0% | HSV: 2°, 94%, 100%. Copy any format from the conversion table above.

What colors go well with #FF170F?

The complementary color is HSL(182, 100%, 53%). 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, 100%, 53%) in CSS?

As HSL: color: hsl(2, 100%, 53%); — As HEX: color: #FF170F; — As RGB: color: rgb(255, 23, 15); — Tailwind CSS: bg-[hsl(2,100%,53%)] — CSS variable: --color-primary: hsl(2, 100%, 53%);