Shades of Torch Red #EE0040
Tints of Torch Red #EE0040
RGB
CMYK
RGB Variations
Color information
#EE0040 (or 0xEE0040) is known color: Torch Red. HEX triplet: EE, 00 and 40. RGB value is (238,0,64). Sum of RGB (Red+Green+Blue) = 238+0+64=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0040 is #11FFBF. Grayscale: #4E4E4E. Windows color (decimal): -1179584 or 4194542. OLE color: 4194542.
HSL color Cylindrical-coordinate representation of color #EE0040: hue angle of 343.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0040 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.73 | 0.07 |
| HSL | 343.87º | 1% | 0.47% | - |
| HSV(B) | 343.87º | 1% | 0.93% | - |
| XYZ | 36.19 | 18.55 | 6.52 | - |
| YUV | 78.46 | 119.85 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 64 | 0 | 1 | 0.73 | 0.07 | 343.87 | 1 | 0.47 |
| Hex | EE | 0 | 40 | 0 | 64 | 49 | 7 | 158 | 64 | 2F |
| Octal | 356 | 0 | 100 | 0 | 144 | 111 | 7 | 530 | 144 | 57 |
| Binary | 11101110 | 0 | 1000000 | 0 | 1100100 | 1001001 | 111 | 101011000 | 1100100 | 101111 |
Color Harmonies of #EE0040
Complementary color
Monochromatic Colors of #EE0040
Black with #EE0040
Text Example
Text Example
White with #EE0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0040; }
p { color: rgb(238,0,64); }
H1.HeaderClassName
{
color: #EE0040;
}
.AnyTagClassName
{
color: #EE0040;
}
</style>
background-color css
<style>
a { background-color: #EE0040; }
a { background-color: rgb(238,0,64); }
div.DivClassName
{
background-color: #EE0040;
}
.BgClassName
{
background-color: #EE0040;
}
</style>
border-color css
<style>
span { border-color: #EE0040; }
span { border-color: rgb(238,0,64); }
td.TdClassName
{
border-color: #EE0040;
}
.TagClassName
{
border-color: #EE0040;
}
</style>