Shades of Torch Red #F60210
Tints of Torch Red #F60210
RGB
CMYK
RGB Variations
Color information
#F60210 (or 0xF60210) is known color: Torch Red. HEX triplet: F6, 02 and 10. RGB value is (246,2,16). Sum of RGB (Red+Green+Blue) = 246+2+16=264 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.18% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 246 - color contains mainly: red. Hex color #F60210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60210 is #09FDEF. Grayscale: #4C4C4C. Windows color (decimal): -654832 or 1049334. OLE color: 1049334.
HSL color Cylindrical-coordinate representation of color #F60210: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.04 |
| HSL | 356.56º | 0.98% | 0.49% | - |
| HSV(B) | 356.56º | 0.99% | 0.96% | - |
| XYZ | 38.12 | 19.67 | 2.28 | - |
| YUV | 76.55 | 93.84 | 248.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 16 | 0 | 0.99 | 0.93 | 0.04 | 356.56 | 0.98 | 0.49 |
| Hex | F6 | 2 | 10 | 0 | 63 | 5D | 4 | 165 | 62 | 31 |
| Octal | 366 | 2 | 20 | 0 | 143 | 135 | 4 | 545 | 142 | 61 |
| Binary | 11110110 | 10 | 10000 | 0 | 1100011 | 1011101 | 100 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F60210
Complementary color
Monochromatic Colors of #F60210
Black with #F60210
Text Example
Text Example
White with #F60210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60210; }
p { color: rgb(246,2,16); }
H1.HeaderClassName
{
color: #F60210;
}
.AnyTagClassName
{
color: #F60210;
}
</style>
background-color css
<style>
a { background-color: #F60210; }
a { background-color: rgb(246,2,16); }
div.DivClassName
{
background-color: #F60210;
}
.BgClassName
{
background-color: #F60210;
}
</style>
border-color css
<style>
span { border-color: #F60210; }
span { border-color: rgb(246,2,16); }
td.TdClassName
{
border-color: #F60210;
}
.TagClassName
{
border-color: #F60210;
}
</style>