Shades of Torch Red #F60C0E
Tints of Torch Red #F60C0E
RGB
CMYK
RGB Variations
Color information
#F60C0E (or 0xF60C0E) is known color: Torch Red. HEX triplet: F6, 0C and 0E. RGB value is (246,12,14). Sum of RGB (Red+Green+Blue) = 246+12+14=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C0E is #09F3F1. Grayscale: #525252. Windows color (decimal): -652274 or 920822. OLE color: 920822.
HSL color Cylindrical-coordinate representation of color #F60C0E: hue angle of 359.49º 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 #F60C0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.04 |
| HSL | 359.49º | 0.93% | 0.51% | - |
| HSV(B) | 359.49º | 0.95% | 0.96% | - |
| XYZ | 38.22 | 19.89 | 2.24 | - |
| YUV | 82.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 14 | 0 | 0.95 | 0.94 | 0.04 | 359.49 | 0.93 | 0.51 |
| Hex | F6 | C | E | 0 | 5F | 5E | 4 | 167 | 5D | 33 |
| Octal | 366 | 14 | 16 | 0 | 137 | 136 | 4 | 547 | 135 | 63 |
| Binary | 11110110 | 1100 | 1110 | 0 | 1011111 | 1011110 | 100 | 101100111 | 1011101 | 110011 |
Color Harmonies of #F60C0E
Complementary color
Monochromatic Colors of #F60C0E
Black with #F60C0E
Text Example
Text Example
White with #F60C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C0E; }
p { color: rgb(246,12,14); }
H1.HeaderClassName
{
color: #F60C0E;
}
.AnyTagClassName
{
color: #F60C0E;
}
</style>
background-color css
<style>
a { background-color: #F60C0E; }
a { background-color: rgb(246,12,14); }
div.DivClassName
{
background-color: #F60C0E;
}
.BgClassName
{
background-color: #F60C0E;
}
</style>
border-color css
<style>
span { border-color: #F60C0E; }
span { border-color: rgb(246,12,14); }
td.TdClassName
{
border-color: #F60C0E;
}
.TagClassName
{
border-color: #F60C0E;
}
</style>