Shades of Torch Red #EE0744
Tints of Torch Red #EE0744
RGB
CMYK
RGB Variations
Color information
#EE0744 (or 0xEE0744) is known color: Torch Red. HEX triplet: EE, 07 and 44. RGB value is (238,7,68). Sum of RGB (Red+Green+Blue) = 238+7+68=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0744 is #11F8BB. Grayscale: #535353. Windows color (decimal): -1177788 or 4458478. OLE color: 4458478.
HSL color Cylindrical-coordinate representation of color #EE0744: hue angle of 344.16º 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 #EE0744 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.07 |
| HSL | 344.16º | 0.94% | 0.48% | - |
| HSV(B) | 344.16º | 0.97% | 0.93% | - |
| XYZ | 36.38 | 18.75 | 7.17 | - |
| YUV | 83.02 | 119.53 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 68 | 0 | 0.97 | 0.71 | 0.07 | 344.16 | 0.94 | 0.48 |
| Hex | EE | 7 | 44 | 0 | 61 | 47 | 7 | 158 | 5E | 30 |
| Octal | 356 | 7 | 104 | 0 | 141 | 107 | 7 | 530 | 136 | 60 |
| Binary | 11101110 | 111 | 1000100 | 0 | 1100001 | 1000111 | 111 | 101011000 | 1011110 | 110000 |
Color Harmonies of #EE0744
Complementary color
Monochromatic Colors of #EE0744
Black with #EE0744
Text Example
Text Example
White with #EE0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0744; }
p { color: rgb(238,7,68); }
H1.HeaderClassName
{
color: #EE0744;
}
.AnyTagClassName
{
color: #EE0744;
}
</style>
background-color css
<style>
a { background-color: #EE0744; }
a { background-color: rgb(238,7,68); }
div.DivClassName
{
background-color: #EE0744;
}
.BgClassName
{
background-color: #EE0744;
}
</style>
border-color css
<style>
span { border-color: #EE0744; }
span { border-color: rgb(238,7,68); }
td.TdClassName
{
border-color: #EE0744;
}
.TagClassName
{
border-color: #EE0744;
}
</style>