Shades of Torch Red #F1192D
Tints of Torch Red #F1192D
RGB
CMYK
RGB Variations
Color information
#F1192D (or 0xF1192D) is known color: Torch Red. HEX triplet: F1, 19 and 2D. RGB value is (241,25,45). Sum of RGB (Red+Green+Blue) = 241+25+45=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F1192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1192D is #0EE6D2. Grayscale: #5C5C5C. Windows color (decimal): -976595 or 2955761. OLE color: 2955761.
HSL color Cylindrical-coordinate representation of color #F1192D: hue angle of 354.44º 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 #F1192D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.44º | 0.89% | 0.52% | - |
| HSV(B) | 354.44º | 0.9% | 0.95% | - |
| XYZ | 37.1 | 19.59 | 4.31 | - |
| YUV | 91.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 45 | 0 | 0.90 | 0.81 | 0.05 | 354.44 | 0.89 | 0.52 |
| Hex | F1 | 19 | 2D | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 361 | 31 | 55 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110001 | 11001 | 101101 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F1192D
Complementary color
Monochromatic Colors of #F1192D
Black with #F1192D
Text Example
Text Example
White with #F1192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1192D; }
p { color: rgb(241,25,45); }
H1.HeaderClassName
{
color: #F1192D;
}
.AnyTagClassName
{
color: #F1192D;
}
</style>
background-color css
<style>
a { background-color: #F1192D; }
a { background-color: rgb(241,25,45); }
div.DivClassName
{
background-color: #F1192D;
}
.BgClassName
{
background-color: #F1192D;
}
</style>
border-color css
<style>
span { border-color: #F1192D; }
span { border-color: rgb(241,25,45); }
td.TdClassName
{
border-color: #F1192D;
}
.TagClassName
{
border-color: #F1192D;
}
</style>