Shades of Torch Red #F0192E
Tints of Torch Red #F0192E
RGB
CMYK
RGB Variations
Color information
#F0192E (or 0xF0192E) is known color: Torch Red. HEX triplet: F0, 19 and 2E. RGB value is (240,25,46). Sum of RGB (Red+Green+Blue) = 240+25+46=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192E is #0FE6D1. Grayscale: #5B5B5B. Windows color (decimal): -1042130 or 3021296. OLE color: 3021296.
HSL color Cylindrical-coordinate representation of color #F0192E: hue angle of 354.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0192E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 354.14º | 0.88% | 0.52% | - |
| HSV(B) | 354.14º | 0.9% | 0.94% | - |
| XYZ | 36.78 | 19.42 | 4.39 | - |
| YUV | 91.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 46 | 0 | 0.90 | 0.81 | 0.06 | 354.14 | 0.88 | 0.52 |
| Hex | F0 | 19 | 2E | 0 | 5A | 51 | 6 | 162 | 58 | 34 |
| Octal | 360 | 31 | 56 | 0 | 132 | 121 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 11001 | 101110 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0192E
Complementary color
Monochromatic Colors of #F0192E
Black with #F0192E
Text Example
Text Example
White with #F0192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0192E; }
p { color: rgb(240,25,46); }
H1.HeaderClassName
{
color: #F0192E;
}
.AnyTagClassName
{
color: #F0192E;
}
</style>
background-color css
<style>
a { background-color: #F0192E; }
a { background-color: rgb(240,25,46); }
div.DivClassName
{
background-color: #F0192E;
}
.BgClassName
{
background-color: #F0192E;
}
</style>
border-color css
<style>
span { border-color: #F0192E; }
span { border-color: rgb(240,25,46); }
td.TdClassName
{
border-color: #F0192E;
}
.TagClassName
{
border-color: #F0192E;
}
</style>