Shades of Torch Red #EE1239
Tints of Torch Red #EE1239
RGB
CMYK
RGB Variations
Color information
#EE1239 (or 0xEE1239) is known color: Torch Red. HEX triplet: EE, 12 and 39. RGB value is (238,18,57). Sum of RGB (Red+Green+Blue) = 238+18+57=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1239 is #11EDC6. Grayscale: #585858. Windows color (decimal): -1174983 or 3740398. OLE color: 3740398.
HSL color Cylindrical-coordinate representation of color #EE1239: hue angle of 349.36º 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 #EE1239 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 57 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.07 |
| HSL | 349.36º | 0.87% | 0.5% | - |
| HSV(B) | 349.36º | 0.92% | 0.93% | - |
| XYZ | 36.21 | 18.91 | 5.61 | - |
| YUV | 88.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 57 | 0 | 0.92 | 0.76 | 0.07 | 349.36 | 0.87 | 0.5 |
| Hex | EE | 12 | 39 | 0 | 5C | 4C | 7 | 15D | 57 | 32 |
| Octal | 356 | 22 | 71 | 0 | 134 | 114 | 7 | 535 | 127 | 62 |
| Binary | 11101110 | 10010 | 111001 | 0 | 1011100 | 1001100 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EE1239
Complementary color
Monochromatic Colors of #EE1239
Black with #EE1239
Text Example
Text Example
White with #EE1239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1239; }
p { color: rgb(238,18,57); }
H1.HeaderClassName
{
color: #EE1239;
}
.AnyTagClassName
{
color: #EE1239;
}
</style>
background-color css
<style>
a { background-color: #EE1239; }
a { background-color: rgb(238,18,57); }
div.DivClassName
{
background-color: #EE1239;
}
.BgClassName
{
background-color: #EE1239;
}
</style>
border-color css
<style>
span { border-color: #EE1239; }
span { border-color: rgb(238,18,57); }
td.TdClassName
{
border-color: #EE1239;
}
.TagClassName
{
border-color: #EE1239;
}
</style>