Shades of Torch Red #EE0729
Tints of Torch Red #EE0729
RGB
CMYK
RGB Variations
Color information
#EE0729 (or 0xEE0729) is known color: Torch Red. HEX triplet: EE, 07 and 29. RGB value is (238,7,41). Sum of RGB (Red+Green+Blue) = 238+7+41=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0729 is #11F8D6. Grayscale: #505050. Windows color (decimal): -1177815 or 2689006. OLE color: 2689006.
HSL color Cylindrical-coordinate representation of color #EE0729: hue angle of 351.17º 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 #EE0729 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.07 |
| HSL | 351.17º | 0.94% | 0.48% | - |
| HSV(B) | 351.17º | 0.97% | 0.93% | - |
| XYZ | 35.74 | 18.49 | 3.78 | - |
| YUV | 79.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 41 | 0 | 0.97 | 0.83 | 0.07 | 351.17 | 0.94 | 0.48 |
| Hex | EE | 7 | 29 | 0 | 61 | 53 | 7 | 15F | 5E | 30 |
| Octal | 356 | 7 | 51 | 0 | 141 | 123 | 7 | 537 | 136 | 60 |
| Binary | 11101110 | 111 | 101001 | 0 | 1100001 | 1010011 | 111 | 101011111 | 1011110 | 110000 |
Color Harmonies of #EE0729
Complementary color
Monochromatic Colors of #EE0729
Black with #EE0729
Text Example
Text Example
White with #EE0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0729; }
p { color: rgb(238,7,41); }
H1.HeaderClassName
{
color: #EE0729;
}
.AnyTagClassName
{
color: #EE0729;
}
</style>
background-color css
<style>
a { background-color: #EE0729; }
a { background-color: rgb(238,7,41); }
div.DivClassName
{
background-color: #EE0729;
}
.BgClassName
{
background-color: #EE0729;
}
</style>
border-color css
<style>
span { border-color: #EE0729; }
span { border-color: rgb(238,7,41); }
td.TdClassName
{
border-color: #EE0729;
}
.TagClassName
{
border-color: #EE0729;
}
</style>