HSL(19, 100%, 41%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,100%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 100%, 41%) | color: hsl(19, 100%, 41%) | |
| HEX | #D14200 | color: #D14200 | |
| RGB | rgb(209, 66, 0) | color: rgb(209, 66, 0) | |
| CMYK | cmyk(0%, 68%, 100%, 18%) | — | |
| HSV | hsv(19, 100%, 82%) | — | |
| HWB | hwb(19 0% 18%) | color: hwb(19 0% 18%) | |
| OKLCH | oklch(0.5795 0.1888 38.21) | color: oklch(0.5795 0.1888 38.21) | |
| Lab | lab(48.83 54.23 60.06) | color: lab(48.83 54.23 60.06) | |
| LCH | lch(48.83 80.92 47.92) | color: lch(48.83 80.92 47.92) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#939210 — rgb(147, 146, 16)
Deuteranopia (Green-blind)
#9BA614 — rgb(155, 166, 20)
Tritanopia (Blue-blind)
#CA1D1F — rgb(202, 29, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 100%, 41%);
text
color: hsl(19, 100%, 41%);
border
border: 2px solid hsl(19, 100%, 41%);
gradient light
background: linear-gradient(to right, hsl(19, 100%, 61%), hsl(19, 100%, 41%));
gradient dark
background: linear-gradient(to right, hsl(19, 100%, 41%), hsl(19, 100%, 21%))
hex
background-color: #D14200;
tailwind
bg-[hsl(19,100%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 100%, 41%, 0.4);
css variable
--color-primary: hsl(19, 100%, 41%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 100%, 41%)?
HEX: #D14200 | RGB: rgb(209, 66, 0) | CMYK: 0%, 68%, 100%, 18% | HSV: 19°, 100%, 82%. Copy any format from the conversion table above.
What colors go well with #D14200?
The complementary color is HSL(199, 100%, 41%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 100%, 41%) in CSS?
As HSL: color: hsl(19, 100%, 41%); — As HEX: color: #D14200; — As RGB: color: rgb(209, 66, 0); — Tailwind CSS: bg-[hsl(19,100%,41%)] — CSS variable: --color-primary: hsl(19, 100%, 41%);