Shades of Torch Red #F0192D
Tints of Torch Red #F0192D
RGB
CMYK
RGB Variations
Color information
#F0192D (or 0xF0192D) is known color: Torch Red. HEX triplet: F0, 19 and 2D. RGB value is (240,25,45). Sum of RGB (Red+Green+Blue) = 240+25+45=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192D is #0FE6D2. Grayscale: #5B5B5B. Windows color (decimal): -1042131 or 2955760. OLE color: 2955760.
HSL color Cylindrical-coordinate representation of color #F0192D: hue angle of 354.42º 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 #F0192D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 354.42º | 0.88% | 0.52% | - |
| HSV(B) | 354.42º | 0.9% | 0.94% | - |
| XYZ | 36.76 | 19.41 | 4.29 | - |
| YUV | 91.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 45 | 0 | 0.90 | 0.81 | 0.06 | 354.42 | 0.88 | 0.52 |
| Hex | F0 | 19 | 2D | 0 | 5A | 51 | 6 | 162 | 58 | 34 |
| Octal | 360 | 31 | 55 | 0 | 132 | 121 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 11001 | 101101 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0192D
Complementary color
Monochromatic Colors of #F0192D
Black with #F0192D
Text Example
Text Example
White with #F0192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0192D; }
p { color: rgb(240,25,45); }
H1.HeaderClassName
{
color: #F0192D;
}
.AnyTagClassName
{
color: #F0192D;
}
</style>
background-color css
<style>
a { background-color: #F0192D; }
a { background-color: rgb(240,25,45); }
div.DivClassName
{
background-color: #F0192D;
}
.BgClassName
{
background-color: #F0192D;
}
</style>
border-color css
<style>
span { border-color: #F0192D; }
span { border-color: rgb(240,25,45); }
td.TdClassName
{
border-color: #F0192D;
}
.TagClassName
{
border-color: #F0192D;
}
</style>