Shades of Torch Red #F1192F
Tints of Torch Red #F1192F
RGB
CMYK
RGB Variations
Color information
#F1192F (or 0xF1192F) is known color: Torch Red. HEX triplet: F1, 19 and 2F. RGB value is (241,25,47). Sum of RGB (Red+Green+Blue) = 241+25+47=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F1192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1192F is #0EE6D0. Grayscale: #5C5C5C. Windows color (decimal): -976593 or 3086833. OLE color: 3086833.
HSL color Cylindrical-coordinate representation of color #F1192F: hue angle of 353.89º 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 #F1192F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.05 |
| HSL | 353.89º | 0.89% | 0.52% | - |
| HSV(B) | 353.89º | 0.9% | 0.95% | - |
| XYZ | 37.14 | 19.6 | 4.52 | - |
| YUV | 92.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 47 | 0 | 0.90 | 0.80 | 0.05 | 353.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | 2F | 0 | 5A | 50 | 5 | 162 | 59 | 34 |
| Octal | 361 | 31 | 57 | 0 | 132 | 120 | 5 | 542 | 131 | 64 |
| Binary | 11110001 | 11001 | 101111 | 0 | 1011010 | 1010000 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F1192F
Complementary color
Monochromatic Colors of #F1192F
Black with #F1192F
Text Example
Text Example
White with #F1192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1192F; }
p { color: rgb(241,25,47); }
H1.HeaderClassName
{
color: #F1192F;
}
.AnyTagClassName
{
color: #F1192F;
}
</style>
background-color css
<style>
a { background-color: #F1192F; }
a { background-color: rgb(241,25,47); }
div.DivClassName
{
background-color: #F1192F;
}
.BgClassName
{
background-color: #F1192F;
}
</style>
border-color css
<style>
span { border-color: #F1192F; }
span { border-color: rgb(241,25,47); }
td.TdClassName
{
border-color: #F1192F;
}
.TagClassName
{
border-color: #F1192F;
}
</style>