Shades of Torch Red #F0163D
Tints of Torch Red #F0163D
RGB
CMYK
RGB Variations
Color information
#F0163D (or 0xF0163D) is known color: Torch Red. HEX triplet: F0, 16 and 3D. RGB value is (240,22,61). Sum of RGB (Red+Green+Blue) = 240+22+61=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163D is #0FE9C2. Grayscale: #5B5B5B. Windows color (decimal): -1042883 or 4003568. OLE color: 4003568.
HSL color Cylindrical-coordinate representation of color #F0163D: hue angle of 349.27º 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 #F0163D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.06 |
| HSL | 349.27º | 0.88% | 0.51% | - |
| HSV(B) | 349.27º | 0.91% | 0.94% | - |
| XYZ | 37.06 | 19.44 | 6.21 | - |
| YUV | 91.63 | 110.72 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 61 | 0 | 0.91 | 0.75 | 0.06 | 349.27 | 0.88 | 0.51 |
| Hex | F0 | 16 | 3D | 0 | 5B | 4B | 6 | 15D | 58 | 33 |
| Octal | 360 | 26 | 75 | 0 | 133 | 113 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10110 | 111101 | 0 | 1011011 | 1001011 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0163D
Complementary color
Monochromatic Colors of #F0163D
Black with #F0163D
Text Example
Text Example
White with #F0163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0163D; }
p { color: rgb(240,22,61); }
H1.HeaderClassName
{
color: #F0163D;
}
.AnyTagClassName
{
color: #F0163D;
}
</style>
background-color css
<style>
a { background-color: #F0163D; }
a { background-color: rgb(240,22,61); }
div.DivClassName
{
background-color: #F0163D;
}
.BgClassName
{
background-color: #F0163D;
}
</style>
border-color css
<style>
span { border-color: #F0163D; }
span { border-color: rgb(240,22,61); }
td.TdClassName
{
border-color: #F0163D;
}
.TagClassName
{
border-color: #F0163D;
}
</style>