Shades of Torch Red #F70013
Tints of Torch Red #F70013
RGB
CMYK
RGB Variations
Color information
#F70013 (or 0xF70013) is known color: Torch Red. HEX triplet: F7, 00 and 13. RGB value is (247,0,19). Sum of RGB (Red+Green+Blue) = 247+0+19=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F70013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70013 is #08FFEC. Grayscale: #4C4C4C. Windows color (decimal): -589805 or 1245431. OLE color: 1245431.
HSL color Cylindrical-coordinate representation of color #F70013: hue angle of 355.38º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.03 |
| HSL | 355.38º | 1% | 0.48% | - |
| HSV(B) | 355.38º | 1% | 0.97% | - |
| XYZ | 38.48 | 19.82 | 2.41 | - |
| YUV | 76.02 | 95.83 | 249.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 19 | 0 | 1 | 0.92 | 0.03 | 355.38 | 1 | 0.48 |
| Hex | F7 | 0 | 13 | 0 | 64 | 5C | 3 | 163 | 64 | 30 |
| Octal | 367 | 0 | 23 | 0 | 144 | 134 | 3 | 543 | 144 | 60 |
| Binary | 11110111 | 0 | 10011 | 0 | 1100100 | 1011100 | 11 | 101100011 | 1100100 | 110000 |
Color Harmonies of #F70013
Complementary color
Monochromatic Colors of #F70013
Black with #F70013
Text Example
Text Example
White with #F70013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70013; }
p { color: rgb(247,0,19); }
H1.HeaderClassName
{
color: #F70013;
}
.AnyTagClassName
{
color: #F70013;
}
</style>
background-color css
<style>
a { background-color: #F70013; }
a { background-color: rgb(247,0,19); }
div.DivClassName
{
background-color: #F70013;
}
.BgClassName
{
background-color: #F70013;
}
</style>
border-color css
<style>
span { border-color: #F70013; }
span { border-color: rgb(247,0,19); }
td.TdClassName
{
border-color: #F70013;
}
.TagClassName
{
border-color: #F70013;
}
</style>