Shades of Torch Red #F60D14
Tints of Torch Red #F60D14
RGB
CMYK
RGB Variations
Color information
#F60D14 (or 0xF60D14) is known color: Torch Red. HEX triplet: F6, 0D and 14. RGB value is (246,13,20). Sum of RGB (Red+Green+Blue) = 246+13+20=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60D14 is #09F2EB. Grayscale: #535353. Windows color (decimal): -652012 or 1314294. OLE color: 1314294.
HSL color Cylindrical-coordinate representation of color #F60D14: hue angle of 358.2º 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 #F60D14 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 20 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.04 |
| HSL | 358.2º | 0.93% | 0.51% | - |
| HSV(B) | 358.2º | 0.95% | 0.96% | - |
| XYZ | 38.28 | 19.93 | 2.49 | - |
| YUV | 83.47 | 92.19 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 20 | 0 | 0.95 | 0.92 | 0.04 | 358.2 | 0.93 | 0.51 |
| Hex | F6 | D | 14 | 0 | 5F | 5C | 4 | 166 | 5D | 33 |
| Octal | 366 | 15 | 24 | 0 | 137 | 134 | 4 | 546 | 135 | 63 |
| Binary | 11110110 | 1101 | 10100 | 0 | 1011111 | 1011100 | 100 | 101100110 | 1011101 | 110011 |
Color Harmonies of #F60D14
Complementary color
Monochromatic Colors of #F60D14
Black with #F60D14
Text Example
Text Example
White with #F60D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D14; }
p { color: rgb(246,13,20); }
H1.HeaderClassName
{
color: #F60D14;
}
.AnyTagClassName
{
color: #F60D14;
}
</style>
background-color css
<style>
a { background-color: #F60D14; }
a { background-color: rgb(246,13,20); }
div.DivClassName
{
background-color: #F60D14;
}
.BgClassName
{
background-color: #F60D14;
}
</style>
border-color css
<style>
span { border-color: #F60D14; }
span { border-color: rgb(246,13,20); }
td.TdClassName
{
border-color: #F60D14;
}
.TagClassName
{
border-color: #F60D14;
}
</style>