Shades of Torch Red #F81516
Tints of Torch Red #F81516
RGB
CMYK
RGB Variations
Color information
#F81516 (or 0xF81516) is known color: Torch Red. HEX triplet: F8, 15 and 16. RGB value is (248,21,22). Sum of RGB (Red+Green+Blue) = 248+21+22=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F81516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81516 is #07EAE9. Grayscale: #595959. Windows color (decimal): -518890 or 1447416. OLE color: 1447416.
HSL color Cylindrical-coordinate representation of color #F81516: hue angle of 359.74º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81516 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.03 |
| HSL | 359.74º | 0.94% | 0.53% | - |
| HSV(B) | 359.74º | 0.92% | 0.97% | - |
| XYZ | 39.12 | 20.55 | 2.66 | - |
| YUV | 88.99 | 90.21 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 22 | 0 | 0.92 | 0.91 | 0.03 | 359.74 | 0.94 | 0.53 |
| Hex | F8 | 15 | 16 | 0 | 5C | 5B | 3 | 168 | 5E | 35 |
| Octal | 370 | 25 | 26 | 0 | 134 | 133 | 3 | 550 | 136 | 65 |
| Binary | 11111000 | 10101 | 10110 | 0 | 1011100 | 1011011 | 11 | 101101000 | 1011110 | 110101 |
Color Harmonies of #F81516
Complementary color
Monochromatic Colors of #F81516
Black with #F81516
Text Example
Text Example
White with #F81516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81516; }
p { color: rgb(248,21,22); }
H1.HeaderClassName
{
color: #F81516;
}
.AnyTagClassName
{
color: #F81516;
}
</style>
background-color css
<style>
a { background-color: #F81516; }
a { background-color: rgb(248,21,22); }
div.DivClassName
{
background-color: #F81516;
}
.BgClassName
{
background-color: #F81516;
}
</style>
border-color css
<style>
span { border-color: #F81516; }
span { border-color: rgb(248,21,22); }
td.TdClassName
{
border-color: #F81516;
}
.TagClassName
{
border-color: #F81516;
}
</style>