Shades of Torch Red #F9021D
Tints of Torch Red #F9021D
RGB
CMYK
RGB Variations
Color information
#F9021D (or 0xF9021D) is known color: Torch Red. HEX triplet: F9, 02 and 1D. RGB value is (249,2,29). Sum of RGB (Red+Green+Blue) = 249+2+29=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F9021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9021D is #06FDE2. Grayscale: #4F4F4F. Windows color (decimal): -458211 or 1901305. OLE color: 1901305.
HSL color Cylindrical-coordinate representation of color #F9021D: hue angle of 353.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.44º | 0.98% | 0.49% | - |
| HSV(B) | 353.44º | 0.99% | 0.98% | - |
| XYZ | 39.31 | 20.27 | 3 | - |
| YUV | 78.93 | 99.83 | 249.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 29 | 0 | 0.99 | 0.88 | 0.02 | 353.44 | 0.98 | 0.49 |
| Hex | F9 | 2 | 1D | 0 | 63 | 58 | 2 | 161 | 62 | 31 |
| Octal | 371 | 2 | 35 | 0 | 143 | 130 | 2 | 541 | 142 | 61 |
| Binary | 11111001 | 10 | 11101 | 0 | 1100011 | 1011000 | 10 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F9021D
Complementary color
Monochromatic Colors of #F9021D
Black with #F9021D
Text Example
Text Example
White with #F9021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9021D; }
p { color: rgb(249,2,29); }
H1.HeaderClassName
{
color: #F9021D;
}
.AnyTagClassName
{
color: #F9021D;
}
</style>
background-color css
<style>
a { background-color: #F9021D; }
a { background-color: rgb(249,2,29); }
div.DivClassName
{
background-color: #F9021D;
}
.BgClassName
{
background-color: #F9021D;
}
</style>
border-color css
<style>
span { border-color: #F9021D; }
span { border-color: rgb(249,2,29); }
td.TdClassName
{
border-color: #F9021D;
}
.TagClassName
{
border-color: #F9021D;
}
</style>