Shades of Torch Red #F6162E
Tints of Torch Red #F6162E
RGB
CMYK
RGB Variations
Color information
#F6162E (or 0xF6162E) is known color: Torch Red. HEX triplet: F6, 16 and 2E. RGB value is (246,22,46). Sum of RGB (Red+Green+Blue) = 246+22+46=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6162E is #09E9D1. Grayscale: #5B5B5B. Windows color (decimal): -649682 or 3020534. OLE color: 3020534.
HSL color Cylindrical-coordinate representation of color #F6162E: hue angle of 353.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.04 |
| HSL | 353.57º | 0.93% | 0.53% | - |
| HSV(B) | 353.57º | 0.91% | 0.96% | - |
| XYZ | 38.79 | 20.36 | 4.47 | - |
| YUV | 91.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 46 | 0 | 0.91 | 0.81 | 0.04 | 353.57 | 0.93 | 0.53 |
| Hex | F6 | 16 | 2E | 0 | 5B | 51 | 4 | 162 | 5D | 35 |
| Octal | 366 | 26 | 56 | 0 | 133 | 121 | 4 | 542 | 135 | 65 |
| Binary | 11110110 | 10110 | 101110 | 0 | 1011011 | 1010001 | 100 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F6162E
Complementary color
Monochromatic Colors of #F6162E
Black with #F6162E
Text Example
Text Example
White with #F6162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6162E; }
p { color: rgb(246,22,46); }
H1.HeaderClassName
{
color: #F6162E;
}
.AnyTagClassName
{
color: #F6162E;
}
</style>
background-color css
<style>
a { background-color: #F6162E; }
a { background-color: rgb(246,22,46); }
div.DivClassName
{
background-color: #F6162E;
}
.BgClassName
{
background-color: #F6162E;
}
</style>
border-color css
<style>
span { border-color: #F6162E; }
span { border-color: rgb(246,22,46); }
td.TdClassName
{
border-color: #F6162E;
}
.TagClassName
{
border-color: #F6162E;
}
</style>