Shades of Torch Red #F80019
Tints of Torch Red #F80019
RGB
CMYK
RGB Variations
Color information
#F80019 (or 0xF80019) is known color: Torch Red. HEX triplet: F8, 00 and 19. RGB value is (248,0,25). Sum of RGB (Red+Green+Blue) = 248+0+25=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80019 is #07FFE6. Grayscale: #4D4D4D. Windows color (decimal): -524263 or 1638648. OLE color: 1638648.
HSL color Cylindrical-coordinate representation of color #F80019: hue angle of 353.95º 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 #F80019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.03 |
| HSL | 353.95º | 1% | 0.49% | - |
| HSV(B) | 353.95º | 1% | 0.97% | - |
| XYZ | 38.89 | 20.03 | 2.74 | - |
| YUV | 77 | 98.66 | 249.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 25 | 0 | 1 | 0.90 | 0.03 | 353.95 | 1 | 0.49 |
| Hex | F8 | 0 | 19 | 0 | 64 | 5A | 3 | 162 | 64 | 31 |
| Octal | 370 | 0 | 31 | 0 | 144 | 132 | 3 | 542 | 144 | 61 |
| Binary | 11111000 | 0 | 11001 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100100 | 110001 |
Color Harmonies of #F80019
Complementary color
Monochromatic Colors of #F80019
Black with #F80019
Text Example
Text Example
White with #F80019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80019; }
p { color: rgb(248,0,25); }
H1.HeaderClassName
{
color: #F80019;
}
.AnyTagClassName
{
color: #F80019;
}
</style>
background-color css
<style>
a { background-color: #F80019; }
a { background-color: rgb(248,0,25); }
div.DivClassName
{
background-color: #F80019;
}
.BgClassName
{
background-color: #F80019;
}
</style>
border-color css
<style>
span { border-color: #F80019; }
span { border-color: rgb(248,0,25); }
td.TdClassName
{
border-color: #F80019;
}
.TagClassName
{
border-color: #F80019;
}
</style>