Shades of Torch Red #EE0239
Tints of Torch Red #EE0239
RGB
CMYK
RGB Variations
Color information
#EE0239 (or 0xEE0239) is known color: Torch Red. HEX triplet: EE, 02 and 39. RGB value is (238,2,57). Sum of RGB (Red+Green+Blue) = 238+2+57=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0239 is #11FDC6. Grayscale: #4E4E4E. Windows color (decimal): -1179079 or 3736302. OLE color: 3736302.
HSL color Cylindrical-coordinate representation of color #EE0239: hue angle of 346.02º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0239 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.07 |
| HSL | 346.02º | 0.98% | 0.47% | - |
| HSV(B) | 346.02º | 0.99% | 0.93% | - |
| XYZ | 36.02 | 18.52 | 5.55 | - |
| YUV | 78.83 | 115.69 | 241.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 57 | 0 | 0.99 | 0.76 | 0.07 | 346.02 | 0.98 | 0.47 |
| Hex | EE | 2 | 39 | 0 | 63 | 4C | 7 | 15A | 62 | 2F |
| Octal | 356 | 2 | 71 | 0 | 143 | 114 | 7 | 532 | 142 | 57 |
| Binary | 11101110 | 10 | 111001 | 0 | 1100011 | 1001100 | 111 | 101011010 | 1100010 | 101111 |
Color Harmonies of #EE0239
Complementary color
Monochromatic Colors of #EE0239
Black with #EE0239
Text Example
Text Example
White with #EE0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0239; }
p { color: rgb(238,2,57); }
H1.HeaderClassName
{
color: #EE0239;
}
.AnyTagClassName
{
color: #EE0239;
}
</style>
background-color css
<style>
a { background-color: #EE0239; }
a { background-color: rgb(238,2,57); }
div.DivClassName
{
background-color: #EE0239;
}
.BgClassName
{
background-color: #EE0239;
}
</style>
border-color css
<style>
span { border-color: #EE0239; }
span { border-color: rgb(238,2,57); }
td.TdClassName
{
border-color: #EE0239;
}
.TagClassName
{
border-color: #EE0239;
}
</style>