Shades of Torch Red #F1172E
Tints of Torch Red #F1172E
RGB
CMYK
RGB Variations
Color information
#F1172E (or 0xF1172E) is known color: Torch Red. HEX triplet: F1, 17 and 2E. RGB value is (241,23,46). Sum of RGB (Red+Green+Blue) = 241+23+46=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F1172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1172E is #0EE8D1. Grayscale: #5A5A5A. Windows color (decimal): -977106 or 3020785. OLE color: 3020785.
HSL color Cylindrical-coordinate representation of color #F1172E: hue angle of 353.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1172E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 353.67º | 0.89% | 0.52% | - |
| HSV(B) | 353.67º | 0.9% | 0.95% | - |
| XYZ | 37.08 | 19.51 | 4.4 | - |
| YUV | 90.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 46 | 0 | 0.90 | 0.81 | 0.05 | 353.67 | 0.89 | 0.52 |
| Hex | F1 | 17 | 2E | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 361 | 27 | 56 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110001 | 10111 | 101110 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F1172E
Complementary color
Monochromatic Colors of #F1172E
Black with #F1172E
Text Example
Text Example
White with #F1172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1172E; }
p { color: rgb(241,23,46); }
H1.HeaderClassName
{
color: #F1172E;
}
.AnyTagClassName
{
color: #F1172E;
}
</style>
background-color css
<style>
a { background-color: #F1172E; }
a { background-color: rgb(241,23,46); }
div.DivClassName
{
background-color: #F1172E;
}
.BgClassName
{
background-color: #F1172E;
}
</style>
border-color css
<style>
span { border-color: #F1172E; }
span { border-color: rgb(241,23,46); }
td.TdClassName
{
border-color: #F1172E;
}
.TagClassName
{
border-color: #F1172E;
}
</style>