HSL(1, 84%, 46%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(1,84%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 84%, 46%) | color: hsl(1, 84%, 46%) | |
| HEX | #D81613 | color: #D81613 | |
| RGB | rgb(216, 22, 19) | color: rgb(216, 22, 19) | |
| CMYK | cmyk(0%, 90%, 91%, 15%) | — | |
| HSV | hsv(1, 91%, 85%) | — | |
| HWB | hwb(1 8% 15%) | color: hwb(1 8% 15%) | |
| OKLCH | oklch(0.5605 0.2208 28.72) | color: oklch(0.5605 0.2208 28.72) | |
| Lab | lab(45.94 68.56 53.66) | color: lab(45.94 68.56 53.66) | |
| LCH | lch(45.94 87.06 38.05) | color: lch(45.94 87.06 38.05) |
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)
#848214 — rgb(132, 130, 20)
Deuteranopia (Green-blind)
#8F9E14 — rgb(143, 158, 20)
Tritanopia (Blue-blind)
#CE1414 — rgb(206, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 84%, 46%);
text
color: hsl(1, 84%, 46%);
border
border: 2px solid hsl(1, 84%, 46%);
gradient light
background: linear-gradient(to right, hsl(1, 84%, 66%), hsl(1, 84%, 46%));
gradient dark
background: linear-gradient(to right, hsl(1, 84%, 46%), hsl(1, 84%, 26%))
hex
background-color: #D81613;
tailwind
bg-[hsl(1,84%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 84%, 46%, 0.4);
css variable
--color-primary: hsl(1, 84%, 46%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(1, 84%, 46%)?
HEX: #D81613 | RGB: rgb(216, 22, 19) | CMYK: 0%, 90%, 91%, 15% | HSV: 1°, 91%, 85%. Copy any format from the conversion table above.
What colors go well with #D81613?
The complementary color is HSL(181, 84%, 46%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 84%, 46%) in CSS?
As HSL: color: hsl(1, 84%, 46%); — As HEX: color: #D81613; — As RGB: color: rgb(216, 22, 19); — Tailwind CSS: bg-[hsl(1,84%,46%)] — CSS variable: --color-primary: hsl(1, 84%, 46%);