Shades of Torch Red #F80218
Tints of Torch Red #F80218
RGB
CMYK
RGB Variations
Color information
#F80218 (or 0xF80218) is known color: Torch Red. HEX triplet: F8, 02 and 18. RGB value is (248,2,24). Sum of RGB (Red+Green+Blue) = 248+2+24=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80218 is #07FDE7. Grayscale: #4E4E4E. Windows color (decimal): -523752 or 1573624. OLE color: 1573624.
HSL color Cylindrical-coordinate representation of color #F80218: hue angle of 354.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.03 |
| HSL | 354.63º | 0.98% | 0.49% | - |
| HSV(B) | 354.63º | 0.99% | 0.97% | - |
| XYZ | 38.9 | 20.07 | 2.69 | - |
| YUV | 78.06 | 97.5 | 249.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 24 | 0 | 0.99 | 0.90 | 0.03 | 354.63 | 0.98 | 0.49 |
| Hex | F8 | 2 | 18 | 0 | 63 | 5A | 3 | 163 | 62 | 31 |
| Octal | 370 | 2 | 30 | 0 | 143 | 132 | 3 | 543 | 142 | 61 |
| Binary | 11111000 | 10 | 11000 | 0 | 1100011 | 1011010 | 11 | 101100011 | 1100010 | 110001 |
Color Harmonies of #F80218
Complementary color
Monochromatic Colors of #F80218
Black with #F80218
Text Example
Text Example
White with #F80218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80218; }
p { color: rgb(248,2,24); }
H1.HeaderClassName
{
color: #F80218;
}
.AnyTagClassName
{
color: #F80218;
}
</style>
background-color css
<style>
a { background-color: #F80218; }
a { background-color: rgb(248,2,24); }
div.DivClassName
{
background-color: #F80218;
}
.BgClassName
{
background-color: #F80218;
}
</style>
border-color css
<style>
span { border-color: #F80218; }
span { border-color: rgb(248,2,24); }
td.TdClassName
{
border-color: #F80218;
}
.TagClassName
{
border-color: #F80218;
}
</style>