Shades of Torch Red #F60513
Tints of Torch Red #F60513
RGB
CMYK
RGB Variations
Color information
#F60513 (or 0xF60513) is known color: Torch Red. HEX triplet: F6, 05 and 13. RGB value is (246,5,19). Sum of RGB (Red+Green+Blue) = 246+5+19=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F60513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60513 is #09FAEC. Grayscale: #4E4E4E. Windows color (decimal): -654061 or 1246710. OLE color: 1246710.
HSL color Cylindrical-coordinate representation of color #F60513: hue angle of 356.51º 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 #F60513 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.04 |
| HSL | 356.51º | 0.96% | 0.49% | - |
| HSV(B) | 356.51º | 0.98% | 0.96% | - |
| XYZ | 38.18 | 19.75 | 2.42 | - |
| YUV | 78.66 | 94.34 | 247.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 19 | 0 | 0.98 | 0.92 | 0.04 | 356.51 | 0.96 | 0.49 |
| Hex | F6 | 5 | 13 | 0 | 62 | 5C | 4 | 165 | 60 | 31 |
| Octal | 366 | 5 | 23 | 0 | 142 | 134 | 4 | 545 | 140 | 61 |
| Binary | 11110110 | 101 | 10011 | 0 | 1100010 | 1011100 | 100 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F60513
Complementary color
Monochromatic Colors of #F60513
Black with #F60513
Text Example
Text Example
White with #F60513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60513; }
p { color: rgb(246,5,19); }
H1.HeaderClassName
{
color: #F60513;
}
.AnyTagClassName
{
color: #F60513;
}
</style>
background-color css
<style>
a { background-color: #F60513; }
a { background-color: rgb(246,5,19); }
div.DivClassName
{
background-color: #F60513;
}
.BgClassName
{
background-color: #F60513;
}
</style>
border-color css
<style>
span { border-color: #F60513; }
span { border-color: rgb(246,5,19); }
td.TdClassName
{
border-color: #F60513;
}
.TagClassName
{
border-color: #F60513;
}
</style>