Shades of Torch Red #F60511
Tints of Torch Red #F60511
RGB
CMYK
RGB Variations
Color information
#F60511 (or 0xF60511) is known color: Torch Red. HEX triplet: F6, 05 and 11. RGB value is (246,5,17). Sum of RGB (Red+Green+Blue) = 246+5+17=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F60511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60511 is #09FAEE. Grayscale: #4E4E4E. Windows color (decimal): -654063 or 1115638. OLE color: 1115638.
HSL color Cylindrical-coordinate representation of color #F60511: hue angle of 357.01º degrees, saturation: 0.96, 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 #F60511 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 357.01º | 0.96% | 0.49% | - |
| HSV(B) | 357.01º | 0.98% | 0.96% | - |
| XYZ | 38.16 | 19.74 | 2.33 | - |
| YUV | 78.43 | 93.34 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 17 | 0 | 0.98 | 0.93 | 0.04 | 357.01 | 0.96 | 0.49 |
| Hex | F6 | 5 | 11 | 0 | 62 | 5D | 4 | 165 | 60 | 31 |
| Octal | 366 | 5 | 21 | 0 | 142 | 135 | 4 | 545 | 140 | 61 |
| Binary | 11110110 | 101 | 10001 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F60511
Complementary color
Monochromatic Colors of #F60511
Black with #F60511
Text Example
Text Example
White with #F60511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60511; }
p { color: rgb(246,5,17); }
H1.HeaderClassName
{
color: #F60511;
}
.AnyTagClassName
{
color: #F60511;
}
</style>
background-color css
<style>
a { background-color: #F60511; }
a { background-color: rgb(246,5,17); }
div.DivClassName
{
background-color: #F60511;
}
.BgClassName
{
background-color: #F60511;
}
</style>
border-color css
<style>
span { border-color: #F60511; }
span { border-color: rgb(246,5,17); }
td.TdClassName
{
border-color: #F60511;
}
.TagClassName
{
border-color: #F60511;
}
</style>