HSL(10, 90%, 57%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,90%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 90%, 57%) | color: hsl(10, 90%, 57%) | |
| HEX | #F4502F | color: #F4502F | |
| RGB | rgb(244, 80, 47) | color: rgb(244, 80, 47) | |
| CMYK | cmyk(0%, 67%, 81%, 4%) | — | |
| HSV | hsv(10, 81%, 96%) | — | |
| HWB | hwb(10 18% 4%) | color: hwb(10 18% 4%) | |
| OKLCH | oklch(0.6548 0.2058 33.23) | color: oklch(0.6548 0.2058 33.23) | |
| Lab | lab(57.25 61.11 52.79) | color: lab(57.25 61.11 52.79) | |
| LCH | lch(57.25 80.75 40.82) | color: lch(57.25 80.75 40.82) |
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)
#ADAC37 — rgb(173, 172, 55)
Deuteranopia (Green-blind)
#B7C339 — rgb(183, 195, 57)
Tritanopia (Blue-blind)
#EC3D3F — rgb(236, 61, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 90%, 57%);
text
color: hsl(10, 90%, 57%);
border
border: 2px solid hsl(10, 90%, 57%);
gradient light
background: linear-gradient(to right, hsl(10, 90%, 77%), hsl(10, 90%, 57%));
gradient dark
background: linear-gradient(to right, hsl(10, 90%, 57%), hsl(10, 90%, 37%))
hex
background-color: #F4502F;
tailwind
bg-[hsl(10,90%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 90%, 57%, 0.4);
css variable
--color-primary: hsl(10, 90%, 57%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(10, 90%, 57%)?
HEX: #F4502F | RGB: rgb(244, 80, 47) | CMYK: 0%, 67%, 81%, 4% | HSV: 10°, 81%, 96%. Copy any format from the conversion table above.
What colors go well with #F4502F?
The complementary color is HSL(190, 90%, 57%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 90%, 57%) in CSS?
As HSL: color: hsl(10, 90%, 57%); — As HEX: color: #F4502F; — As RGB: color: rgb(244, 80, 47); — Tailwind CSS: bg-[hsl(10,90%,57%)] — CSS variable: --color-primary: hsl(10, 90%, 57%);