HSL(12, 100%, 45%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,100%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 100%, 45%) | color: hsl(12, 100%, 45%) | |
| HEX | #E62E00 | color: #E62E00 | |
| RGB | rgb(230, 46, 0) | color: rgb(230, 46, 0) | |
| CMYK | cmyk(0%, 80%, 100%, 10%) | — | |
| HSV | hsv(12, 100%, 90%) | — | |
| HWB | hwb(12 0% 10%) | color: hwb(12 0% 10%) | |
| OKLCH | oklch(0.5985 0.2222 32.76) | color: oklch(0.5985 0.2222 32.76) | |
| Lab | lab(50.43 67.25 63.07) | color: lab(50.43 67.25 63.07) | |
| LCH | lch(50.43 92.2 43.16) | color: lch(50.43 92.2 43.16) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#96950B — rgb(150, 149, 11)
Deuteranopia (Green-blind)
#A1AF0E — rgb(161, 175, 14)
Tritanopia (Blue-blind)
#DD1416 — rgb(221, 20, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 100%, 45%);
text
color: hsl(12, 100%, 45%);
border
border: 2px solid hsl(12, 100%, 45%);
gradient light
background: linear-gradient(to right, hsl(12, 100%, 65%), hsl(12, 100%, 45%));
gradient dark
background: linear-gradient(to right, hsl(12, 100%, 45%), hsl(12, 100%, 25%))
hex
background-color: #E62E00;
tailwind
bg-[hsl(12,100%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 100%, 45%, 0.4);
css variable
--color-primary: hsl(12, 100%, 45%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(12, 100%, 45%)?
HEX: #E62E00 | RGB: rgb(230, 46, 0) | CMYK: 0%, 80%, 100%, 10% | HSV: 12°, 100%, 90%. Copy any format from the conversion table above.
What colors go well with #E62E00?
The complementary color is HSL(192, 100%, 45%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 100%, 45%) in CSS?
As HSL: color: hsl(12, 100%, 45%); — As HEX: color: #E62E00; — As RGB: color: rgb(230, 46, 0); — Tailwind CSS: bg-[hsl(12,100%,45%)] — CSS variable: --color-primary: hsl(12, 100%, 45%);