Shades of Torch Red #F2122E
Tints of Torch Red #F2122E
RGB
CMYK
RGB Variations
Color information
#F2122E (or 0xF2122E) is known color: Torch Red. HEX triplet: F2, 12 and 2E. RGB value is (242,18,46). Sum of RGB (Red+Green+Blue) = 242+18+46=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2122E is #0DEDD1. Grayscale: #585858. Windows color (decimal): -912850 or 3019506. OLE color: 3019506.
HSL color Cylindrical-coordinate representation of color #F2122E: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2122E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 46 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.5º | 0.9% | 0.51% | - |
| HSV(B) | 352.5º | 0.93% | 0.95% | - |
| XYZ | 37.33 | 19.51 | 4.38 | - |
| YUV | 88.17 | 104.21 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 46 | 0 | 0.93 | 0.81 | 0.05 | 352.5 | 0.9 | 0.51 |
| Hex | F2 | 12 | 2E | 0 | 5D | 51 | 5 | 160 | 5A | 33 |
| Octal | 362 | 22 | 56 | 0 | 135 | 121 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10010 | 101110 | 0 | 1011101 | 1010001 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F2122E
Complementary color
Monochromatic Colors of #F2122E
Black with #F2122E
Text Example
Text Example
White with #F2122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2122E; }
p { color: rgb(242,18,46); }
H1.HeaderClassName
{
color: #F2122E;
}
.AnyTagClassName
{
color: #F2122E;
}
</style>
background-color css
<style>
a { background-color: #F2122E; }
a { background-color: rgb(242,18,46); }
div.DivClassName
{
background-color: #F2122E;
}
.BgClassName
{
background-color: #F2122E;
}
</style>
border-color css
<style>
span { border-color: #F2122E; }
span { border-color: rgb(242,18,46); }
td.TdClassName
{
border-color: #F2122E;
}
.TagClassName
{
border-color: #F2122E;
}
</style>