Shades of Torch Red #EE1128
Tints of Torch Red #EE1128
RGB
CMYK
RGB Variations
Color information
#EE1128 (or 0xEE1128) is known color: Torch Red. HEX triplet: EE, 11 and 28. RGB value is (238,17,40). Sum of RGB (Red+Green+Blue) = 238+17+40=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1128 is #11EED7. Grayscale: #555555. Windows color (decimal): -1175256 or 2626030. OLE color: 2626030.
HSL color Cylindrical-coordinate representation of color #EE1128: hue angle of 353.76º 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 #EE1128 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.07 |
| HSL | 353.76º | 0.87% | 0.5% | - |
| HSV(B) | 353.76º | 0.93% | 0.93% | - |
| XYZ | 35.84 | 18.73 | 3.73 | - |
| YUV | 85.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 40 | 0 | 0.93 | 0.83 | 0.07 | 353.76 | 0.87 | 0.5 |
| Hex | EE | 11 | 28 | 0 | 5D | 53 | 7 | 162 | 57 | 32 |
| Octal | 356 | 21 | 50 | 0 | 135 | 123 | 7 | 542 | 127 | 62 |
| Binary | 11101110 | 10001 | 101000 | 0 | 1011101 | 1010011 | 111 | 101100010 | 1010111 | 110010 |
Color Harmonies of #EE1128
Complementary color
Monochromatic Colors of #EE1128
Black with #EE1128
Text Example
Text Example
White with #EE1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1128; }
p { color: rgb(238,17,40); }
H1.HeaderClassName
{
color: #EE1128;
}
.AnyTagClassName
{
color: #EE1128;
}
</style>
background-color css
<style>
a { background-color: #EE1128; }
a { background-color: rgb(238,17,40); }
div.DivClassName
{
background-color: #EE1128;
}
.BgClassName
{
background-color: #EE1128;
}
</style>
border-color css
<style>
span { border-color: #EE1128; }
span { border-color: rgb(238,17,40); }
td.TdClassName
{
border-color: #EE1128;
}
.TagClassName
{
border-color: #EE1128;
}
</style>