Shades of Torch Red #F0122D
Tints of Torch Red #F0122D
RGB
CMYK
RGB Variations
Color information
#F0122D (or 0xF0122D) is known color: Torch Red. HEX triplet: F0, 12 and 2D. RGB value is (240,18,45). Sum of RGB (Red+Green+Blue) = 240+18+45=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0122D is #0FEDD2. Grayscale: #575757. Windows color (decimal): -1043923 or 2953968. OLE color: 2953968.
HSL color Cylindrical-coordinate representation of color #F0122D: hue angle of 352.7º 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 #F0122D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.06 |
| HSL | 352.7º | 0.88% | 0.51% | - |
| HSV(B) | 352.7º | 0.93% | 0.94% | - |
| XYZ | 36.63 | 19.15 | 4.25 | - |
| YUV | 87.46 | 104.05 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 45 | 0 | 0.92 | 0.81 | 0.06 | 352.7 | 0.88 | 0.51 |
| Hex | F0 | 12 | 2D | 0 | 5C | 51 | 6 | 161 | 58 | 33 |
| Octal | 360 | 22 | 55 | 0 | 134 | 121 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10010 | 101101 | 0 | 1011100 | 1010001 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0122D
Complementary color
Monochromatic Colors of #F0122D
Black with #F0122D
Text Example
Text Example
White with #F0122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0122D; }
p { color: rgb(240,18,45); }
H1.HeaderClassName
{
color: #F0122D;
}
.AnyTagClassName
{
color: #F0122D;
}
</style>
background-color css
<style>
a { background-color: #F0122D; }
a { background-color: rgb(240,18,45); }
div.DivClassName
{
background-color: #F0122D;
}
.BgClassName
{
background-color: #F0122D;
}
</style>
border-color css
<style>
span { border-color: #F0122D; }
span { border-color: rgb(240,18,45); }
td.TdClassName
{
border-color: #F0122D;
}
.TagClassName
{
border-color: #F0122D;
}
</style>