Shades of Torch Red #F0162A
Tints of Torch Red #F0162A
RGB
CMYK
RGB Variations
Color information
#F0162A (or 0xF0162A) is known color: Torch Red. HEX triplet: F0, 16 and 2A. RGB value is (240,22,42). Sum of RGB (Red+Green+Blue) = 240+22+42=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0162A is #0FE9D5. Grayscale: #595959. Windows color (decimal): -1042902 or 2758384. OLE color: 2758384.
HSL color Cylindrical-coordinate representation of color #F0162A: hue angle of 354.5º 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 #F0162A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.06 |
| HSL | 354.5º | 0.88% | 0.51% | - |
| HSV(B) | 354.5º | 0.91% | 0.94% | - |
| XYZ | 36.64 | 19.27 | 3.98 | - |
| YUV | 89.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 42 | 0 | 0.91 | 0.82 | 0.06 | 354.5 | 0.88 | 0.51 |
| Hex | F0 | 16 | 2A | 0 | 5B | 52 | 6 | 162 | 58 | 33 |
| Octal | 360 | 26 | 52 | 0 | 133 | 122 | 6 | 542 | 130 | 63 |
| Binary | 11110000 | 10110 | 101010 | 0 | 1011011 | 1010010 | 110 | 101100010 | 1011000 | 110011 |
Color Harmonies of #F0162A
Complementary color
Monochromatic Colors of #F0162A
Black with #F0162A
Text Example
Text Example
White with #F0162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0162A; }
p { color: rgb(240,22,42); }
H1.HeaderClassName
{
color: #F0162A;
}
.AnyTagClassName
{
color: #F0162A;
}
</style>
background-color css
<style>
a { background-color: #F0162A; }
a { background-color: rgb(240,22,42); }
div.DivClassName
{
background-color: #F0162A;
}
.BgClassName
{
background-color: #F0162A;
}
</style>
border-color css
<style>
span { border-color: #F0162A; }
span { border-color: rgb(240,22,42); }
td.TdClassName
{
border-color: #F0162A;
}
.TagClassName
{
border-color: #F0162A;
}
</style>