Shades of Torch Red #F60937
Tints of Torch Red #F60937
RGB
CMYK
RGB Variations
Color information
#F60937 (or 0xF60937) is known color: Torch Red. HEX triplet: F6, 09 and 37. RGB value is (246,9,55). Sum of RGB (Red+Green+Blue) = 246+9+55=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F60937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60937 is #09F6C8. Grayscale: #555555. Windows color (decimal): -653001 or 3607030. OLE color: 3607030.
HSL color Cylindrical-coordinate representation of color #F60937: hue angle of 348.35º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60937 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.04 |
| HSL | 348.35º | 0.93% | 0.5% | - |
| HSV(B) | 348.35º | 0.96% | 0.96% | - |
| XYZ | 38.79 | 20.06 | 5.44 | - |
| YUV | 85.11 | 111.02 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 55 | 0 | 0.96 | 0.78 | 0.04 | 348.35 | 0.93 | 0.5 |
| Hex | F6 | 9 | 37 | 0 | 60 | 4E | 4 | 15C | 5D | 32 |
| Octal | 366 | 11 | 67 | 0 | 140 | 116 | 4 | 534 | 135 | 62 |
| Binary | 11110110 | 1001 | 110111 | 0 | 1100000 | 1001110 | 100 | 101011100 | 1011101 | 110010 |
Color Harmonies of #F60937
Complementary color
Monochromatic Colors of #F60937
Black with #F60937
Text Example
Text Example
White with #F60937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60937; }
p { color: rgb(246,9,55); }
H1.HeaderClassName
{
color: #F60937;
}
.AnyTagClassName
{
color: #F60937;
}
</style>
background-color css
<style>
a { background-color: #F60937; }
a { background-color: rgb(246,9,55); }
div.DivClassName
{
background-color: #F60937;
}
.BgClassName
{
background-color: #F60937;
}
</style>
border-color css
<style>
span { border-color: #F60937; }
span { border-color: rgb(246,9,55); }
td.TdClassName
{
border-color: #F60937;
}
.TagClassName
{
border-color: #F60937;
}
</style>