What is the HEX code for orange red?
The CSS color orange red in HEX format is #fd411e. Use this value directly in CSS, SVG, and most design tools.
How do I use orange red in CSS?
To apply orange red in CSS:
- Text color: color: #fd411e;
- Background: background-color: #fd411e;
- Border: border-color: #fd411e;
What are all the color format values for orange red?
| Format | Value |
|---|---|
| HEX | #fd411e |
| RGB | rgb(253, 65, 30) |
| HSL | hsl(9.4, 98.2%, 55.5%) |
| CMYK | cmyk(0%, 74.3%, 88.1%, 0.8%) |
How do I convert orange red to HEX?
Select orange red from the color name list in our color converter. The HEX value — #fd411e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does orange red belong to?
orange red belongs to the red color family. It is a medium, vivid color with HSL values: hue 9.4°, saturation 98.2%, lightness 55.5%.
How do I create lighter and darker shades of orange red?
Lighter variant (lightness 70.5%): #fe816a. Darker variant (lightness 40.5%): #cd2202. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.