Shades of Torch Red #EE043E
Tints of Torch Red #EE043E
RGB
CMYK
RGB Variations
Color information
#EE043E (or 0xEE043E) is known color: Torch Red. HEX triplet: EE, 04 and 3E. RGB value is (238,4,62). Sum of RGB (Red+Green+Blue) = 238+4+62=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE043E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE043E is #11FBC1. Grayscale: #505050. Windows color (decimal): -1178562 or 4064494. OLE color: 4064494.
HSL color Cylindrical-coordinate representation of color #EE043E: hue angle of 345.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE043E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.07 |
| HSL | 345.13º | 0.97% | 0.47% | - |
| HSV(B) | 345.13º | 0.98% | 0.93% | - |
| XYZ | 36.17 | 18.61 | 6.24 | - |
| YUV | 80.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 62 | 0 | 0.98 | 0.74 | 0.07 | 345.13 | 0.97 | 0.47 |
| Hex | EE | 4 | 3E | 0 | 62 | 4A | 7 | 159 | 61 | 2F |
| Octal | 356 | 4 | 76 | 0 | 142 | 112 | 7 | 531 | 141 | 57 |
| Binary | 11101110 | 100 | 111110 | 0 | 1100010 | 1001010 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #EE043E
Complementary color
Monochromatic Colors of #EE043E
Black with #EE043E
Text Example
Text Example
White with #EE043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE043E; }
p { color: rgb(238,4,62); }
H1.HeaderClassName
{
color: #EE043E;
}
.AnyTagClassName
{
color: #EE043E;
}
</style>
background-color css
<style>
a { background-color: #EE043E; }
a { background-color: rgb(238,4,62); }
div.DivClassName
{
background-color: #EE043E;
}
.BgClassName
{
background-color: #EE043E;
}
</style>
border-color css
<style>
span { border-color: #EE043E; }
span { border-color: rgb(238,4,62); }
td.TdClassName
{
border-color: #EE043E;
}
.TagClassName
{
border-color: #EE043E;
}
</style>