Shades of Torch Red #EE1122
Tints of Torch Red #EE1122
RGB
CMYK
RGB Variations
Color information
#EE1122 (or 0xEE1122) is known color: Torch Red. HEX triplet: EE, 11 and 22. RGB value is (238,17,34). Sum of RGB (Red+Green+Blue) = 238+17+34=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1122 is #11EEDD. Grayscale: #555555. Windows color (decimal): -1175262 or 2232814. OLE color: 2232814.
HSL color Cylindrical-coordinate representation of color #EE1122: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1122 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.38º | 0.87% | 0.5% | - |
| HSV(B) | 355.38º | 0.93% | 0.93% | - |
| XYZ | 35.75 | 18.69 | 3.24 | - |
| YUV | 85.02 | 99.22 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 34 | 0 | 0.93 | 0.86 | 0.07 | 355.38 | 0.87 | 0.5 |
| Hex | EE | 11 | 22 | 0 | 5D | 56 | 7 | 163 | 57 | 32 |
| Octal | 356 | 21 | 42 | 0 | 135 | 126 | 7 | 543 | 127 | 62 |
| Binary | 11101110 | 10001 | 100010 | 0 | 1011101 | 1010110 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EE1122
Complementary color
Monochromatic Colors of #EE1122
Black with #EE1122
Text Example
Text Example
White with #EE1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1122; }
p { color: rgb(238,17,34); }
H1.HeaderClassName
{
color: #EE1122;
}
.AnyTagClassName
{
color: #EE1122;
}
</style>
background-color css
<style>
a { background-color: #EE1122; }
a { background-color: rgb(238,17,34); }
div.DivClassName
{
background-color: #EE1122;
}
.BgClassName
{
background-color: #EE1122;
}
</style>
border-color css
<style>
span { border-color: #EE1122; }
span { border-color: rgb(238,17,34); }
td.TdClassName
{
border-color: #EE1122;
}
.TagClassName
{
border-color: #EE1122;
}
</style>