HSL(352, 92%, 55%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,92%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 92%, 55%) | color: hsl(352, 92%, 55%) | |
| HEX | #F6233F | color: #F6233F | |
| RGB | rgb(246, 35, 63) | color: rgb(246, 35, 63) | |
| CMYK | cmyk(0%, 86%, 74%, 4%) | — | |
| HSV | hsv(352, 86%, 96%) | — | |
| HWB | hwb(352 13% 4%) | color: hwb(352 13% 4%) | |
| OKLCH | oklch(0.6252 0.237 22.25) | color: oklch(0.6252 0.237 22.25) | |
| Lab | lab(53.12 75.2 40.2) | color: lab(53.12 75.2 40.2) | |
| LCH | lch(53.12 85.27 28.13) | color: lch(53.12 85.27 28.13) |
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)
#9B9938 — rgb(155, 153, 56)
Deuteranopia (Green-blind)
#A7B737 — rgb(167, 183, 55)
Tritanopia (Blue-blind)
#EB3332 — rgb(235, 51, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 92%, 55%);
text
color: hsl(352, 92%, 55%);
border
border: 2px solid hsl(352, 92%, 55%);
gradient light
background: linear-gradient(to right, hsl(352, 92%, 75%), hsl(352, 92%, 55%));
gradient dark
background: linear-gradient(to right, hsl(352, 92%, 55%), hsl(352, 92%, 35%))
hex
background-color: #F6233F;
tailwind
bg-[hsl(352,92%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 92%, 55%, 0.4);
css variable
--color-primary: hsl(352, 92%, 55%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 92%, 55%)?
HEX: #F6233F | RGB: rgb(246, 35, 63) | CMYK: 0%, 86%, 74%, 4% | HSV: 352°, 86%, 96%. Copy any format from the conversion table above.
What colors go well with #F6233F?
The complementary color is HSL(172, 92%, 55%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 92%, 55%) in CSS?
As HSL: color: hsl(352, 92%, 55%); — As HEX: color: #F6233F; — As RGB: color: rgb(246, 35, 63); — Tailwind CSS: bg-[hsl(352,92%,55%)] — CSS variable: --color-primary: hsl(352, 92%, 55%);