Shades of Torch Red #F80D16
Tints of Torch Red #F80D16
RGB
CMYK
RGB Variations
Color information
#F80D16 (or 0xF80D16) is known color: Torch Red. HEX triplet: F8, 0D and 16. RGB value is (248,13,22). Sum of RGB (Red+Green+Blue) = 248+13+22=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80D16 is #07F2E9. Grayscale: #545454. Windows color (decimal): -520938 or 1445368. OLE color: 1445368.
HSL color Cylindrical-coordinate representation of color #F80D16: hue angle of 357.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80D16 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 22 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.03 |
| HSL | 357.7º | 0.94% | 0.51% | - |
| HSV(B) | 357.7º | 0.95% | 0.97% | - |
| XYZ | 39 | 20.3 | 2.62 | - |
| YUV | 84.29 | 92.86 | 244.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 22 | 0 | 0.95 | 0.91 | 0.03 | 357.7 | 0.94 | 0.51 |
| Hex | F8 | D | 16 | 0 | 5F | 5B | 3 | 166 | 5E | 33 |
| Octal | 370 | 15 | 26 | 0 | 137 | 133 | 3 | 546 | 136 | 63 |
| Binary | 11111000 | 1101 | 10110 | 0 | 1011111 | 1011011 | 11 | 101100110 | 1011110 | 110011 |
Color Harmonies of #F80D16
Complementary color
Monochromatic Colors of #F80D16
Black with #F80D16
Text Example
Text Example
White with #F80D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D16; }
p { color: rgb(248,13,22); }
H1.HeaderClassName
{
color: #F80D16;
}
.AnyTagClassName
{
color: #F80D16;
}
</style>
background-color css
<style>
a { background-color: #F80D16; }
a { background-color: rgb(248,13,22); }
div.DivClassName
{
background-color: #F80D16;
}
.BgClassName
{
background-color: #F80D16;
}
</style>
border-color css
<style>
span { border-color: #F80D16; }
span { border-color: rgb(248,13,22); }
td.TdClassName
{
border-color: #F80D16;
}
.TagClassName
{
border-color: #F80D16;
}
</style>