Shades of Torch Red #F70111
Tints of Torch Red #F70111
RGB
CMYK
RGB Variations
Color information
#F70111 (or 0xF70111) is known color: Torch Red. HEX triplet: F7, 01 and 11. RGB value is (247,1,17). Sum of RGB (Red+Green+Blue) = 247+1+17=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F70111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70111 is #08FEEE. Grayscale: #4C4C4C. Windows color (decimal): -589551 or 1114615. OLE color: 1114615.
HSL color Cylindrical-coordinate representation of color #F70111: hue angle of 356.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 17 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.03 |
| HSL | 356.1º | 0.99% | 0.49% | - |
| HSV(B) | 356.1º | 1% | 0.97% | - |
| XYZ | 38.47 | 19.84 | 2.33 | - |
| YUV | 76.38 | 94.5 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 17 | 0 | 1.00 | 0.93 | 0.03 | 356.1 | 0.99 | 0.49 |
| Hex | F7 | 1 | 11 | 0 | 64 | 5D | 3 | 164 | 63 | 31 |
| Octal | 367 | 1 | 21 | 0 | 144 | 135 | 3 | 544 | 143 | 61 |
| Binary | 11110111 | 1 | 10001 | 0 | 1100100 | 1011101 | 11 | 101100100 | 1100011 | 110001 |
Color Harmonies of #F70111
Complementary color
Monochromatic Colors of #F70111
Black with #F70111
Text Example
Text Example
White with #F70111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70111; }
p { color: rgb(247,1,17); }
H1.HeaderClassName
{
color: #F70111;
}
.AnyTagClassName
{
color: #F70111;
}
</style>
background-color css
<style>
a { background-color: #F70111; }
a { background-color: rgb(247,1,17); }
div.DivClassName
{
background-color: #F70111;
}
.BgClassName
{
background-color: #F70111;
}
</style>
border-color css
<style>
span { border-color: #F70111; }
span { border-color: rgb(247,1,17); }
td.TdClassName
{
border-color: #F70111;
}
.TagClassName
{
border-color: #F70111;
}
</style>