Shades of Torch Red #EE0842
Tints of Torch Red #EE0842
RGB
CMYK
RGB Variations
Color information
#EE0842 (or 0xEE0842) is known color: Torch Red. HEX triplet: EE, 08 and 42. RGB value is (238,8,66). Sum of RGB (Red+Green+Blue) = 238+8+66=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0842 is #11F7BD. Grayscale: #535353. Windows color (decimal): -1177534 or 4327662. OLE color: 4327662.
HSL color Cylindrical-coordinate representation of color #EE0842: hue angle of 344.87º degrees, saturation: 0.93, 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 #EE0842 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 66 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.07 |
| HSL | 344.87º | 0.93% | 0.48% | - |
| HSV(B) | 344.87º | 0.97% | 0.93% | - |
| XYZ | 36.33 | 18.74 | 6.86 | - |
| YUV | 83.38 | 118.2 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 66 | 0 | 0.97 | 0.72 | 0.07 | 344.87 | 0.93 | 0.48 |
| Hex | EE | 8 | 42 | 0 | 61 | 48 | 7 | 159 | 5D | 30 |
| Octal | 356 | 10 | 102 | 0 | 141 | 110 | 7 | 531 | 135 | 60 |
| Binary | 11101110 | 1000 | 1000010 | 0 | 1100001 | 1001000 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #EE0842
Complementary color
Monochromatic Colors of #EE0842
Black with #EE0842
Text Example
Text Example
White with #EE0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0842; }
p { color: rgb(238,8,66); }
H1.HeaderClassName
{
color: #EE0842;
}
.AnyTagClassName
{
color: #EE0842;
}
</style>
background-color css
<style>
a { background-color: #EE0842; }
a { background-color: rgb(238,8,66); }
div.DivClassName
{
background-color: #EE0842;
}
.BgClassName
{
background-color: #EE0842;
}
</style>
border-color css
<style>
span { border-color: #EE0842; }
span { border-color: rgb(238,8,66); }
td.TdClassName
{
border-color: #EE0842;
}
.TagClassName
{
border-color: #EE0842;
}
</style>