Shades of Torch Red #F81115
Tints of Torch Red #F81115
RGB
CMYK
RGB Variations
Color information
#F81115 (or 0xF81115) is known color: Torch Red. HEX triplet: F8, 11 and 15. RGB value is (248,17,21). Sum of RGB (Red+Green+Blue) = 248+17+21=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F81115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81115 is #07EEEA. Grayscale: #565656. Windows color (decimal): -519915 or 1380856. OLE color: 1380856.
HSL color Cylindrical-coordinate representation of color #F81115: hue angle of 358.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81115 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.03 |
| HSL | 358.96º | 0.94% | 0.52% | - |
| HSV(B) | 358.96º | 0.93% | 0.97% | - |
| XYZ | 39.05 | 20.41 | 2.59 | - |
| YUV | 86.53 | 91.03 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 21 | 0 | 0.93 | 0.92 | 0.03 | 358.96 | 0.94 | 0.52 |
| Hex | F8 | 11 | 15 | 0 | 5D | 5C | 3 | 167 | 5E | 34 |
| Octal | 370 | 21 | 25 | 0 | 135 | 134 | 3 | 547 | 136 | 64 |
| Binary | 11111000 | 10001 | 10101 | 0 | 1011101 | 1011100 | 11 | 101100111 | 1011110 | 110100 |
Color Harmonies of #F81115
Complementary color
Monochromatic Colors of #F81115
Black with #F81115
Text Example
Text Example
White with #F81115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81115; }
p { color: rgb(248,17,21); }
H1.HeaderClassName
{
color: #F81115;
}
.AnyTagClassName
{
color: #F81115;
}
</style>
background-color css
<style>
a { background-color: #F81115; }
a { background-color: rgb(248,17,21); }
div.DivClassName
{
background-color: #F81115;
}
.BgClassName
{
background-color: #F81115;
}
</style>
border-color css
<style>
span { border-color: #F81115; }
span { border-color: rgb(248,17,21); }
td.TdClassName
{
border-color: #F81115;
}
.TagClassName
{
border-color: #F81115;
}
</style>