Shades of Torch Red #F60512
Tints of Torch Red #F60512
RGB
CMYK
RGB Variations
Color information
#F60512 (or 0xF60512) is known color: Torch Red. HEX triplet: F6, 05 and 12. RGB value is (246,5,18). Sum of RGB (Red+Green+Blue) = 246+5+18=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F60512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60512 is #09FAED. Grayscale: #4E4E4E. Windows color (decimal): -654062 or 1181174. OLE color: 1181174.
HSL color Cylindrical-coordinate representation of color #F60512: hue angle of 356.76º 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 #F60512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 356.76º | 0.96% | 0.49% | - |
| HSV(B) | 356.76º | 0.98% | 0.96% | - |
| XYZ | 38.17 | 19.75 | 2.37 | - |
| YUV | 78.54 | 93.84 | 247.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 18 | 0 | 0.98 | 0.93 | 0.04 | 356.76 | 0.96 | 0.49 |
| Hex | F6 | 5 | 12 | 0 | 62 | 5D | 4 | 165 | 60 | 31 |
| Octal | 366 | 5 | 22 | 0 | 142 | 135 | 4 | 545 | 140 | 61 |
| Binary | 11110110 | 101 | 10010 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F60512
Complementary color
Monochromatic Colors of #F60512
Black with #F60512
Text Example
Text Example
White with #F60512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60512; }
p { color: rgb(246,5,18); }
H1.HeaderClassName
{
color: #F60512;
}
.AnyTagClassName
{
color: #F60512;
}
</style>
background-color css
<style>
a { background-color: #F60512; }
a { background-color: rgb(246,5,18); }
div.DivClassName
{
background-color: #F60512;
}
.BgClassName
{
background-color: #F60512;
}
</style>
border-color css
<style>
span { border-color: #F60512; }
span { border-color: rgb(246,5,18); }
td.TdClassName
{
border-color: #F60512;
}
.TagClassName
{
border-color: #F60512;
}
</style>