Shades of Torch Red #F0163C
Tints of Torch Red #F0163C
RGB
CMYK
RGB Variations
Color information
#F0163C (or 0xF0163C) is known color: Torch Red. HEX triplet: F0, 16 and 3C. RGB value is (240,22,60). Sum of RGB (Red+Green+Blue) = 240+22+60=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163C is #0FE9C3. Grayscale: #5B5B5B. Windows color (decimal): -1042884 or 3938032. OLE color: 3938032.
HSL color Cylindrical-coordinate representation of color #F0163C: hue angle of 349.54º 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 #F0163C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.06 |
| HSL | 349.54º | 0.88% | 0.51% | - |
| HSV(B) | 349.54º | 0.91% | 0.94% | - |
| XYZ | 37.04 | 19.43 | 6.07 | - |
| YUV | 91.51 | 110.22 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 60 | 0 | 0.91 | 0.75 | 0.06 | 349.54 | 0.88 | 0.51 |
| Hex | F0 | 16 | 3C | 0 | 5B | 4B | 6 | 15E | 58 | 33 |
| Octal | 360 | 26 | 74 | 0 | 133 | 113 | 6 | 536 | 130 | 63 |
| Binary | 11110000 | 10110 | 111100 | 0 | 1011011 | 1001011 | 110 | 101011110 | 1011000 | 110011 |
Color Harmonies of #F0163C
Complementary color
Monochromatic Colors of #F0163C
Black with #F0163C
Text Example
Text Example
White with #F0163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0163C; }
p { color: rgb(240,22,60); }
H1.HeaderClassName
{
color: #F0163C;
}
.AnyTagClassName
{
color: #F0163C;
}
</style>
background-color css
<style>
a { background-color: #F0163C; }
a { background-color: rgb(240,22,60); }
div.DivClassName
{
background-color: #F0163C;
}
.BgClassName
{
background-color: #F0163C;
}
</style>
border-color css
<style>
span { border-color: #F0163C; }
span { border-color: rgb(240,22,60); }
td.TdClassName
{
border-color: #F0163C;
}
.TagClassName
{
border-color: #F0163C;
}
</style>