Shades of Torch Red #EE1136
Tints of Torch Red #EE1136
RGB
CMYK
RGB Variations
Color information
#EE1136 (or 0xEE1136) is known color: Torch Red. HEX triplet: EE, 11 and 36. RGB value is (238,17,54). Sum of RGB (Red+Green+Blue) = 238+17+54=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1136 is #11EEC9. Grayscale: #575757. Windows color (decimal): -1175242 or 3543534. OLE color: 3543534.
HSL color Cylindrical-coordinate representation of color #EE1136: hue angle of 349.95º 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 #EE1136 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.07 |
| HSL | 349.95º | 0.87% | 0.5% | - |
| HSV(B) | 349.95º | 0.93% | 0.93% | - |
| XYZ | 36.13 | 18.84 | 5.22 | - |
| YUV | 87.3 | 109.22 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 54 | 0 | 0.93 | 0.77 | 0.07 | 349.95 | 0.87 | 0.5 |
| Hex | EE | 11 | 36 | 0 | 5D | 4D | 7 | 15E | 57 | 32 |
| Octal | 356 | 21 | 66 | 0 | 135 | 115 | 7 | 536 | 127 | 62 |
| Binary | 11101110 | 10001 | 110110 | 0 | 1011101 | 1001101 | 111 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EE1136
Complementary color
Monochromatic Colors of #EE1136
Black with #EE1136
Text Example
Text Example
White with #EE1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1136; }
p { color: rgb(238,17,54); }
H1.HeaderClassName
{
color: #EE1136;
}
.AnyTagClassName
{
color: #EE1136;
}
</style>
background-color css
<style>
a { background-color: #EE1136; }
a { background-color: rgb(238,17,54); }
div.DivClassName
{
background-color: #EE1136;
}
.BgClassName
{
background-color: #EE1136;
}
</style>
border-color css
<style>
span { border-color: #EE1136; }
span { border-color: rgb(238,17,54); }
td.TdClassName
{
border-color: #EE1136;
}
.TagClassName
{
border-color: #EE1136;
}
</style>