Shades of Torch Red #F6111B
Tints of Torch Red #F6111B
RGB
CMYK
RGB Variations
Color information
#F6111B (or 0xF6111B) is known color: Torch Red. HEX triplet: F6, 11 and 1B. RGB value is (246,17,27). Sum of RGB (Red+Green+Blue) = 246+17+27=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F6111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6111B is #09EEE4. Grayscale: #565656. Windows color (decimal): -650981 or 1774070. OLE color: 1774070.
HSL color Cylindrical-coordinate representation of color #F6111B: hue angle of 357.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 357.38º | 0.93% | 0.52% | - |
| HSV(B) | 357.38º | 0.93% | 0.96% | - |
| XYZ | 38.4 | 20.07 | 2.89 | - |
| YUV | 86.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 27 | 0 | 0.93 | 0.89 | 0.04 | 357.38 | 0.93 | 0.52 |
| Hex | F6 | 11 | 1B | 0 | 5D | 59 | 4 | 165 | 5D | 34 |
| Octal | 366 | 21 | 33 | 0 | 135 | 131 | 4 | 545 | 135 | 64 |
| Binary | 11110110 | 10001 | 11011 | 0 | 1011101 | 1011001 | 100 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F6111B
Complementary color
Monochromatic Colors of #F6111B
Black with #F6111B
Text Example
Text Example
White with #F6111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6111B; }
p { color: rgb(246,17,27); }
H1.HeaderClassName
{
color: #F6111B;
}
.AnyTagClassName
{
color: #F6111B;
}
</style>
background-color css
<style>
a { background-color: #F6111B; }
a { background-color: rgb(246,17,27); }
div.DivClassName
{
background-color: #F6111B;
}
.BgClassName
{
background-color: #F6111B;
}
</style>
border-color css
<style>
span { border-color: #F6111B; }
span { border-color: rgb(246,17,27); }
td.TdClassName
{
border-color: #F6111B;
}
.TagClassName
{
border-color: #F6111B;
}
</style>