Shades of Torch Red #F80010
Tints of Torch Red #F80010
RGB
CMYK
RGB Variations
Color information
#F80010 (or 0xF80010) is known color: Torch Red. HEX triplet: F8, 00 and 10. RGB value is (248,0,16). Sum of RGB (Red+Green+Blue) = 248+0+16=264 (34% of max value = 765). Red value is 248 (97.27% from 255 or 93.94% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 248 - color contains mainly: red. Hex color #F80010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80010 is #07FFEF. Grayscale: #4C4C4C. Windows color (decimal): -524272 or 1048824. OLE color: 1048824.
HSL color Cylindrical-coordinate representation of color #F80010: hue angle of 356.13º 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 #F80010 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.94 | 0.03 |
| HSL | 356.13º | 1% | 0.49% | - |
| HSV(B) | 356.13º | 1% | 0.97% | - |
| XYZ | 38.8 | 19.99 | 2.3 | - |
| YUV | 75.98 | 94.16 | 250.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 16 | 0 | 1 | 0.94 | 0.03 | 356.13 | 1 | 0.49 |
| Hex | F8 | 0 | 10 | 0 | 64 | 5E | 3 | 164 | 64 | 31 |
| Octal | 370 | 0 | 20 | 0 | 144 | 136 | 3 | 544 | 144 | 61 |
| Binary | 11111000 | 0 | 10000 | 0 | 1100100 | 1011110 | 11 | 101100100 | 1100100 | 110001 |
Color Harmonies of #F80010
Complementary color
Monochromatic Colors of #F80010
Black with #F80010
Text Example
Text Example
White with #F80010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80010; }
p { color: rgb(248,0,16); }
H1.HeaderClassName
{
color: #F80010;
}
.AnyTagClassName
{
color: #F80010;
}
</style>
background-color css
<style>
a { background-color: #F80010; }
a { background-color: rgb(248,0,16); }
div.DivClassName
{
background-color: #F80010;
}
.BgClassName
{
background-color: #F80010;
}
</style>
border-color css
<style>
span { border-color: #F80010; }
span { border-color: rgb(248,0,16); }
td.TdClassName
{
border-color: #F80010;
}
.TagClassName
{
border-color: #F80010;
}
</style>