HSL(357, 100%, 4%)

Very Dark Red — Red color

Adjust Color

Color Information

Color Name

Very Dark Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(357,100%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 100%, 4%) color: hsl(357, 100%, 4%)
HEX #140001 color: #140001
RGB rgb(20, 0, 1) color: rgb(20, 0, 1)
CMYK cmyk(0%, 100%, 95%, 92%)
HSV hsv(357, 100%, 8%)
HWB hwb(357 0% 92%) color: hwb(357 0% 92%)
OKLCH oklch(0.1208 0.0487 22.02) color: oklch(0.1208 0.0487 22.02)
Lab lab(1.36 6.17 1.75) color: lab(1.36 6.17 1.75)
LCH lch(1.36 6.41 15.83) color: lch(1.36 6.41 15.83)

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 20.38:1
vs Black 1.03:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#0B0B01 — rgb(11, 11, 1)

Deuteranopia (Green-blind)

#0D0E01 — rgb(13, 14, 1)

Tritanopia (Blue-blind)

#130101 — rgb(19, 1, 1)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 100%, 4%);

text

color: hsl(357, 100%, 4%);

border

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

gradient light

background: linear-gradient(to right, hsl(357, 100%, 24%), hsl(357, 100%, 4%));

gradient dark

background: linear-gradient(to right, hsl(357, 100%, 4%), hsl(357, 100%, 0%))

hex

background-color: #140001;

tailwind

bg-[hsl(357,100%,4%)]

box shadow

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

css variable

--color-primary: hsl(357, 100%, 4%);

Related Colors

Use Cases for Very Dark Red

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

Frequently Asked Questions

What are all the color codes for HSL(357, 100%, 4%)?

HEX: #140001 | RGB: rgb(20, 0, 1) | CMYK: 0%, 100%, 95%, 92% | HSV: 357°, 100%, 8%. Copy any format from the conversion table above.

What colors go well with #140001?

The complementary color is HSL(177, 100%, 4%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 100%, 4%) in CSS?

As HSL: color: hsl(357, 100%, 4%); — As HEX: color: #140001; — As RGB: color: rgb(20, 0, 1); — Tailwind CSS: bg-[hsl(357,100%,4%)] — CSS variable: --color-primary: hsl(357, 100%, 4%);