Shades of Torch Red #F0162D
Tints of Torch Red #F0162D
RGB
CMYK
RGB Variations
Color information
#F0162D (or 0xF0162D) is known color: Torch Red. HEX triplet: F0, 16 and 2D. RGB value is (240,22,45). Sum of RGB (Red+Green+Blue) = 240+22+45=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0162D is #0FE9D2. Grayscale: #595959. Windows color (decimal): -1042899 or 2954992. OLE color: 2954992.
HSL color Cylindrical-coordinate representation of color #F0162D: hue angle of 353.67º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.06 |
| HSL | 353.67º | 0.88% | 0.51% | - |
| HSV(B) | 353.67º | 0.91% | 0.94% | - |
| XYZ | 36.7 | 19.29 | 4.27 | - |
| YUV | 89.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 45 | 0 | 0.91 | 0.81 | 0.06 | 353.67 | 0.88 | 0.51 |
| Hex | F0 | 16 | 2D | 0 | 5B | 51 | 6 | 162 | 58 | 33 |
| Octal | 360 | 26 | 55 | 0 | 133 | 121 | 6 | 542 | 130 | 63 |
| Binary | 11110000 | 10110 | 101101 | 0 | 1011011 | 1010001 | 110 | 101100010 | 1011000 | 110011 |
Color Harmonies of #F0162D
Complementary color
Monochromatic Colors of #F0162D
Black with #F0162D
Text Example
Text Example
White with #F0162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0162D; }
p { color: rgb(240,22,45); }
H1.HeaderClassName
{
color: #F0162D;
}
.AnyTagClassName
{
color: #F0162D;
}
</style>
background-color css
<style>
a { background-color: #F0162D; }
a { background-color: rgb(240,22,45); }
div.DivClassName
{
background-color: #F0162D;
}
.BgClassName
{
background-color: #F0162D;
}
</style>
border-color css
<style>
span { border-color: #F0162D; }
span { border-color: rgb(240,22,45); }
td.TdClassName
{
border-color: #F0162D;
}
.TagClassName
{
border-color: #F0162D;
}
</style>