HSL(356, 97%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,97%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 97%, 60%) | color: hsl(356, 97%, 60%) | |
| HEX | #FC3643 | color: #FC3643 | |
| RGB | rgb(252, 54, 67) | color: rgb(252, 54, 67) | |
| CMYK | cmyk(0%, 79%, 73%, 1%) | — | |
| HSV | hsv(356, 79%, 99%) | — | |
| HWB | hwb(356 21% 1%) | color: hwb(356 21% 1%) | |
| OKLCH | oklch(0.6474 0.2308 23.68) | color: oklch(0.6474 0.2308 23.68) | |
| Lab | lab(55.83 72.67 41.3) | color: lab(55.83 72.67 41.3) | |
| LCH | lch(55.83 83.59 29.61) | color: lch(55.83 83.59 29.61) |
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)
#A6A440 — rgb(166, 164, 64)
Deuteranopia (Green-blind)
#B2C13F — rgb(178, 193, 63)
Tritanopia (Blue-blind)
#F23D3D — rgb(242, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 97%, 60%);
text
color: hsl(356, 97%, 60%);
border
border: 2px solid hsl(356, 97%, 60%);
gradient light
background: linear-gradient(to right, hsl(356, 97%, 80%), hsl(356, 97%, 60%));
gradient dark
background: linear-gradient(to right, hsl(356, 97%, 60%), hsl(356, 97%, 40%))
hex
background-color: #FC3643;
tailwind
bg-[hsl(356,97%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 97%, 60%, 0.4);
css variable
--color-primary: hsl(356, 97%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 97%, 60%)?
HEX: #FC3643 | RGB: rgb(252, 54, 67) | CMYK: 0%, 79%, 73%, 1% | HSV: 356°, 79%, 99%. Copy any format from the conversion table above.
What colors go well with #FC3643?
The complementary color is HSL(176, 97%, 60%). 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, 97%, 60%) in CSS?
As HSL: color: hsl(356, 97%, 60%); — As HEX: color: #FC3643; — As RGB: color: rgb(252, 54, 67); — Tailwind CSS: bg-[hsl(356,97%,60%)] — CSS variable: --color-primary: hsl(356, 97%, 60%);