Shades of Torch Red #F60C38
Tints of Torch Red #F60C38
RGB
CMYK
RGB Variations
Color information
#F60C38 (or 0xF60C38) is known color: Torch Red. HEX triplet: F6, 0C and 38. RGB value is (246,12,56). Sum of RGB (Red+Green+Blue) = 246+12+56=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C38 is #09F3C7. Grayscale: #575757. Windows color (decimal): -652232 or 3673334. OLE color: 3673334.
HSL color Cylindrical-coordinate representation of color #F60C38: hue angle of 348.72º 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 #F60C38 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 56 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.04 |
| HSL | 348.72º | 0.93% | 0.51% | - |
| HSV(B) | 348.72º | 0.95% | 0.96% | - |
| XYZ | 38.85 | 20.14 | 5.58 | - |
| YUV | 86.98 | 110.52 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 56 | 0 | 0.95 | 0.77 | 0.04 | 348.72 | 0.93 | 0.51 |
| Hex | F6 | C | 38 | 0 | 5F | 4D | 4 | 15D | 5D | 33 |
| Octal | 366 | 14 | 70 | 0 | 137 | 115 | 4 | 535 | 135 | 63 |
| Binary | 11110110 | 1100 | 111000 | 0 | 1011111 | 1001101 | 100 | 101011101 | 1011101 | 110011 |
Color Harmonies of #F60C38
Complementary color
Monochromatic Colors of #F60C38
Black with #F60C38
Text Example
Text Example
White with #F60C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C38; }
p { color: rgb(246,12,56); }
H1.HeaderClassName
{
color: #F60C38;
}
.AnyTagClassName
{
color: #F60C38;
}
</style>
background-color css
<style>
a { background-color: #F60C38; }
a { background-color: rgb(246,12,56); }
div.DivClassName
{
background-color: #F60C38;
}
.BgClassName
{
background-color: #F60C38;
}
</style>
border-color css
<style>
span { border-color: #F60C38; }
span { border-color: rgb(246,12,56); }
td.TdClassName
{
border-color: #F60C38;
}
.TagClassName
{
border-color: #F60C38;
}
</style>