HSL(6, 92%, 62%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,92%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 92%, 62%) | color: hsl(6, 92%, 62%) | |
| HEX | #F75745 | color: #F75745 | |
| RGB | rgb(247, 87, 69) | color: rgb(247, 87, 69) | |
| CMYK | cmyk(0%, 65%, 72%, 3%) | — | |
| HSV | hsv(6, 72%, 97%) | — | |
| HWB | hwb(6 27% 3%) | color: hwb(6 27% 3%) | |
| OKLCH | oklch(0.6695 0.1987 29.64) | color: oklch(0.6695 0.1987 29.64) | |
| Lab | lab(59 60.1 43.53) | color: lab(59 60.1 43.53) | |
| LCH | lch(59 74.21 35.92) | color: lch(59 74.21 35.92) |
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)
#B2B049 — rgb(178, 176, 73)
Deuteranopia (Green-blind)
#BBC74A — rgb(187, 199, 74)
Tritanopia (Blue-blind)
#EF4D4E — rgb(239, 77, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 92%, 62%);
text
color: hsl(6, 92%, 62%);
border
border: 2px solid hsl(6, 92%, 62%);
gradient light
background: linear-gradient(to right, hsl(6, 92%, 82%), hsl(6, 92%, 62%));
gradient dark
background: linear-gradient(to right, hsl(6, 92%, 62%), hsl(6, 92%, 42%))
hex
background-color: #F75745;
tailwind
bg-[hsl(6,92%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 92%, 62%, 0.4);
css variable
--color-primary: hsl(6, 92%, 62%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 92%, 62%)?
HEX: #F75745 | RGB: rgb(247, 87, 69) | CMYK: 0%, 65%, 72%, 3% | HSV: 6°, 72%, 97%. Copy any format from the conversion table above.
What colors go well with #F75745?
The complementary color is HSL(186, 92%, 62%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 92%, 62%) in CSS?
As HSL: color: hsl(6, 92%, 62%); — As HEX: color: #F75745; — As RGB: color: rgb(247, 87, 69); — Tailwind CSS: bg-[hsl(6,92%,62%)] — CSS variable: --color-primary: hsl(6, 92%, 62%);