Shades of Torch Red #EE1123
Tints of Torch Red #EE1123
RGB
CMYK
RGB Variations
Color information
#EE1123 (or 0xEE1123) is known color: Torch Red. HEX triplet: EE, 11 and 23. RGB value is (238,17,35). Sum of RGB (Red+Green+Blue) = 238+17+35=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1123 is #11EEDC. Grayscale: #555555. Windows color (decimal): -1175261 or 2298350. OLE color: 2298350.
HSL color Cylindrical-coordinate representation of color #EE1123: hue angle of 355.11º 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 #EE1123 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 35 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.07 |
| HSL | 355.11º | 0.87% | 0.5% | - |
| HSV(B) | 355.11º | 0.93% | 0.93% | - |
| XYZ | 35.76 | 18.7 | 3.31 | - |
| YUV | 85.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 35 | 0 | 0.93 | 0.85 | 0.07 | 355.11 | 0.87 | 0.5 |
| Hex | EE | 11 | 23 | 0 | 5D | 55 | 7 | 163 | 57 | 32 |
| Octal | 356 | 21 | 43 | 0 | 135 | 125 | 7 | 543 | 127 | 62 |
| Binary | 11101110 | 10001 | 100011 | 0 | 1011101 | 1010101 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EE1123
Complementary color
Monochromatic Colors of #EE1123
Black with #EE1123
Text Example
Text Example
White with #EE1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1123; }
p { color: rgb(238,17,35); }
H1.HeaderClassName
{
color: #EE1123;
}
.AnyTagClassName
{
color: #EE1123;
}
</style>
background-color css
<style>
a { background-color: #EE1123; }
a { background-color: rgb(238,17,35); }
div.DivClassName
{
background-color: #EE1123;
}
.BgClassName
{
background-color: #EE1123;
}
</style>
border-color css
<style>
span { border-color: #EE1123; }
span { border-color: rgb(238,17,35); }
td.TdClassName
{
border-color: #EE1123;
}
.TagClassName
{
border-color: #EE1123;
}
</style>