Shades of Torch Red #EE072D
Tints of Torch Red #EE072D
RGB
CMYK
RGB Variations
Color information
#EE072D (or 0xEE072D) is known color: Torch Red. HEX triplet: EE, 07 and 2D. RGB value is (238,7,45). Sum of RGB (Red+Green+Blue) = 238+7+45=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE072D is #11F8D2. Grayscale: #505050. Windows color (decimal): -1177811 or 2951150. OLE color: 2951150.
HSL color Cylindrical-coordinate representation of color #EE072D: hue angle of 350.13º 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 #EE072D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 350.13º | 0.94% | 0.48% | - |
| HSV(B) | 350.13º | 0.97% | 0.93% | - |
| XYZ | 35.81 | 18.52 | 4.17 | - |
| YUV | 80.4 | 108.03 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 45 | 0 | 0.97 | 0.81 | 0.07 | 350.13 | 0.94 | 0.48 |
| Hex | EE | 7 | 2D | 0 | 61 | 51 | 7 | 15E | 5E | 30 |
| Octal | 356 | 7 | 55 | 0 | 141 | 121 | 7 | 536 | 136 | 60 |
| Binary | 11101110 | 111 | 101101 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011110 | 110000 |
Color Harmonies of #EE072D
Complementary color
Monochromatic Colors of #EE072D
Black with #EE072D
Text Example
Text Example
White with #EE072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE072D; }
p { color: rgb(238,7,45); }
H1.HeaderClassName
{
color: #EE072D;
}
.AnyTagClassName
{
color: #EE072D;
}
</style>
background-color css
<style>
a { background-color: #EE072D; }
a { background-color: rgb(238,7,45); }
div.DivClassName
{
background-color: #EE072D;
}
.BgClassName
{
background-color: #EE072D;
}
</style>
border-color css
<style>
span { border-color: #EE072D; }
span { border-color: rgb(238,7,45); }
td.TdClassName
{
border-color: #EE072D;
}
.TagClassName
{
border-color: #EE072D;
}
</style>