Shades of Torch Red #EE122C
Tints of Torch Red #EE122C
RGB
CMYK
RGB Variations
Color information
#EE122C (or 0xEE122C) is known color: Torch Red. HEX triplet: EE, 12 and 2C. RGB value is (238,18,44). Sum of RGB (Red+Green+Blue) = 238+18+44=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE122C is #11EDD3. Grayscale: #565656. Windows color (decimal): -1174996 or 2888430. OLE color: 2888430.
HSL color Cylindrical-coordinate representation of color #EE122C: hue angle of 352.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE122C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 352.91º | 0.87% | 0.5% | - |
| HSV(B) | 352.91º | 0.92% | 0.93% | - |
| XYZ | 35.93 | 18.79 | 4.12 | - |
| YUV | 86.74 | 103.89 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 44 | 0 | 0.92 | 0.82 | 0.07 | 352.91 | 0.87 | 0.5 |
| Hex | EE | 12 | 2C | 0 | 5C | 52 | 7 | 161 | 57 | 32 |
| Octal | 356 | 22 | 54 | 0 | 134 | 122 | 7 | 541 | 127 | 62 |
| Binary | 11101110 | 10010 | 101100 | 0 | 1011100 | 1010010 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #EE122C
Complementary color
Monochromatic Colors of #EE122C
Black with #EE122C
Text Example
Text Example
White with #EE122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE122C; }
p { color: rgb(238,18,44); }
H1.HeaderClassName
{
color: #EE122C;
}
.AnyTagClassName
{
color: #EE122C;
}
</style>
background-color css
<style>
a { background-color: #EE122C; }
a { background-color: rgb(238,18,44); }
div.DivClassName
{
background-color: #EE122C;
}
.BgClassName
{
background-color: #EE122C;
}
</style>
border-color css
<style>
span { border-color: #EE122C; }
span { border-color: rgb(238,18,44); }
td.TdClassName
{
border-color: #EE122C;
}
.TagClassName
{
border-color: #EE122C;
}
</style>