Shades of Torch Red #F60C39
Tints of Torch Red #F60C39
RGB
CMYK
RGB Variations
Color information
#F60C39 (or 0xF60C39) is known color: Torch Red. HEX triplet: F6, 0C and 39. RGB value is (246,12,57). Sum of RGB (Red+Green+Blue) = 246+12+57=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C39 is #09F3C6. Grayscale: #575757. Windows color (decimal): -652231 or 3738870. OLE color: 3738870.
HSL color Cylindrical-coordinate representation of color #F60C39: hue angle of 348.46º 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 #F60C39 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 57 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.04 |
| HSL | 348.46º | 0.93% | 0.51% | - |
| HSV(B) | 348.46º | 0.95% | 0.96% | - |
| XYZ | 38.88 | 20.15 | 5.71 | - |
| YUV | 87.1 | 111.02 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 57 | 0 | 0.95 | 0.77 | 0.04 | 348.46 | 0.93 | 0.51 |
| Hex | F6 | C | 39 | 0 | 5F | 4D | 4 | 15C | 5D | 33 |
| Octal | 366 | 14 | 71 | 0 | 137 | 115 | 4 | 534 | 135 | 63 |
| Binary | 11110110 | 1100 | 111001 | 0 | 1011111 | 1001101 | 100 | 101011100 | 1011101 | 110011 |
Color Harmonies of #F60C39
Complementary color
Monochromatic Colors of #F60C39
Black with #F60C39
Text Example
Text Example
White with #F60C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C39; }
p { color: rgb(246,12,57); }
H1.HeaderClassName
{
color: #F60C39;
}
.AnyTagClassName
{
color: #F60C39;
}
</style>
background-color css
<style>
a { background-color: #F60C39; }
a { background-color: rgb(246,12,57); }
div.DivClassName
{
background-color: #F60C39;
}
.BgClassName
{
background-color: #F60C39;
}
</style>
border-color css
<style>
span { border-color: #F60C39; }
span { border-color: rgb(246,12,57); }
td.TdClassName
{
border-color: #F60C39;
}
.TagClassName
{
border-color: #F60C39;
}
</style>