Shades of Torch Red #F81316
Tints of Torch Red #F81316
RGB
CMYK
RGB Variations
Color information
#F81316 (or 0xF81316) is known color: Torch Red. HEX triplet: F8, 13 and 16. RGB value is (248,19,22). Sum of RGB (Red+Green+Blue) = 248+19+22=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F81316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81316 is #07ECE9. Grayscale: #585858. Windows color (decimal): -519402 or 1446904. OLE color: 1446904.
HSL color Cylindrical-coordinate representation of color #F81316: hue angle of 359.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81316 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.03 |
| HSL | 359.21º | 0.94% | 0.52% | - |
| HSV(B) | 359.21º | 0.92% | 0.97% | - |
| XYZ | 39.09 | 20.48 | 2.65 | - |
| YUV | 87.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 22 | 0 | 0.92 | 0.91 | 0.03 | 359.21 | 0.94 | 0.52 |
| Hex | F8 | 13 | 16 | 0 | 5C | 5B | 3 | 167 | 5E | 34 |
| Octal | 370 | 23 | 26 | 0 | 134 | 133 | 3 | 547 | 136 | 64 |
| Binary | 11111000 | 10011 | 10110 | 0 | 1011100 | 1011011 | 11 | 101100111 | 1011110 | 110100 |
Color Harmonies of #F81316
Complementary color
Monochromatic Colors of #F81316
Black with #F81316
Text Example
Text Example
White with #F81316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81316; }
p { color: rgb(248,19,22); }
H1.HeaderClassName
{
color: #F81316;
}
.AnyTagClassName
{
color: #F81316;
}
</style>
background-color css
<style>
a { background-color: #F81316; }
a { background-color: rgb(248,19,22); }
div.DivClassName
{
background-color: #F81316;
}
.BgClassName
{
background-color: #F81316;
}
</style>
border-color css
<style>
span { border-color: #F81316; }
span { border-color: rgb(248,19,22); }
td.TdClassName
{
border-color: #F81316;
}
.TagClassName
{
border-color: #F81316;
}
</style>