Shades of Torch Red #F6162C
Tints of Torch Red #F6162C
RGB
CMYK
RGB Variations
Color information
#F6162C (or 0xF6162C) is known color: Torch Red. HEX triplet: F6, 16 and 2C. RGB value is (246,22,44). Sum of RGB (Red+Green+Blue) = 246+22+44=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6162C is #09E9D3. Grayscale: #5B5B5B. Windows color (decimal): -649684 or 2889462. OLE color: 2889462.
HSL color Cylindrical-coordinate representation of color #F6162C: hue angle of 354.11º 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 #F6162C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 354.11º | 0.93% | 0.53% | - |
| HSV(B) | 354.11º | 0.91% | 0.96% | - |
| XYZ | 38.75 | 20.35 | 4.27 | - |
| YUV | 91.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 44 | 0 | 0.91 | 0.82 | 0.04 | 354.11 | 0.93 | 0.53 |
| Hex | F6 | 16 | 2C | 0 | 5B | 52 | 4 | 162 | 5D | 35 |
| Octal | 366 | 26 | 54 | 0 | 133 | 122 | 4 | 542 | 135 | 65 |
| Binary | 11110110 | 10110 | 101100 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F6162C
Complementary color
Monochromatic Colors of #F6162C
Black with #F6162C
Text Example
Text Example
White with #F6162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6162C; }
p { color: rgb(246,22,44); }
H1.HeaderClassName
{
color: #F6162C;
}
.AnyTagClassName
{
color: #F6162C;
}
</style>
background-color css
<style>
a { background-color: #F6162C; }
a { background-color: rgb(246,22,44); }
div.DivClassName
{
background-color: #F6162C;
}
.BgClassName
{
background-color: #F6162C;
}
</style>
border-color css
<style>
span { border-color: #F6162C; }
span { border-color: rgb(246,22,44); }
td.TdClassName
{
border-color: #F6162C;
}
.TagClassName
{
border-color: #F6162C;
}
</style>