Shades of Torch Red #F1122F
Tints of Torch Red #F1122F
RGB
CMYK
RGB Variations
Color information
#F1122F (or 0xF1122F) is known color: Torch Red. HEX triplet: F1, 12 and 2F. RGB value is (241,18,47). Sum of RGB (Red+Green+Blue) = 241+18+47=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1122F is #0EEDD0. Grayscale: #585858. Windows color (decimal): -978385 or 3085041. OLE color: 3085041.
HSL color Cylindrical-coordinate representation of color #F1122F: hue angle of 352.2º degrees, saturation: 0.89, 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 #F1122F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 352.2º | 0.89% | 0.51% | - |
| HSV(B) | 352.2º | 0.93% | 0.95% | - |
| XYZ | 37.01 | 19.34 | 4.47 | - |
| YUV | 87.98 | 104.88 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 47 | 0 | 0.93 | 0.80 | 0.05 | 352.2 | 0.89 | 0.51 |
| Hex | F1 | 12 | 2F | 0 | 5D | 50 | 5 | 160 | 59 | 33 |
| Octal | 361 | 22 | 57 | 0 | 135 | 120 | 5 | 540 | 131 | 63 |
| Binary | 11110001 | 10010 | 101111 | 0 | 1011101 | 1010000 | 101 | 101100000 | 1011001 | 110011 |
Color Harmonies of #F1122F
Complementary color
Monochromatic Colors of #F1122F
Black with #F1122F
Text Example
Text Example
White with #F1122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1122F; }
p { color: rgb(241,18,47); }
H1.HeaderClassName
{
color: #F1122F;
}
.AnyTagClassName
{
color: #F1122F;
}
</style>
background-color css
<style>
a { background-color: #F1122F; }
a { background-color: rgb(241,18,47); }
div.DivClassName
{
background-color: #F1122F;
}
.BgClassName
{
background-color: #F1122F;
}
</style>
border-color css
<style>
span { border-color: #F1122F; }
span { border-color: rgb(241,18,47); }
td.TdClassName
{
border-color: #F1122F;
}
.TagClassName
{
border-color: #F1122F;
}
</style>