Shades of Torch Red #F2111B
Tints of Torch Red #F2111B
RGB
CMYK
RGB Variations
Color information
#F2111B (or 0xF2111B) is known color: Torch Red. HEX triplet: F2, 11 and 1B. RGB value is (242,17,27). Sum of RGB (Red+Green+Blue) = 242+17+27=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F2111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2111B is #0DEEE4. Grayscale: #555555. Windows color (decimal): -913125 or 1774066. OLE color: 1774066.
HSL color Cylindrical-coordinate representation of color #F2111B: hue angle of 357.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.33º | 0.9% | 0.51% | - |
| HSV(B) | 357.33º | 0.93% | 0.95% | - |
| XYZ | 37.02 | 19.36 | 2.82 | - |
| YUV | 85.42 | 95.04 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.33 | 0.9 | 0.51 |
| Hex | F2 | 11 | 1B | 0 | 5D | 59 | 5 | 165 | 5A | 33 |
| Octal | 362 | 21 | 33 | 0 | 135 | 131 | 5 | 545 | 132 | 63 |
| Binary | 11110010 | 10001 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F2111B
Complementary color
Monochromatic Colors of #F2111B
Black with #F2111B
Text Example
Text Example
White with #F2111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2111B; }
p { color: rgb(242,17,27); }
H1.HeaderClassName
{
color: #F2111B;
}
.AnyTagClassName
{
color: #F2111B;
}
</style>
background-color css
<style>
a { background-color: #F2111B; }
a { background-color: rgb(242,17,27); }
div.DivClassName
{
background-color: #F2111B;
}
.BgClassName
{
background-color: #F2111B;
}
</style>
border-color css
<style>
span { border-color: #F2111B; }
span { border-color: rgb(242,17,27); }
td.TdClassName
{
border-color: #F2111B;
}
.TagClassName
{
border-color: #F2111B;
}
</style>