HSL(14, 75%, 30%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(14,75%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(14, 75%, 30%) color: hsl(14, 75%, 30%)
HEX #862E13 color: #862E13
RGB rgb(134, 46, 19) color: rgb(134, 46, 19)
CMYK cmyk(0%, 66%, 86%, 47%)
HSV hsv(14, 86%, 53%)
HWB hwb(14 7% 47%) color: hwb(14 7% 47%)
OKLCH oklch(0.4273 0.1266 36.82) color: oklch(0.4273 0.1266 36.82)
Lab lab(31.97 36.37 35.79) color: lab(31.97 36.37 35.79)
LCH lch(31.97 51.03 44.54) color: lch(31.97 51.03 44.54)

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 8.7:1
vs Black 2.41: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)

#605F1A — rgb(96, 95, 26)

Deuteranopia (Green-blind)

#656C1B — rgb(101, 108, 27)

Tritanopia (Blue-blind)

#821F20 — rgb(130, 31, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(14, 75%, 30%);

text

color: hsl(14, 75%, 30%);

border

border: 2px solid hsl(14, 75%, 30%);

gradient light

background: linear-gradient(to right, hsl(14, 75%, 50%), hsl(14, 75%, 30%));

gradient dark

background: linear-gradient(to right, hsl(14, 75%, 30%), hsl(14, 75%, 10%))

hex

background-color: #862E13;

tailwind

bg-[hsl(14,75%,30%)]

box shadow

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

css variable

--color-primary: hsl(14, 75%, 30%);

Related Colors

Use Cases for Red

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

Frequently Asked Questions

What are all the color codes for HSL(14, 75%, 30%)?

HEX: #862E13 | RGB: rgb(134, 46, 19) | CMYK: 0%, 66%, 86%, 47% | HSV: 14°, 86%, 53%. Copy any format from the conversion table above.

What colors go well with #862E13?

The complementary color is HSL(194, 75%, 30%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(14, 75%, 30%) in CSS?

As HSL: color: hsl(14, 75%, 30%); — As HEX: color: #862E13; — As RGB: color: rgb(134, 46, 19); — Tailwind CSS: bg-[hsl(14,75%,30%)] — CSS variable: --color-primary: hsl(14, 75%, 30%);