Shades of Torch Red #F60710
Tints of Torch Red #F60710
RGB
CMYK
RGB Variations
Color information
#F60710 (or 0xF60710) is known color: Torch Red. HEX triplet: F6, 07 and 10. RGB value is (246,7,16). Sum of RGB (Red+Green+Blue) = 246+7+16=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F60710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60710 is #09F8EF. Grayscale: #4F4F4F. Windows color (decimal): -653552 or 1050614. OLE color: 1050614.
HSL color Cylindrical-coordinate representation of color #F60710: hue angle of 357.74º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.04 |
| HSL | 357.74º | 0.94% | 0.5% | - |
| HSV(B) | 357.74º | 0.97% | 0.96% | - |
| XYZ | 38.18 | 19.78 | 2.3 | - |
| YUV | 79.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 16 | 0 | 0.97 | 0.93 | 0.04 | 357.74 | 0.94 | 0.5 |
| Hex | F6 | 7 | 10 | 0 | 61 | 5D | 4 | 166 | 5E | 32 |
| Octal | 366 | 7 | 20 | 0 | 141 | 135 | 4 | 546 | 136 | 62 |
| Binary | 11110110 | 111 | 10000 | 0 | 1100001 | 1011101 | 100 | 101100110 | 1011110 | 110010 |
Color Harmonies of #F60710
Complementary color
Monochromatic Colors of #F60710
Black with #F60710
Text Example
Text Example
White with #F60710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60710; }
p { color: rgb(246,7,16); }
H1.HeaderClassName
{
color: #F60710;
}
.AnyTagClassName
{
color: #F60710;
}
</style>
background-color css
<style>
a { background-color: #F60710; }
a { background-color: rgb(246,7,16); }
div.DivClassName
{
background-color: #F60710;
}
.BgClassName
{
background-color: #F60710;
}
</style>
border-color css
<style>
span { border-color: #F60710; }
span { border-color: rgb(246,7,16); }
td.TdClassName
{
border-color: #F60710;
}
.TagClassName
{
border-color: #F60710;
}
</style>