Shades of Torch Red #EE0943
Tints of Torch Red #EE0943
RGB
CMYK
RGB Variations
Color information
#EE0943 (or 0xEE0943) is known color: Torch Red. HEX triplet: EE, 09 and 43. RGB value is (238,9,67). Sum of RGB (Red+Green+Blue) = 238+9+67=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0943 is #11F6BC. Grayscale: #545454. Windows color (decimal): -1177277 or 4393454. OLE color: 4393454.
HSL color Cylindrical-coordinate representation of color #EE0943: hue angle of 344.8º 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 #EE0943 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.07 |
| HSL | 344.8º | 0.93% | 0.48% | - |
| HSV(B) | 344.8º | 0.96% | 0.93% | - |
| XYZ | 36.37 | 18.78 | 7.02 | - |
| YUV | 84.08 | 118.37 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 67 | 0 | 0.96 | 0.72 | 0.07 | 344.8 | 0.93 | 0.48 |
| Hex | EE | 9 | 43 | 0 | 60 | 48 | 7 | 159 | 5D | 30 |
| Octal | 356 | 11 | 103 | 0 | 140 | 110 | 7 | 531 | 135 | 60 |
| Binary | 11101110 | 1001 | 1000011 | 0 | 1100000 | 1001000 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #EE0943
Complementary color
Monochromatic Colors of #EE0943
Black with #EE0943
Text Example
Text Example
White with #EE0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0943; }
p { color: rgb(238,9,67); }
H1.HeaderClassName
{
color: #EE0943;
}
.AnyTagClassName
{
color: #EE0943;
}
</style>
background-color css
<style>
a { background-color: #EE0943; }
a { background-color: rgb(238,9,67); }
div.DivClassName
{
background-color: #EE0943;
}
.BgClassName
{
background-color: #EE0943;
}
</style>
border-color css
<style>
span { border-color: #EE0943; }
span { border-color: rgb(238,9,67); }
td.TdClassName
{
border-color: #EE0943;
}
.TagClassName
{
border-color: #EE0943;
}
</style>