Shades of Torch Red #F60D3C
Tints of Torch Red #F60D3C
RGB
CMYK
RGB Variations
Color information
#F60D3C (or 0xF60D3C) is known color: Torch Red. HEX triplet: F6, 0D and 3C. RGB value is (246,13,60). Sum of RGB (Red+Green+Blue) = 246+13+60=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D3C is #09F2C3. Grayscale: #585858. Windows color (decimal): -651972 or 3935734. OLE color: 3935734.
HSL color Cylindrical-coordinate representation of color #F60D3C: hue angle of 347.9º 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 #F60D3C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.04 |
| HSL | 347.9º | 0.93% | 0.51% | - |
| HSV(B) | 347.9º | 0.95% | 0.96% | - |
| XYZ | 38.97 | 20.21 | 6.12 | - |
| YUV | 88.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 60 | 0 | 0.95 | 0.76 | 0.04 | 347.9 | 0.93 | 0.51 |
| Hex | F6 | D | 3C | 0 | 5F | 4C | 4 | 15C | 5D | 33 |
| Octal | 366 | 15 | 74 | 0 | 137 | 114 | 4 | 534 | 135 | 63 |
| Binary | 11110110 | 1101 | 111100 | 0 | 1011111 | 1001100 | 100 | 101011100 | 1011101 | 110011 |
Color Harmonies of #F60D3C
Complementary color
Monochromatic Colors of #F60D3C
Black with #F60D3C
Text Example
Text Example
White with #F60D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D3C; }
p { color: rgb(246,13,60); }
H1.HeaderClassName
{
color: #F60D3C;
}
.AnyTagClassName
{
color: #F60D3C;
}
</style>
background-color css
<style>
a { background-color: #F60D3C; }
a { background-color: rgb(246,13,60); }
div.DivClassName
{
background-color: #F60D3C;
}
.BgClassName
{
background-color: #F60D3C;
}
</style>
border-color css
<style>
span { border-color: #F60D3C; }
span { border-color: rgb(246,13,60); }
td.TdClassName
{
border-color: #F60D3C;
}
.TagClassName
{
border-color: #F60D3C;
}
</style>