Shades of Torch Red #F60616
Tints of Torch Red #F60616
RGB
CMYK
RGB Variations
Color information
#F60616 (or 0xF60616) is known color: Torch Red. HEX triplet: F6, 06 and 16. RGB value is (246,6,22). Sum of RGB (Red+Green+Blue) = 246+6+22=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F60616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60616 is #09F9E9. Grayscale: #4F4F4F. Windows color (decimal): -653802 or 1443574. OLE color: 1443574.
HSL color Cylindrical-coordinate representation of color #F60616: hue angle of 356º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.04 |
| HSL | 356º | 0.95% | 0.49% | - |
| HSV(B) | 356º | 0.98% | 0.96% | - |
| XYZ | 38.22 | 19.78 | 2.56 | - |
| YUV | 79.58 | 95.51 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 22 | 0 | 0.98 | 0.91 | 0.04 | 356 | 0.95 | 0.49 |
| Hex | F6 | 6 | 16 | 0 | 62 | 5B | 4 | 164 | 5F | 31 |
| Octal | 366 | 6 | 26 | 0 | 142 | 133 | 4 | 544 | 137 | 61 |
| Binary | 11110110 | 110 | 10110 | 0 | 1100010 | 1011011 | 100 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F60616
Complementary color
Monochromatic Colors of #F60616
Black with #F60616
Text Example
Text Example
White with #F60616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60616; }
p { color: rgb(246,6,22); }
H1.HeaderClassName
{
color: #F60616;
}
.AnyTagClassName
{
color: #F60616;
}
</style>
background-color css
<style>
a { background-color: #F60616; }
a { background-color: rgb(246,6,22); }
div.DivClassName
{
background-color: #F60616;
}
.BgClassName
{
background-color: #F60616;
}
</style>
border-color css
<style>
span { border-color: #F60616; }
span { border-color: rgb(246,6,22); }
td.TdClassName
{
border-color: #F60616;
}
.TagClassName
{
border-color: #F60616;
}
</style>