Shades of Torch Red #EE0742
Tints of Torch Red #EE0742
RGB
CMYK
RGB Variations
Color information
#EE0742 (or 0xEE0742) is known color: Torch Red. HEX triplet: EE, 07 and 42. RGB value is (238,7,66). Sum of RGB (Red+Green+Blue) = 238+7+66=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0742 is #11F8BD. Grayscale: #525252. Windows color (decimal): -1177790 or 4327406. OLE color: 4327406.
HSL color Cylindrical-coordinate representation of color #EE0742: hue angle of 344.68º 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 #EE0742 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.07 |
| HSL | 344.68º | 0.94% | 0.48% | - |
| HSV(B) | 344.68º | 0.97% | 0.93% | - |
| XYZ | 36.32 | 18.72 | 6.85 | - |
| YUV | 82.8 | 118.53 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 66 | 0 | 0.97 | 0.72 | 0.07 | 344.68 | 0.94 | 0.48 |
| Hex | EE | 7 | 42 | 0 | 61 | 48 | 7 | 159 | 5E | 30 |
| Octal | 356 | 7 | 102 | 0 | 141 | 110 | 7 | 531 | 136 | 60 |
| Binary | 11101110 | 111 | 1000010 | 0 | 1100001 | 1001000 | 111 | 101011001 | 1011110 | 110000 |
Color Harmonies of #EE0742
Complementary color
Monochromatic Colors of #EE0742
Black with #EE0742
Text Example
Text Example
White with #EE0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0742; }
p { color: rgb(238,7,66); }
H1.HeaderClassName
{
color: #EE0742;
}
.AnyTagClassName
{
color: #EE0742;
}
</style>
background-color css
<style>
a { background-color: #EE0742; }
a { background-color: rgb(238,7,66); }
div.DivClassName
{
background-color: #EE0742;
}
.BgClassName
{
background-color: #EE0742;
}
</style>
border-color css
<style>
span { border-color: #EE0742; }
span { border-color: rgb(238,7,66); }
td.TdClassName
{
border-color: #EE0742;
}
.TagClassName
{
border-color: #EE0742;
}
</style>