Shades of Torch Red #F0163E
Tints of Torch Red #F0163E
RGB
CMYK
RGB Variations
Color information
#F0163E (or 0xF0163E) is known color: Torch Red. HEX triplet: F0, 16 and 3E. RGB value is (240,22,62). Sum of RGB (Red+Green+Blue) = 240+22+62=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163E is #0FE9C1. Grayscale: #5B5B5B. Windows color (decimal): -1042882 or 4069104. OLE color: 4069104.
HSL color Cylindrical-coordinate representation of color #F0163E: hue angle of 348.99º 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 #F0163E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.06 |
| HSL | 348.99º | 0.88% | 0.51% | - |
| HSV(B) | 348.99º | 0.91% | 0.94% | - |
| XYZ | 37.09 | 19.45 | 6.36 | - |
| YUV | 91.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 62 | 0 | 0.91 | 0.74 | 0.06 | 348.99 | 0.88 | 0.51 |
| Hex | F0 | 16 | 3E | 0 | 5B | 4A | 6 | 15D | 58 | 33 |
| Octal | 360 | 26 | 76 | 0 | 133 | 112 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10110 | 111110 | 0 | 1011011 | 1001010 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0163E
Complementary color
Monochromatic Colors of #F0163E
Black with #F0163E
Text Example
Text Example
White with #F0163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0163E; }
p { color: rgb(240,22,62); }
H1.HeaderClassName
{
color: #F0163E;
}
.AnyTagClassName
{
color: #F0163E;
}
</style>
background-color css
<style>
a { background-color: #F0163E; }
a { background-color: rgb(240,22,62); }
div.DivClassName
{
background-color: #F0163E;
}
.BgClassName
{
background-color: #F0163E;
}
</style>
border-color css
<style>
span { border-color: #F0163E; }
span { border-color: rgb(240,22,62); }
td.TdClassName
{
border-color: #F0163E;
}
.TagClassName
{
border-color: #F0163E;
}
</style>