HSL(9, 100%, 51%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,100%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 100%, 51%) | color: hsl(9, 100%, 51%) | |
| HEX | #FF2B05 | color: #FF2B05 | |
| RGB | rgb(255, 43, 5) | color: rgb(255, 43, 5) | |
| CMYK | cmyk(0%, 83%, 98%, 0%) | — | |
| HSV | hsv(9, 98%, 100%) | — | |
| HWB | hwb(9 2% 0%) | color: hwb(9 2% 0%) | |
| OKLCH | oklch(0.6416 0.245 31.41) | color: oklch(0.6416 0.245 31.41) | |
| Lab | lab(55.08 74.88 66.74) | color: lab(55.08 74.88 66.74) | |
| LCH | lch(55.08 100.31 41.71) | color: lch(55.08 100.31 41.71) |
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)
#A3A10E — rgb(163, 161, 14)
Deuteranopia (Green-blind)
#B0BF10 — rgb(176, 191, 16)
Tritanopia (Blue-blind)
#F41517 — rgb(244, 21, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 100%, 51%);
text
color: hsl(9, 100%, 51%);
border
border: 2px solid hsl(9, 100%, 51%);
gradient light
background: linear-gradient(to right, hsl(9, 100%, 71%), hsl(9, 100%, 51%));
gradient dark
background: linear-gradient(to right, hsl(9, 100%, 51%), hsl(9, 100%, 31%))
hex
background-color: #FF2B05;
tailwind
bg-[hsl(9,100%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 100%, 51%, 0.4);
css variable
--color-primary: hsl(9, 100%, 51%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(9, 100%, 51%)?
HEX: #FF2B05 | RGB: rgb(255, 43, 5) | CMYK: 0%, 83%, 98%, 0% | HSV: 9°, 98%, 100%. Copy any format from the conversion table above.
What colors go well with #FF2B05?
The complementary color is HSL(189, 100%, 51%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 100%, 51%) in CSS?
As HSL: color: hsl(9, 100%, 51%); — As HEX: color: #FF2B05; — As RGB: color: rgb(255, 43, 5); — Tailwind CSS: bg-[hsl(9,100%,51%)] — CSS variable: --color-primary: hsl(9, 100%, 51%);