Shades of Torch Red #F0192C
Tints of Torch Red #F0192C
RGB
CMYK
RGB Variations
Color information
#F0192C (or 0xF0192C) is known color: Torch Red. HEX triplet: F0, 19 and 2C. RGB value is (240,25,44). Sum of RGB (Red+Green+Blue) = 240+25+44=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192C is #0FE6D3. Grayscale: #5B5B5B. Windows color (decimal): -1042132 or 2890224. OLE color: 2890224.
HSL color Cylindrical-coordinate representation of color #F0192C: hue angle of 354.7º 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 #F0192C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.7º | 0.88% | 0.52% | - |
| HSV(B) | 354.7º | 0.9% | 0.94% | - |
| XYZ | 36.74 | 19.4 | 4.19 | - |
| YUV | 91.45 | 101.23 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 44 | 0 | 0.90 | 0.82 | 0.06 | 354.7 | 0.88 | 0.52 |
| Hex | F0 | 19 | 2C | 0 | 5A | 52 | 6 | 163 | 58 | 34 |
| Octal | 360 | 31 | 54 | 0 | 132 | 122 | 6 | 543 | 130 | 64 |
| Binary | 11110000 | 11001 | 101100 | 0 | 1011010 | 1010010 | 110 | 101100011 | 1011000 | 110100 |
Color Harmonies of #F0192C
Complementary color
Monochromatic Colors of #F0192C
Black with #F0192C
Text Example
Text Example
White with #F0192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0192C; }
p { color: rgb(240,25,44); }
H1.HeaderClassName
{
color: #F0192C;
}
.AnyTagClassName
{
color: #F0192C;
}
</style>
background-color css
<style>
a { background-color: #F0192C; }
a { background-color: rgb(240,25,44); }
div.DivClassName
{
background-color: #F0192C;
}
.BgClassName
{
background-color: #F0192C;
}
</style>
border-color css
<style>
span { border-color: #F0192C; }
span { border-color: rgb(240,25,44); }
td.TdClassName
{
border-color: #F0192C;
}
.TagClassName
{
border-color: #F0192C;
}
</style>