Shades of Torch Red #F60B0E
Tints of Torch Red #F60B0E
RGB
CMYK
RGB Variations
Color information
#F60B0E (or 0xF60B0E) is known color: Torch Red. HEX triplet: F6, 0B and 0E. RGB value is (246,11,14). Sum of RGB (Red+Green+Blue) = 246+11+14=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B0E is #09F4F1. Grayscale: #515151. Windows color (decimal): -652530 or 920566. OLE color: 920566.
HSL color Cylindrical-coordinate representation of color #F60B0E: hue angle of 359.23º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60B0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.04 |
| HSL | 359.23º | 0.93% | 0.5% | - |
| HSV(B) | 359.23º | 0.96% | 0.96% | - |
| XYZ | 38.2 | 19.86 | 2.24 | - |
| YUV | 81.61 | 89.86 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 14 | 0 | 0.96 | 0.94 | 0.04 | 359.23 | 0.93 | 0.5 |
| Hex | F6 | B | E | 0 | 60 | 5E | 4 | 167 | 5D | 32 |
| Octal | 366 | 13 | 16 | 0 | 140 | 136 | 4 | 547 | 135 | 62 |
| Binary | 11110110 | 1011 | 1110 | 0 | 1100000 | 1011110 | 100 | 101100111 | 1011101 | 110010 |
Color Harmonies of #F60B0E
Complementary color
Monochromatic Colors of #F60B0E
Black with #F60B0E
Text Example
Text Example
White with #F60B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B0E; }
p { color: rgb(246,11,14); }
H1.HeaderClassName
{
color: #F60B0E;
}
.AnyTagClassName
{
color: #F60B0E;
}
</style>
background-color css
<style>
a { background-color: #F60B0E; }
a { background-color: rgb(246,11,14); }
div.DivClassName
{
background-color: #F60B0E;
}
.BgClassName
{
background-color: #F60B0E;
}
</style>
border-color css
<style>
span { border-color: #F60B0E; }
span { border-color: rgb(246,11,14); }
td.TdClassName
{
border-color: #F60B0E;
}
.TagClassName
{
border-color: #F60B0E;
}
</style>