HSL(10, 100%, 52%)
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,100%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 100%, 52%) | color: hsl(10, 100%, 52%) | |
| HEX | #FF330A | color: #FF330A | |
| RGB | rgb(255, 51, 10) | color: rgb(255, 51, 10) | |
| CMYK | cmyk(0%, 80%, 96%, 0%) | — | |
| HSV | hsv(10, 96%, 100%) | — | |
| HWB | hwb(10 4% 0%) | color: hwb(10 4% 0%) | |
| OKLCH | oklch(0.6466 0.2404 32.07) | color: oklch(0.6466 0.2404 32.07) | |
| Lab | lab(55.74 73.06 65.98) | color: lab(55.74 73.06 65.98) | |
| LCH | lch(55.74 98.44 42.08) | color: lch(55.74 98.44 42.08) |
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)
#A7A514 — rgb(167, 165, 20)
Deuteranopia (Green-blind)
#B3C216 — rgb(179, 194, 22)
Tritanopia (Blue-blind)
#F51C1D — rgb(245, 28, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 100%, 52%);
text
color: hsl(10, 100%, 52%);
border
border: 2px solid hsl(10, 100%, 52%);
gradient light
background: linear-gradient(to right, hsl(10, 100%, 72%), hsl(10, 100%, 52%));
gradient dark
background: linear-gradient(to right, hsl(10, 100%, 52%), hsl(10, 100%, 32%))
hex
background-color: #FF330A;
tailwind
bg-[hsl(10,100%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 100%, 52%, 0.4);
css variable
--color-primary: hsl(10, 100%, 52%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(10, 100%, 52%)?
HEX: #FF330A | RGB: rgb(255, 51, 10) | CMYK: 0%, 80%, 96%, 0% | HSV: 10°, 96%, 100%. Copy any format from the conversion table above.
What colors go well with #FF330A?
The complementary color is HSL(190, 100%, 52%). 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, 100%, 52%) in CSS?
As HSL: color: hsl(10, 100%, 52%); — As HEX: color: #FF330A; — As RGB: color: rgb(255, 51, 10); — Tailwind CSS: bg-[hsl(10,100%,52%)] — CSS variable: --color-primary: hsl(10, 100%, 52%);