Shades of Torch Red #F60211
Tints of Torch Red #F60211
RGB
CMYK
RGB Variations
Color information
#F60211 (or 0xF60211) is known color: Torch Red. HEX triplet: F6, 02 and 11. RGB value is (246,2,17). Sum of RGB (Red+Green+Blue) = 246+2+17=265 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.83% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 246 - color contains mainly: red. Hex color #F60211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60211 is #09FDEE. Grayscale: #4C4C4C. Windows color (decimal): -654831 or 1114870. OLE color: 1114870.
HSL color Cylindrical-coordinate representation of color #F60211: hue angle of 356.31º 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 #F60211 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.04 |
| HSL | 356.31º | 0.98% | 0.49% | - |
| HSV(B) | 356.31º | 0.99% | 0.96% | - |
| XYZ | 38.13 | 19.68 | 2.32 | - |
| YUV | 76.67 | 94.34 | 248.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 17 | 0 | 0.99 | 0.93 | 0.04 | 356.31 | 0.98 | 0.49 |
| Hex | F6 | 2 | 11 | 0 | 63 | 5D | 4 | 164 | 62 | 31 |
| Octal | 366 | 2 | 21 | 0 | 143 | 135 | 4 | 544 | 142 | 61 |
| Binary | 11110110 | 10 | 10001 | 0 | 1100011 | 1011101 | 100 | 101100100 | 1100010 | 110001 |
Color Harmonies of #F60211
Complementary color
Monochromatic Colors of #F60211
Black with #F60211
Text Example
Text Example
White with #F60211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60211; }
p { color: rgb(246,2,17); }
H1.HeaderClassName
{
color: #F60211;
}
.AnyTagClassName
{
color: #F60211;
}
</style>
background-color css
<style>
a { background-color: #F60211; }
a { background-color: rgb(246,2,17); }
div.DivClassName
{
background-color: #F60211;
}
.BgClassName
{
background-color: #F60211;
}
</style>
border-color css
<style>
span { border-color: #F60211; }
span { border-color: rgb(246,2,17); }
td.TdClassName
{
border-color: #F60211;
}
.TagClassName
{
border-color: #F60211;
}
</style>