HSL(356, 100%, 56%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,100%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 100%, 56%) | color: hsl(356, 100%, 56%) | |
| HEX | #FF1F2E | color: #FF1F2E | |
| RGB | rgb(255, 31, 46) | color: rgb(255, 31, 46) | |
| CMYK | cmyk(0%, 88%, 82%, 0%) | — | |
| HSV | hsv(356, 88%, 100%) | — | |
| HWB | hwb(356 12% 0%) | color: hwb(356 12% 0%) | |
| OKLCH | oklch(0.6379 0.2475 25.92) | color: oklch(0.6379 0.2475 25.92) | |
| Lab | lab(54.5 77.67 51.42) | color: lab(54.5 77.67 51.42) | |
| LCH | lch(54.5 93.15 33.51) | color: lch(54.5 93.15 33.51) |
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)
#9E9C2A — rgb(158, 156, 42)
Deuteranopia (Green-blind)
#ABBC2A — rgb(171, 188, 42)
Tritanopia (Blue-blind)
#F42827 — rgb(244, 40, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 100%, 56%);
text
color: hsl(356, 100%, 56%);
border
border: 2px solid hsl(356, 100%, 56%);
gradient light
background: linear-gradient(to right, hsl(356, 100%, 76%), hsl(356, 100%, 56%));
gradient dark
background: linear-gradient(to right, hsl(356, 100%, 56%), hsl(356, 100%, 36%))
hex
background-color: #FF1F2E;
tailwind
bg-[hsl(356,100%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 100%, 56%, 0.4);
css variable
--color-primary: hsl(356, 100%, 56%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(356, 100%, 56%)?
HEX: #FF1F2E | RGB: rgb(255, 31, 46) | CMYK: 0%, 88%, 82%, 0% | HSV: 356°, 88%, 100%. Copy any format from the conversion table above.
What colors go well with #FF1F2E?
The complementary color is HSL(176, 100%, 56%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 100%, 56%) in CSS?
As HSL: color: hsl(356, 100%, 56%); — As HEX: color: #FF1F2E; — As RGB: color: rgb(255, 31, 46); — Tailwind CSS: bg-[hsl(356,100%,56%)] — CSS variable: --color-primary: hsl(356, 100%, 56%);