HSL(7, 87%, 44%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,87%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 87%, 44%) | color: hsl(7, 87%, 44%) | |
| HEX | #D2250F | color: #D2250F | |
| RGB | rgb(210, 37, 15) | color: rgb(210, 37, 15) | |
| CMYK | cmyk(0%, 82%, 93%, 18%) | — | |
| HSV | hsv(7, 93%, 82%) | — | |
| HWB | hwb(7 6% 18%) | color: hwb(7 6% 18%) | |
| OKLCH | oklch(0.5567 0.209 30.83) | color: oklch(0.5567 0.209 30.83) | |
| Lab | lab(45.72 63.98 54.36) | color: lab(45.72 63.98 54.36) | |
| LCH | lch(45.72 83.96 40.35) | color: lch(45.72 83.96 40.35) |
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)
#878614 — rgb(135, 134, 20)
Deuteranopia (Green-blind)
#919E16 — rgb(145, 158, 22)
Tritanopia (Blue-blind)
#C91919 — rgb(201, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 87%, 44%);
text
color: hsl(7, 87%, 44%);
border
border: 2px solid hsl(7, 87%, 44%);
gradient light
background: linear-gradient(to right, hsl(7, 87%, 64%), hsl(7, 87%, 44%));
gradient dark
background: linear-gradient(to right, hsl(7, 87%, 44%), hsl(7, 87%, 24%))
hex
background-color: #D2250F;
tailwind
bg-[hsl(7,87%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 87%, 44%, 0.4);
css variable
--color-primary: hsl(7, 87%, 44%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(7, 87%, 44%)?
HEX: #D2250F | RGB: rgb(210, 37, 15) | CMYK: 0%, 82%, 93%, 18% | HSV: 7°, 93%, 82%. Copy any format from the conversion table above.
What colors go well with #D2250F?
The complementary color is HSL(187, 87%, 44%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 87%, 44%) in CSS?
As HSL: color: hsl(7, 87%, 44%); — As HEX: color: #D2250F; — As RGB: color: rgb(210, 37, 15); — Tailwind CSS: bg-[hsl(7,87%,44%)] — CSS variable: --color-primary: hsl(7, 87%, 44%);