Shades of Torch Red #F80118
Tints of Torch Red #F80118
RGB
CMYK
RGB Variations
Color information
#F80118 (or 0xF80118) is known color: Torch Red. HEX triplet: F8, 01 and 18. RGB value is (248,1,24). Sum of RGB (Red+Green+Blue) = 248+1+24=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80118 is #07FEE7. Grayscale: #4D4D4D. Windows color (decimal): -524008 or 1573368. OLE color: 1573368.
HSL color Cylindrical-coordinate representation of color #F80118: hue angle of 354.41º 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 #F80118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.03 |
| HSL | 354.41º | 0.99% | 0.49% | - |
| HSV(B) | 354.41º | 1% | 0.97% | - |
| XYZ | 38.89 | 20.04 | 2.68 | - |
| YUV | 77.48 | 97.83 | 249.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 24 | 0 | 1.00 | 0.90 | 0.03 | 354.41 | 0.99 | 0.49 |
| Hex | F8 | 1 | 18 | 0 | 64 | 5A | 3 | 162 | 63 | 31 |
| Octal | 370 | 1 | 30 | 0 | 144 | 132 | 3 | 542 | 143 | 61 |
| Binary | 11111000 | 1 | 11000 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F80118
Complementary color
Monochromatic Colors of #F80118
Black with #F80118
Text Example
Text Example
White with #F80118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80118; }
p { color: rgb(248,1,24); }
H1.HeaderClassName
{
color: #F80118;
}
.AnyTagClassName
{
color: #F80118;
}
</style>
background-color css
<style>
a { background-color: #F80118; }
a { background-color: rgb(248,1,24); }
div.DivClassName
{
background-color: #F80118;
}
.BgClassName
{
background-color: #F80118;
}
</style>
border-color css
<style>
span { border-color: #F80118; }
span { border-color: rgb(248,1,24); }
td.TdClassName
{
border-color: #F80118;
}
.TagClassName
{
border-color: #F80118;
}
</style>