Shades of Torch Red #EE073C
Tints of Torch Red #EE073C
RGB
CMYK
RGB Variations
Color information
#EE073C (or 0xEE073C) is known color: Torch Red. HEX triplet: EE, 07 and 3C. RGB value is (238,7,60). Sum of RGB (Red+Green+Blue) = 238+7+60=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE073C is #11F8C3. Grayscale: #525252. Windows color (decimal): -1177796 or 3934190. OLE color: 3934190.
HSL color Cylindrical-coordinate representation of color #EE073C: hue angle of 346.23º 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 #EE073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 346.23º | 0.94% | 0.48% | - |
| HSV(B) | 346.23º | 0.97% | 0.93% | - |
| XYZ | 36.15 | 18.66 | 5.97 | - |
| YUV | 82.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 60 | 0 | 0.97 | 0.75 | 0.07 | 346.23 | 0.94 | 0.48 |
| Hex | EE | 7 | 3C | 0 | 61 | 4B | 7 | 15A | 5E | 30 |
| Octal | 356 | 7 | 74 | 0 | 141 | 113 | 7 | 532 | 136 | 60 |
| Binary | 11101110 | 111 | 111100 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EE073C
Complementary color
Monochromatic Colors of #EE073C
Black with #EE073C
Text Example
Text Example
White with #EE073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE073C; }
p { color: rgb(238,7,60); }
H1.HeaderClassName
{
color: #EE073C;
}
.AnyTagClassName
{
color: #EE073C;
}
</style>
background-color css
<style>
a { background-color: #EE073C; }
a { background-color: rgb(238,7,60); }
div.DivClassName
{
background-color: #EE073C;
}
.BgClassName
{
background-color: #EE073C;
}
</style>
border-color css
<style>
span { border-color: #EE073C; }
span { border-color: rgb(238,7,60); }
td.TdClassName
{
border-color: #EE073C;
}
.TagClassName
{
border-color: #EE073C;
}
</style>