Shades of Torch Red #F2192E
Tints of Torch Red #F2192E
RGB
CMYK
RGB Variations
Color information
#F2192E (or 0xF2192E) is known color: Torch Red. HEX triplet: F2, 19 and 2E. RGB value is (242,25,46). Sum of RGB (Red+Green+Blue) = 242+25+46=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F2192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2192E is #0DE6D1. Grayscale: #5C5C5C. Windows color (decimal): -911058 or 3021298. OLE color: 3021298.
HSL color Cylindrical-coordinate representation of color #F2192E: hue angle of 354.19º 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 #F2192E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.19º | 0.89% | 0.52% | - |
| HSV(B) | 354.19º | 0.9% | 0.95% | - |
| XYZ | 37.46 | 19.77 | 4.43 | - |
| YUV | 92.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 46 | 0 | 0.90 | 0.81 | 0.05 | 354.19 | 0.89 | 0.52 |
| Hex | F2 | 19 | 2E | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 362 | 31 | 56 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 11001 | 101110 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2192E
Complementary color
Monochromatic Colors of #F2192E
Black with #F2192E
Text Example
Text Example
White with #F2192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2192E; }
p { color: rgb(242,25,46); }
H1.HeaderClassName
{
color: #F2192E;
}
.AnyTagClassName
{
color: #F2192E;
}
</style>
background-color css
<style>
a { background-color: #F2192E; }
a { background-color: rgb(242,25,46); }
div.DivClassName
{
background-color: #F2192E;
}
.BgClassName
{
background-color: #F2192E;
}
</style>
border-color css
<style>
span { border-color: #F2192E; }
span { border-color: rgb(242,25,46); }
td.TdClassName
{
border-color: #F2192E;
}
.TagClassName
{
border-color: #F2192E;
}
</style>