Shades of Torch Red #F2112E
Tints of Torch Red #F2112E
RGB
CMYK
RGB Variations
Color information
#F2112E (or 0xF2112E) is known color: Torch Red. HEX triplet: F2, 11 and 2E. RGB value is (242,17,46). Sum of RGB (Red+Green+Blue) = 242+17+46=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2112E is #0DEED1. Grayscale: #575757. Windows color (decimal): -913106 or 3019250. OLE color: 3019250.
HSL color Cylindrical-coordinate representation of color #F2112E: hue angle of 352.27º 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 #F2112E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.27º | 0.9% | 0.51% | - |
| HSV(B) | 352.27º | 0.93% | 0.95% | - |
| XYZ | 37.31 | 19.48 | 4.38 | - |
| YUV | 87.58 | 104.54 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 46 | 0 | 0.93 | 0.81 | 0.05 | 352.27 | 0.9 | 0.51 |
| Hex | F2 | 11 | 2E | 0 | 5D | 51 | 5 | 160 | 5A | 33 |
| Octal | 362 | 21 | 56 | 0 | 135 | 121 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10001 | 101110 | 0 | 1011101 | 1010001 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F2112E
Complementary color
Monochromatic Colors of #F2112E
Black with #F2112E
Text Example
Text Example
White with #F2112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2112E; }
p { color: rgb(242,17,46); }
H1.HeaderClassName
{
color: #F2112E;
}
.AnyTagClassName
{
color: #F2112E;
}
</style>
background-color css
<style>
a { background-color: #F2112E; }
a { background-color: rgb(242,17,46); }
div.DivClassName
{
background-color: #F2112E;
}
.BgClassName
{
background-color: #F2112E;
}
</style>
border-color css
<style>
span { border-color: #F2112E; }
span { border-color: rgb(242,17,46); }
td.TdClassName
{
border-color: #F2112E;
}
.TagClassName
{
border-color: #F2112E;
}
</style>