Shades of Torch Red #EE0740
Tints of Torch Red #EE0740
RGB
CMYK
RGB Variations
Color information
#EE0740 (or 0xEE0740) is known color: Torch Red. HEX triplet: EE, 07 and 40. RGB value is (238,7,64). Sum of RGB (Red+Green+Blue) = 238+7+64=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0740 is #11F8BF. Grayscale: #525252. Windows color (decimal): -1177792 or 4196334. OLE color: 4196334.
HSL color Cylindrical-coordinate representation of color #EE0740: hue angle of 345.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0740 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.07 |
| HSL | 345.19º | 0.94% | 0.48% | - |
| HSV(B) | 345.19º | 0.97% | 0.93% | - |
| XYZ | 36.26 | 18.7 | 6.55 | - |
| YUV | 82.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 64 | 0 | 0.97 | 0.73 | 0.07 | 345.19 | 0.94 | 0.48 |
| Hex | EE | 7 | 40 | 0 | 61 | 49 | 7 | 159 | 5E | 30 |
| Octal | 356 | 7 | 100 | 0 | 141 | 111 | 7 | 531 | 136 | 60 |
| Binary | 11101110 | 111 | 1000000 | 0 | 1100001 | 1001001 | 111 | 101011001 | 1011110 | 110000 |
Color Harmonies of #EE0740
Complementary color
Monochromatic Colors of #EE0740
Black with #EE0740
Text Example
Text Example
White with #EE0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0740; }
p { color: rgb(238,7,64); }
H1.HeaderClassName
{
color: #EE0740;
}
.AnyTagClassName
{
color: #EE0740;
}
</style>
background-color css
<style>
a { background-color: #EE0740; }
a { background-color: rgb(238,7,64); }
div.DivClassName
{
background-color: #EE0740;
}
.BgClassName
{
background-color: #EE0740;
}
</style>
border-color css
<style>
span { border-color: #EE0740; }
span { border-color: rgb(238,7,64); }
td.TdClassName
{
border-color: #EE0740;
}
.TagClassName
{
border-color: #EE0740;
}
</style>