Shades of Torch Red #EE0139
Tints of Torch Red #EE0139
RGB
CMYK
RGB Variations
Color information
#EE0139 (or 0xEE0139) is known color: Torch Red. HEX triplet: EE, 01 and 39. RGB value is (238,1,57). Sum of RGB (Red+Green+Blue) = 238+1+57=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0139 is #11FEC6. Grayscale: #4E4E4E. Windows color (decimal): -1179335 or 3736046. OLE color: 3736046.
HSL color Cylindrical-coordinate representation of color #EE0139: hue angle of 345.82º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0139 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.07 |
| HSL | 345.82º | 0.99% | 0.47% | - |
| HSV(B) | 345.82º | 1% | 0.93% | - |
| XYZ | 36.01 | 18.49 | 5.54 | - |
| YUV | 78.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 57 | 0 | 1.00 | 0.76 | 0.07 | 345.82 | 0.99 | 0.47 |
| Hex | EE | 1 | 39 | 0 | 64 | 4C | 7 | 15A | 63 | 2F |
| Octal | 356 | 1 | 71 | 0 | 144 | 114 | 7 | 532 | 143 | 57 |
| Binary | 11101110 | 1 | 111001 | 0 | 1100100 | 1001100 | 111 | 101011010 | 1100011 | 101111 |
Color Harmonies of #EE0139
Complementary color
Monochromatic Colors of #EE0139
Black with #EE0139
Text Example
Text Example
White with #EE0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0139; }
p { color: rgb(238,1,57); }
H1.HeaderClassName
{
color: #EE0139;
}
.AnyTagClassName
{
color: #EE0139;
}
</style>
background-color css
<style>
a { background-color: #EE0139; }
a { background-color: rgb(238,1,57); }
div.DivClassName
{
background-color: #EE0139;
}
.BgClassName
{
background-color: #EE0139;
}
</style>
border-color css
<style>
span { border-color: #EE0139; }
span { border-color: rgb(238,1,57); }
td.TdClassName
{
border-color: #EE0139;
}
.TagClassName
{
border-color: #EE0139;
}
</style>