Shades of Torch Red #F80009
Tints of Torch Red #F80009
RGB
CMYK
RGB Variations
Color information
#F80009 (or 0xF80009) is known color: Torch Red. HEX triplet: F8, 00 and 09. RGB value is (248,0,9). Sum of RGB (Red+Green+Blue) = 248+0+9=257 (34% of max value = 765). Red value is 248 (97.27% from 255 or 96.50% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 248 - color contains mainly: red. Hex color #F80009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80009 is #07FFF6. Grayscale: #4B4B4B. Windows color (decimal): -524279 or 590072. OLE color: 590072.
HSL color Cylindrical-coordinate representation of color #F80009: hue angle of 357.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.03 |
| HSL | 357.82º | 1% | 0.49% | - |
| HSV(B) | 357.82º | 1% | 0.97% | - |
| XYZ | 38.76 | 19.98 | 2.07 | - |
| YUV | 75.18 | 90.66 | 251.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 9 | 0 | 1 | 0.96 | 0.03 | 357.82 | 1 | 0.49 |
| Hex | F8 | 0 | 9 | 0 | 64 | 60 | 3 | 166 | 64 | 31 |
| Octal | 370 | 0 | 11 | 0 | 144 | 140 | 3 | 546 | 144 | 61 |
| Binary | 11111000 | 0 | 1001 | 0 | 1100100 | 1100000 | 11 | 101100110 | 1100100 | 110001 |
Color Harmonies of #F80009
Complementary color
Monochromatic Colors of #F80009
Black with #F80009
Text Example
Text Example
White with #F80009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80009; }
p { color: rgb(248,0,9); }
H1.HeaderClassName
{
color: #F80009;
}
.AnyTagClassName
{
color: #F80009;
}
</style>
background-color css
<style>
a { background-color: #F80009; }
a { background-color: rgb(248,0,9); }
div.DivClassName
{
background-color: #F80009;
}
.BgClassName
{
background-color: #F80009;
}
</style>
border-color css
<style>
span { border-color: #F80009; }
span { border-color: rgb(248,0,9); }
td.TdClassName
{
border-color: #F80009;
}
.TagClassName
{
border-color: #F80009;
}
</style>