Shades of Torch Red #EE0942
Tints of Torch Red #EE0942
RGB
CMYK
RGB Variations
Color information
#EE0942 (or 0xEE0942) is known color: Torch Red. HEX triplet: EE, 09 and 42. RGB value is (238,9,66). Sum of RGB (Red+Green+Blue) = 238+9+66=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0942 is #11F6BD. Grayscale: #535353. Windows color (decimal): -1177278 or 4327918. OLE color: 4327918.
HSL color Cylindrical-coordinate representation of color #EE0942: hue angle of 345.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0942 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 66 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.07 |
| HSL | 345.07º | 0.93% | 0.48% | - |
| HSV(B) | 345.07º | 0.96% | 0.93% | - |
| XYZ | 36.34 | 18.77 | 6.86 | - |
| YUV | 83.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 66 | 0 | 0.96 | 0.72 | 0.07 | 345.07 | 0.93 | 0.48 |
| Hex | EE | 9 | 42 | 0 | 60 | 48 | 7 | 159 | 5D | 30 |
| Octal | 356 | 11 | 102 | 0 | 140 | 110 | 7 | 531 | 135 | 60 |
| Binary | 11101110 | 1001 | 1000010 | 0 | 1100000 | 1001000 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #EE0942
Complementary color
Monochromatic Colors of #EE0942
Black with #EE0942
Text Example
Text Example
White with #EE0942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0942; }
p { color: rgb(238,9,66); }
H1.HeaderClassName
{
color: #EE0942;
}
.AnyTagClassName
{
color: #EE0942;
}
</style>
background-color css
<style>
a { background-color: #EE0942; }
a { background-color: rgb(238,9,66); }
div.DivClassName
{
background-color: #EE0942;
}
.BgClassName
{
background-color: #EE0942;
}
</style>
border-color css
<style>
span { border-color: #EE0942; }
span { border-color: rgb(238,9,66); }
td.TdClassName
{
border-color: #EE0942;
}
.TagClassName
{
border-color: #EE0942;
}
</style>