Shades of Torch Red #F1162E
Tints of Torch Red #F1162E
RGB
CMYK
RGB Variations
Color information
#F1162E (or 0xF1162E) is known color: Torch Red. HEX triplet: F1, 16 and 2E. RGB value is (241,22,46). Sum of RGB (Red+Green+Blue) = 241+22+46=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1162E is #0EE9D1. Grayscale: #5A5A5A. Windows color (decimal): -977362 or 3020529. OLE color: 3020529.
HSL color Cylindrical-coordinate representation of color #F1162E: hue angle of 353.42º 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 #F1162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.42º | 0.89% | 0.52% | - |
| HSV(B) | 353.42º | 0.91% | 0.95% | - |
| XYZ | 37.06 | 19.47 | 4.39 | - |
| YUV | 90.22 | 103.05 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 46 | 0 | 0.91 | 0.81 | 0.05 | 353.42 | 0.89 | 0.52 |
| Hex | F1 | 16 | 2E | 0 | 5B | 51 | 5 | 161 | 59 | 34 |
| Octal | 361 | 26 | 56 | 0 | 133 | 121 | 5 | 541 | 131 | 64 |
| Binary | 11110001 | 10110 | 101110 | 0 | 1011011 | 1010001 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F1162E
Complementary color
Monochromatic Colors of #F1162E
Black with #F1162E
Text Example
Text Example
White with #F1162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1162E; }
p { color: rgb(241,22,46); }
H1.HeaderClassName
{
color: #F1162E;
}
.AnyTagClassName
{
color: #F1162E;
}
</style>
background-color css
<style>
a { background-color: #F1162E; }
a { background-color: rgb(241,22,46); }
div.DivClassName
{
background-color: #F1162E;
}
.BgClassName
{
background-color: #F1162E;
}
</style>
border-color css
<style>
span { border-color: #F1162E; }
span { border-color: rgb(241,22,46); }
td.TdClassName
{
border-color: #F1162E;
}
.TagClassName
{
border-color: #F1162E;
}
</style>