Shades of Torch Red #F60D39
Tints of Torch Red #F60D39
RGB
CMYK
RGB Variations
Color information
#F60D39 (or 0xF60D39) is known color: Torch Red. HEX triplet: F6, 0D and 39. RGB value is (246,13,57). Sum of RGB (Red+Green+Blue) = 246+13+57=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D39 is #09F2C6. Grayscale: #575757. Windows color (decimal): -651975 or 3739126. OLE color: 3739126.
HSL color Cylindrical-coordinate representation of color #F60D39: hue angle of 348.67º 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 #F60D39 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 57 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.04 |
| HSL | 348.67º | 0.93% | 0.51% | - |
| HSV(B) | 348.67º | 0.95% | 0.96% | - |
| XYZ | 38.89 | 20.18 | 5.72 | - |
| YUV | 87.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 57 | 0 | 0.95 | 0.77 | 0.04 | 348.67 | 0.93 | 0.51 |
| Hex | F6 | D | 39 | 0 | 5F | 4D | 4 | 15D | 5D | 33 |
| Octal | 366 | 15 | 71 | 0 | 137 | 115 | 4 | 535 | 135 | 63 |
| Binary | 11110110 | 1101 | 111001 | 0 | 1011111 | 1001101 | 100 | 101011101 | 1011101 | 110011 |
Color Harmonies of #F60D39
Complementary color
Monochromatic Colors of #F60D39
Black with #F60D39
Text Example
Text Example
White with #F60D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D39; }
p { color: rgb(246,13,57); }
H1.HeaderClassName
{
color: #F60D39;
}
.AnyTagClassName
{
color: #F60D39;
}
</style>
background-color css
<style>
a { background-color: #F60D39; }
a { background-color: rgb(246,13,57); }
div.DivClassName
{
background-color: #F60D39;
}
.BgClassName
{
background-color: #F60D39;
}
</style>
border-color css
<style>
span { border-color: #F60D39; }
span { border-color: rgb(246,13,57); }
td.TdClassName
{
border-color: #F60D39;
}
.TagClassName
{
border-color: #F60D39;
}
</style>