HSL(15, 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(15,100%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 100%, 41%) | color: hsl(15, 100%, 41%) | |
| HEX | #D13400 | color: #D13400 | |
| RGB | rgb(209, 52, 0) | color: rgb(209, 52, 0) | |
| CMYK | cmyk(0%, 75%, 100%, 18%) | — | |
| HSV | hsv(15, 100%, 82%) | — | |
| HWB | hwb(15 0% 18%) | color: hwb(15 0% 18%) | |
| OKLCH | oklch(0.5657 0.1994 34.8) | color: oklch(0.5657 0.1994 34.8) | |
| Lab | lab(47 59.27 59.2) | color: lab(47 59.27 59.2) | |
| LCH | lch(47 83.77 44.97) | color: lch(47 83.77 44.97) |
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)
#8D8C0D — rgb(141, 140, 13)
Deuteranopia (Green-blind)
#96A210 — rgb(150, 162, 16)
Tritanopia (Blue-blind)
#C91719 — rgb(201, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 100%, 41%);
text
color: hsl(15, 100%, 41%);
border
border: 2px solid hsl(15, 100%, 41%);
gradient light
background: linear-gradient(to right, hsl(15, 100%, 61%), hsl(15, 100%, 41%));
gradient dark
background: linear-gradient(to right, hsl(15, 100%, 41%), hsl(15, 100%, 21%))
hex
background-color: #D13400;
tailwind
bg-[hsl(15,100%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 100%, 41%, 0.4);
css variable
--color-primary: hsl(15, 100%, 41%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 100%, 41%)?
HEX: #D13400 | RGB: rgb(209, 52, 0) | CMYK: 0%, 75%, 100%, 18% | HSV: 15°, 100%, 82%. Copy any format from the conversion table above.
What colors go well with #D13400?
The complementary color is HSL(195, 100%, 41%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 100%, 41%) in CSS?
As HSL: color: hsl(15, 100%, 41%); — As HEX: color: #D13400; — As RGB: color: rgb(209, 52, 0); — Tailwind CSS: bg-[hsl(15,100%,41%)] — CSS variable: --color-primary: hsl(15, 100%, 41%);