Shades of Torch Red #F6162D
Tints of Torch Red #F6162D
RGB
CMYK
RGB Variations
Color information
#F6162D (or 0xF6162D) is known color: Torch Red. HEX triplet: F6, 16 and 2D. RGB value is (246,22,45). Sum of RGB (Red+Green+Blue) = 246+22+45=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F6162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6162D is #09E9D2. Grayscale: #5B5B5B. Windows color (decimal): -649683 or 2954998. OLE color: 2954998.
HSL color Cylindrical-coordinate representation of color #F6162D: hue angle of 353.84º 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 #F6162D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 353.84º | 0.93% | 0.53% | - |
| HSV(B) | 353.84º | 0.91% | 0.96% | - |
| XYZ | 38.77 | 20.36 | 4.37 | - |
| YUV | 91.6 | 101.71 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 45 | 0 | 0.91 | 0.82 | 0.04 | 353.84 | 0.93 | 0.53 |
| Hex | F6 | 16 | 2D | 0 | 5B | 52 | 4 | 162 | 5D | 35 |
| Octal | 366 | 26 | 55 | 0 | 133 | 122 | 4 | 542 | 135 | 65 |
| Binary | 11110110 | 10110 | 101101 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F6162D
Complementary color
Monochromatic Colors of #F6162D
Black with #F6162D
Text Example
Text Example
White with #F6162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6162D; }
p { color: rgb(246,22,45); }
H1.HeaderClassName
{
color: #F6162D;
}
.AnyTagClassName
{
color: #F6162D;
}
</style>
background-color css
<style>
a { background-color: #F6162D; }
a { background-color: rgb(246,22,45); }
div.DivClassName
{
background-color: #F6162D;
}
.BgClassName
{
background-color: #F6162D;
}
</style>
border-color css
<style>
span { border-color: #F6162D; }
span { border-color: rgb(246,22,45); }
td.TdClassName
{
border-color: #F6162D;
}
.TagClassName
{
border-color: #F6162D;
}
</style>