Shades of Torch Red #F60716
Tints of Torch Red #F60716
RGB
CMYK
RGB Variations
Color information
#F60716 (or 0xF60716) is known color: Torch Red. HEX triplet: F6, 07 and 16. RGB value is (246,7,22). Sum of RGB (Red+Green+Blue) = 246+7+22=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F60716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60716 is #09F8E9. Grayscale: #505050. Windows color (decimal): -653546 or 1443830. OLE color: 1443830.
HSL color Cylindrical-coordinate representation of color #F60716: hue angle of 356.23º 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 #F60716 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.04 |
| HSL | 356.23º | 0.94% | 0.5% | - |
| HSV(B) | 356.23º | 0.97% | 0.96% | - |
| XYZ | 38.23 | 19.8 | 2.57 | - |
| YUV | 80.17 | 95.18 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 22 | 0 | 0.97 | 0.91 | 0.04 | 356.23 | 0.94 | 0.5 |
| Hex | F6 | 7 | 16 | 0 | 61 | 5B | 4 | 164 | 5E | 32 |
| Octal | 366 | 7 | 26 | 0 | 141 | 133 | 4 | 544 | 136 | 62 |
| Binary | 11110110 | 111 | 10110 | 0 | 1100001 | 1011011 | 100 | 101100100 | 1011110 | 110010 |
Color Harmonies of #F60716
Complementary color
Monochromatic Colors of #F60716
Black with #F60716
Text Example
Text Example
White with #F60716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60716; }
p { color: rgb(246,7,22); }
H1.HeaderClassName
{
color: #F60716;
}
.AnyTagClassName
{
color: #F60716;
}
</style>
background-color css
<style>
a { background-color: #F60716; }
a { background-color: rgb(246,7,22); }
div.DivClassName
{
background-color: #F60716;
}
.BgClassName
{
background-color: #F60716;
}
</style>
border-color css
<style>
span { border-color: #F60716; }
span { border-color: rgb(246,7,22); }
td.TdClassName
{
border-color: #F60716;
}
.TagClassName
{
border-color: #F60716;
}
</style>