Shades of Torch Red #F80719
Tints of Torch Red #F80719
RGB
CMYK
RGB Variations
Color information
#F80719 (or 0xF80719) is known color: Torch Red. HEX triplet: F8, 07 and 19. RGB value is (248,7,25). Sum of RGB (Red+Green+Blue) = 248+7+25=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F80719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80719 is #07F8E6. Grayscale: #515151. Windows color (decimal): -522471 or 1640440. OLE color: 1640440.
HSL color Cylindrical-coordinate representation of color #F80719: hue angle of 355.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80719 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.03 |
| HSL | 355.52º | 0.95% | 0.5% | - |
| HSV(B) | 355.52º | 0.97% | 0.97% | - |
| XYZ | 38.96 | 20.18 | 2.76 | - |
| YUV | 81.11 | 96.34 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 25 | 0 | 0.97 | 0.90 | 0.03 | 355.52 | 0.95 | 0.5 |
| Hex | F8 | 7 | 19 | 0 | 61 | 5A | 3 | 164 | 5F | 32 |
| Octal | 370 | 7 | 31 | 0 | 141 | 132 | 3 | 544 | 137 | 62 |
| Binary | 11111000 | 111 | 11001 | 0 | 1100001 | 1011010 | 11 | 101100100 | 1011111 | 110010 |
Color Harmonies of #F80719
Complementary color
Monochromatic Colors of #F80719
Black with #F80719
Text Example
Text Example
White with #F80719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80719; }
p { color: rgb(248,7,25); }
H1.HeaderClassName
{
color: #F80719;
}
.AnyTagClassName
{
color: #F80719;
}
</style>
background-color css
<style>
a { background-color: #F80719; }
a { background-color: rgb(248,7,25); }
div.DivClassName
{
background-color: #F80719;
}
.BgClassName
{
background-color: #F80719;
}
</style>
border-color css
<style>
span { border-color: #F80719; }
span { border-color: rgb(248,7,25); }
td.TdClassName
{
border-color: #F80719;
}
.TagClassName
{
border-color: #F80719;
}
</style>