What is the HSL code for tomato red?
The CSS color tomato red in HSL format is hsl(11.2, 99.2%, 46.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use tomato red in CSS?
To apply tomato red in CSS:
- Text color: color: hsl(11.2, 99.2%, 46.5%);
- Background: background-color: hsl(11.2, 99.2%, 46.5%);
- Border: border-color: hsl(11.2, 99.2%, 46.5%);
What are all the color format values for tomato red?
| Format | Value |
|---|---|
| HEX | #ec2d01 |
| RGB | rgb(236, 45, 1) |
| HSL | hsl(11.2, 99.2%, 46.5%) |
| CMYK | cmyk(0%, 80.9%, 99.6%, 7.5%) |
How do I convert tomato red to HSL?
Select tomato red from the color name list in our color converter. The HSL value — hsl(11.2, 99.2%, 46.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does tomato red belong to?
tomato red belongs to the red color family. It is a medium, vivid color with HSL values: hue 11.2°, saturation 99.2%, lightness 46.5%.
How do I create lighter and darker shades of tomato red?
Lighter variant (lightness 61.5%): #fe603b. Darker variant (lightness 31.5%): #a01e01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.