Shades of Torch Red #F70411
Tints of Torch Red #F70411
RGB
CMYK
RGB Variations
Color information
#F70411 (or 0xF70411) is known color: Torch Red. HEX triplet: F7, 04 and 11. RGB value is (247,4,17). Sum of RGB (Red+Green+Blue) = 247+4+17=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F70411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70411 is #08FBEE. Grayscale: #4E4E4E. Windows color (decimal): -588783 or 1115383. OLE color: 1115383.
HSL color Cylindrical-coordinate representation of color #F70411: hue angle of 356.79º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.03 |
| HSL | 356.79º | 0.97% | 0.49% | - |
| HSV(B) | 356.79º | 0.98% | 0.97% | - |
| XYZ | 38.5 | 19.9 | 2.34 | - |
| YUV | 78.14 | 93.51 | 248.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 17 | 0 | 0.98 | 0.93 | 0.03 | 356.79 | 0.97 | 0.49 |
| Hex | F7 | 4 | 11 | 0 | 62 | 5D | 3 | 165 | 61 | 31 |
| Octal | 367 | 4 | 21 | 0 | 142 | 135 | 3 | 545 | 141 | 61 |
| Binary | 11110111 | 100 | 10001 | 0 | 1100010 | 1011101 | 11 | 101100101 | 1100001 | 110001 |
Color Harmonies of #F70411
Complementary color
Monochromatic Colors of #F70411
Black with #F70411
Text Example
Text Example
White with #F70411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70411; }
p { color: rgb(247,4,17); }
H1.HeaderClassName
{
color: #F70411;
}
.AnyTagClassName
{
color: #F70411;
}
</style>
background-color css
<style>
a { background-color: #F70411; }
a { background-color: rgb(247,4,17); }
div.DivClassName
{
background-color: #F70411;
}
.BgClassName
{
background-color: #F70411;
}
</style>
border-color css
<style>
span { border-color: #F70411; }
span { border-color: rgb(247,4,17); }
td.TdClassName
{
border-color: #F70411;
}
.TagClassName
{
border-color: #F70411;
}
</style>