Shades of Torch Red #EE0E34
Tints of Torch Red #EE0E34
RGB
CMYK
RGB Variations
Color information
#EE0E34 (or 0xEE0E34) is known color: Torch Red. HEX triplet: EE, 0E and 34. RGB value is (238,14,52). Sum of RGB (Red+Green+Blue) = 238+14+52=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E34 is #11F1CB. Grayscale: #555555. Windows color (decimal): -1176012 or 3411694. OLE color: 3411694.
HSL color Cylindrical-coordinate representation of color #EE0E34: hue angle of 349.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E34 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 52 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.07 |
| HSL | 349.82º | 0.89% | 0.49% | - |
| HSV(B) | 349.82º | 0.94% | 0.93% | - |
| XYZ | 36.04 | 18.74 | 4.97 | - |
| YUV | 85.31 | 109.21 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 52 | 0 | 0.94 | 0.78 | 0.07 | 349.82 | 0.89 | 0.49 |
| Hex | EE | E | 34 | 0 | 5E | 4E | 7 | 15E | 59 | 31 |
| Octal | 356 | 16 | 64 | 0 | 136 | 116 | 7 | 536 | 131 | 61 |
| Binary | 11101110 | 1110 | 110100 | 0 | 1011110 | 1001110 | 111 | 101011110 | 1011001 | 110001 |
Color Harmonies of #EE0E34
Complementary color
Monochromatic Colors of #EE0E34
Black with #EE0E34
Text Example
Text Example
White with #EE0E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E34; }
p { color: rgb(238,14,52); }
H1.HeaderClassName
{
color: #EE0E34;
}
.AnyTagClassName
{
color: #EE0E34;
}
</style>
background-color css
<style>
a { background-color: #EE0E34; }
a { background-color: rgb(238,14,52); }
div.DivClassName
{
background-color: #EE0E34;
}
.BgClassName
{
background-color: #EE0E34;
}
</style>
border-color css
<style>
span { border-color: #EE0E34; }
span { border-color: rgb(238,14,52); }
td.TdClassName
{
border-color: #EE0E34;
}
.TagClassName
{
border-color: #EE0E34;
}
</style>