HSL(350, 90%, 14%)

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(350,90%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(350, 90%, 14%) color: hsl(350, 90%, 14%)
HEX #44040E color: #44040E
RGB rgb(68, 4, 14) color: rgb(68, 4, 14)
CMYK cmyk(0%, 94%, 79%, 73%)
HSV hsv(351, 94%, 27%)
HWB hwb(351 2% 73%) color: hwb(351 2% 73%)
OKLCH oklch(0.2497 0.0934 19.39) color: oklch(0.2497 0.0934 19.39)
Lab lab(11.61 29.84 12.24) color: lab(11.61 29.84 12.24)
LCH lch(11.61 32.25 22.3) color: lch(11.61 32.25 22.3)

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 16.54:1
vs Black 1.27: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)

#28280C — rgb(40, 40, 12)

Deuteranopia (Green-blind)

#2C310B — rgb(44, 49, 11)

Tritanopia (Blue-blind)

#410A09 — rgb(65, 10, 9)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(350, 90%, 14%);

text

color: hsl(350, 90%, 14%);

border

border: 2px solid hsl(350, 90%, 14%);

gradient light

background: linear-gradient(to right, hsl(350, 90%, 34%), hsl(350, 90%, 14%));

gradient dark

background: linear-gradient(to right, hsl(350, 90%, 14%), hsl(350, 90%, 0%))

hex

background-color: #44040E;

tailwind

bg-[hsl(350,90%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(350, 90%, 14%, 0.4);

css variable

--color-primary: hsl(350, 90%, 14%);

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(350, 90%, 14%)?

HEX: #44040E | RGB: rgb(68, 4, 14) | CMYK: 0%, 94%, 79%, 73% | HSV: 351°, 94%, 27%. Copy any format from the conversion table above.

What colors go well with #44040E?

The complementary color is HSL(170, 90%, 14%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(350, 90%, 14%) in CSS?

As HSL: color: hsl(350, 90%, 14%); — As HEX: color: #44040E; — As RGB: color: rgb(68, 4, 14); — Tailwind CSS: bg-[hsl(350,90%,14%)] — CSS variable: --color-primary: hsl(350, 90%, 14%);