Shades of Torch Red #F0122C
Tints of Torch Red #F0122C
RGB
CMYK
RGB Variations
Color information
#F0122C (or 0xF0122C) is known color: Torch Red. HEX triplet: F0, 12 and 2C. RGB value is (240,18,44). Sum of RGB (Red+Green+Blue) = 240+18+44=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0122C is #0FEDD3. Grayscale: #575757. Windows color (decimal): -1043924 or 2888432. OLE color: 2888432.
HSL color Cylindrical-coordinate representation of color #F0122C: hue angle of 352.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0122C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 352.97º | 0.88% | 0.51% | - |
| HSV(B) | 352.97º | 0.93% | 0.94% | - |
| XYZ | 36.61 | 19.14 | 4.15 | - |
| YUV | 87.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 44 | 0 | 0.92 | 0.82 | 0.06 | 352.97 | 0.88 | 0.51 |
| Hex | F0 | 12 | 2C | 0 | 5C | 52 | 6 | 161 | 58 | 33 |
| Octal | 360 | 22 | 54 | 0 | 134 | 122 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10010 | 101100 | 0 | 1011100 | 1010010 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0122C
Complementary color
Monochromatic Colors of #F0122C
Black with #F0122C
Text Example
Text Example
White with #F0122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0122C; }
p { color: rgb(240,18,44); }
H1.HeaderClassName
{
color: #F0122C;
}
.AnyTagClassName
{
color: #F0122C;
}
</style>
background-color css
<style>
a { background-color: #F0122C; }
a { background-color: rgb(240,18,44); }
div.DivClassName
{
background-color: #F0122C;
}
.BgClassName
{
background-color: #F0122C;
}
</style>
border-color css
<style>
span { border-color: #F0122C; }
span { border-color: rgb(240,18,44); }
td.TdClassName
{
border-color: #F0122C;
}
.TagClassName
{
border-color: #F0122C;
}
</style>