HSL(351, 92%, 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(351,92%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 92%, 56%) | color: hsl(351, 92%, 56%) | |
| HEX | #F62847 | color: #F62847 | |
| RGB | rgb(246, 40, 71) | color: rgb(246, 40, 71) | |
| CMYK | cmyk(0%, 84%, 71%, 4%) | — | |
| HSV | hsv(351, 84%, 96%) | — | |
| HWB | hwb(351 15% 4%) | color: hwb(351 15% 4%) | |
| OKLCH | oklch(0.6288 0.234 20.64) | color: oklch(0.6288 0.234 20.64) | |
| Lab | lab(53.57 74.53 36.1) | color: lab(53.57 74.53 36.1) | |
| LCH | lch(53.57 82.81 25.84) | color: lch(53.57 82.81 25.84) |
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)
#9D9B3F — rgb(157, 155, 63)
Deuteranopia (Green-blind)
#A9B83E — rgb(169, 184, 62)
Tritanopia (Blue-blind)
#EC3A38 — rgb(236, 58, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 92%, 56%);
text
color: hsl(351, 92%, 56%);
border
border: 2px solid hsl(351, 92%, 56%);
gradient light
background: linear-gradient(to right, hsl(351, 92%, 76%), hsl(351, 92%, 56%));
gradient dark
background: linear-gradient(to right, hsl(351, 92%, 56%), hsl(351, 92%, 36%))
hex
background-color: #F62847;
tailwind
bg-[hsl(351,92%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 92%, 56%, 0.4);
css variable
--color-primary: hsl(351, 92%, 56%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(351, 92%, 56%)?
HEX: #F62847 | RGB: rgb(246, 40, 71) | CMYK: 0%, 84%, 71%, 4% | HSV: 351°, 84%, 96%. Copy any format from the conversion table above.
What colors go well with #F62847?
The complementary color is HSL(171, 92%, 56%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 92%, 56%) in CSS?
As HSL: color: hsl(351, 92%, 56%); — As HEX: color: #F62847; — As RGB: color: rgb(246, 40, 71); — Tailwind CSS: bg-[hsl(351,92%,56%)] — CSS variable: --color-primary: hsl(351, 92%, 56%);