Shades of Torch Red #F1162C
Tints of Torch Red #F1162C
RGB
CMYK
RGB Variations
Color information
#F1162C (or 0xF1162C) is known color: Torch Red. HEX triplet: F1, 16 and 2C. RGB value is (241,22,44). Sum of RGB (Red+Green+Blue) = 241+22+44=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1162C is #0EE9D3. Grayscale: #5A5A5A. Windows color (decimal): -977364 or 2889457. OLE color: 2889457.
HSL color Cylindrical-coordinate representation of color #F1162C: hue angle of 353.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1162C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.05 |
| HSL | 353.97º | 0.89% | 0.52% | - |
| HSV(B) | 353.97º | 0.91% | 0.95% | - |
| XYZ | 37.02 | 19.46 | 4.19 | - |
| YUV | 89.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 44 | 0 | 0.91 | 0.82 | 0.05 | 353.97 | 0.89 | 0.52 |
| Hex | F1 | 16 | 2C | 0 | 5B | 52 | 5 | 162 | 59 | 34 |
| Octal | 361 | 26 | 54 | 0 | 133 | 122 | 5 | 542 | 131 | 64 |
| Binary | 11110001 | 10110 | 101100 | 0 | 1011011 | 1010010 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F1162C
Complementary color
Monochromatic Colors of #F1162C
Black with #F1162C
Text Example
Text Example
White with #F1162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1162C; }
p { color: rgb(241,22,44); }
H1.HeaderClassName
{
color: #F1162C;
}
.AnyTagClassName
{
color: #F1162C;
}
</style>
background-color css
<style>
a { background-color: #F1162C; }
a { background-color: rgb(241,22,44); }
div.DivClassName
{
background-color: #F1162C;
}
.BgClassName
{
background-color: #F1162C;
}
</style>
border-color css
<style>
span { border-color: #F1162C; }
span { border-color: rgb(241,22,44); }
td.TdClassName
{
border-color: #F1162C;
}
.TagClassName
{
border-color: #F1162C;
}
</style>