Shades of Torch Red #EE0A39
Tints of Torch Red #EE0A39
RGB
CMYK
RGB Variations
Color information
#EE0A39 (or 0xEE0A39) is known color: Torch Red. HEX triplet: EE, 0A and 39. RGB value is (238,10,57). Sum of RGB (Red+Green+Blue) = 238+10+57=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A39 is #11F5C6. Grayscale: #535353. Windows color (decimal): -1177031 or 3738350. OLE color: 3738350.
HSL color Cylindrical-coordinate representation of color #EE0A39: hue angle of 347.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.07 |
| HSL | 347.63º | 0.92% | 0.49% | - |
| HSV(B) | 347.63º | 0.96% | 0.93% | - |
| XYZ | 36.11 | 18.69 | 5.58 | - |
| YUV | 83.53 | 113.04 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 57 | 0 | 0.96 | 0.76 | 0.07 | 347.63 | 0.92 | 0.49 |
| Hex | EE | A | 39 | 0 | 60 | 4C | 7 | 15C | 5C | 31 |
| Octal | 356 | 12 | 71 | 0 | 140 | 114 | 7 | 534 | 134 | 61 |
| Binary | 11101110 | 1010 | 111001 | 0 | 1100000 | 1001100 | 111 | 101011100 | 1011100 | 110001 |
Color Harmonies of #EE0A39
Complementary color
Monochromatic Colors of #EE0A39
Black with #EE0A39
Text Example
Text Example
White with #EE0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A39; }
p { color: rgb(238,10,57); }
H1.HeaderClassName
{
color: #EE0A39;
}
.AnyTagClassName
{
color: #EE0A39;
}
</style>
background-color css
<style>
a { background-color: #EE0A39; }
a { background-color: rgb(238,10,57); }
div.DivClassName
{
background-color: #EE0A39;
}
.BgClassName
{
background-color: #EE0A39;
}
</style>
border-color css
<style>
span { border-color: #EE0A39; }
span { border-color: rgb(238,10,57); }
td.TdClassName
{
border-color: #EE0A39;
}
.TagClassName
{
border-color: #EE0A39;
}
</style>