Shades of Torch Red #F80515
Tints of Torch Red #F80515
RGB
CMYK
RGB Variations
Color information
#F80515 (or 0xF80515) is known color: Torch Red. HEX triplet: F8, 05 and 15. RGB value is (248,5,21). Sum of RGB (Red+Green+Blue) = 248+5+21=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80515 is #07FAEA. Grayscale: #4F4F4F. Windows color (decimal): -522987 or 1377784. OLE color: 1377784.
HSL color Cylindrical-coordinate representation of color #F80515: hue angle of 356.05º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80515 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.03 |
| HSL | 356.05º | 0.96% | 0.5% | - |
| HSV(B) | 356.05º | 0.98% | 0.97% | - |
| XYZ | 38.9 | 20.12 | 2.54 | - |
| YUV | 79.48 | 95.01 | 248.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 21 | 0 | 0.98 | 0.92 | 0.03 | 356.05 | 0.96 | 0.5 |
| Hex | F8 | 5 | 15 | 0 | 62 | 5C | 3 | 164 | 60 | 32 |
| Octal | 370 | 5 | 25 | 0 | 142 | 134 | 3 | 544 | 140 | 62 |
| Binary | 11111000 | 101 | 10101 | 0 | 1100010 | 1011100 | 11 | 101100100 | 1100000 | 110010 |
Color Harmonies of #F80515
Complementary color
Monochromatic Colors of #F80515
Black with #F80515
Text Example
Text Example
White with #F80515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80515; }
p { color: rgb(248,5,21); }
H1.HeaderClassName
{
color: #F80515;
}
.AnyTagClassName
{
color: #F80515;
}
</style>
background-color css
<style>
a { background-color: #F80515; }
a { background-color: rgb(248,5,21); }
div.DivClassName
{
background-color: #F80515;
}
.BgClassName
{
background-color: #F80515;
}
</style>
border-color css
<style>
span { border-color: #F80515; }
span { border-color: rgb(248,5,21); }
td.TdClassName
{
border-color: #F80515;
}
.TagClassName
{
border-color: #F80515;
}
</style>