Shades of Torch Red #F60C0F
Tints of Torch Red #F60C0F
RGB
CMYK
RGB Variations
Color information
#F60C0F (or 0xF60C0F) is known color: Torch Red. HEX triplet: F6, 0C and 0F. RGB value is (246,12,15). Sum of RGB (Red+Green+Blue) = 246+12+15=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C0F is #09F3F0. Grayscale: #525252. Windows color (decimal): -652273 or 986358. OLE color: 986358.
HSL color Cylindrical-coordinate representation of color #F60C0F: hue angle of 359.23º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 15 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.04 |
| HSL | 359.23º | 0.93% | 0.51% | - |
| HSV(B) | 359.23º | 0.95% | 0.96% | - |
| XYZ | 38.22 | 19.89 | 2.28 | - |
| YUV | 82.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 15 | 0 | 0.95 | 0.94 | 0.04 | 359.23 | 0.93 | 0.51 |
| Hex | F6 | C | F | 0 | 5F | 5E | 4 | 167 | 5D | 33 |
| Octal | 366 | 14 | 17 | 0 | 137 | 136 | 4 | 547 | 135 | 63 |
| Binary | 11110110 | 1100 | 1111 | 0 | 1011111 | 1011110 | 100 | 101100111 | 1011101 | 110011 |
Color Harmonies of #F60C0F
Complementary color
Monochromatic Colors of #F60C0F
Black with #F60C0F
Text Example
Text Example
White with #F60C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C0F; }
p { color: rgb(246,12,15); }
H1.HeaderClassName
{
color: #F60C0F;
}
.AnyTagClassName
{
color: #F60C0F;
}
</style>
background-color css
<style>
a { background-color: #F60C0F; }
a { background-color: rgb(246,12,15); }
div.DivClassName
{
background-color: #F60C0F;
}
.BgClassName
{
background-color: #F60C0F;
}
</style>
border-color css
<style>
span { border-color: #F60C0F; }
span { border-color: rgb(246,12,15); }
td.TdClassName
{
border-color: #F60C0F;
}
.TagClassName
{
border-color: #F60C0F;
}
</style>