Shades of Torch Red #F80119
Tints of Torch Red #F80119
RGB
CMYK
RGB Variations
Color information
#F80119 (or 0xF80119) is known color: Torch Red. HEX triplet: F8, 01 and 19. RGB value is (248,1,25). Sum of RGB (Red+Green+Blue) = 248+1+25=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80119 is #07FEE6. Grayscale: #4D4D4D. Windows color (decimal): -524007 or 1638904. OLE color: 1638904.
HSL color Cylindrical-coordinate representation of color #F80119: hue angle of 354.17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.03 |
| HSL | 354.17º | 0.99% | 0.49% | - |
| HSV(B) | 354.17º | 1% | 0.97% | - |
| XYZ | 38.9 | 20.05 | 2.74 | - |
| YUV | 77.59 | 98.33 | 249.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 25 | 0 | 1.00 | 0.90 | 0.03 | 354.17 | 0.99 | 0.49 |
| Hex | F8 | 1 | 19 | 0 | 64 | 5A | 3 | 162 | 63 | 31 |
| Octal | 370 | 1 | 31 | 0 | 144 | 132 | 3 | 542 | 143 | 61 |
| Binary | 11111000 | 1 | 11001 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F80119
Complementary color
Monochromatic Colors of #F80119
Black with #F80119
Text Example
Text Example
White with #F80119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80119; }
p { color: rgb(248,1,25); }
H1.HeaderClassName
{
color: #F80119;
}
.AnyTagClassName
{
color: #F80119;
}
</style>
background-color css
<style>
a { background-color: #F80119; }
a { background-color: rgb(248,1,25); }
div.DivClassName
{
background-color: #F80119;
}
.BgClassName
{
background-color: #F80119;
}
</style>
border-color css
<style>
span { border-color: #F80119; }
span { border-color: rgb(248,1,25); }
td.TdClassName
{
border-color: #F80119;
}
.TagClassName
{
border-color: #F80119;
}
</style>