Shades of Torch Red #EE0A2E
Tints of Torch Red #EE0A2E
RGB
CMYK
RGB Variations
Color information
#EE0A2E (or 0xEE0A2E) is known color: Torch Red. HEX triplet: EE, 0A and 2E. RGB value is (238,10,46). Sum of RGB (Red+Green+Blue) = 238+10+46=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A2E is #11F5D1. Grayscale: #525252. Windows color (decimal): -1177042 or 3017454. OLE color: 3017454.
HSL color Cylindrical-coordinate representation of color #EE0A2E: hue angle of 350.53º 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 #EE0A2E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 46 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.53º | 0.92% | 0.49% | - |
| HSV(B) | 350.53º | 0.96% | 0.93% | - |
| XYZ | 35.86 | 18.59 | 4.28 | - |
| YUV | 82.28 | 107.54 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 46 | 0 | 0.96 | 0.81 | 0.07 | 350.53 | 0.92 | 0.49 |
| Hex | EE | A | 2E | 0 | 60 | 51 | 7 | 15F | 5C | 31 |
| Octal | 356 | 12 | 56 | 0 | 140 | 121 | 7 | 537 | 134 | 61 |
| Binary | 11101110 | 1010 | 101110 | 0 | 1100000 | 1010001 | 111 | 101011111 | 1011100 | 110001 |
Color Harmonies of #EE0A2E
Complementary color
Monochromatic Colors of #EE0A2E
Black with #EE0A2E
Text Example
Text Example
White with #EE0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A2E; }
p { color: rgb(238,10,46); }
H1.HeaderClassName
{
color: #EE0A2E;
}
.AnyTagClassName
{
color: #EE0A2E;
}
</style>
background-color css
<style>
a { background-color: #EE0A2E; }
a { background-color: rgb(238,10,46); }
div.DivClassName
{
background-color: #EE0A2E;
}
.BgClassName
{
background-color: #EE0A2E;
}
</style>
border-color css
<style>
span { border-color: #EE0A2E; }
span { border-color: rgb(238,10,46); }
td.TdClassName
{
border-color: #EE0A2E;
}
.TagClassName
{
border-color: #EE0A2E;
}
</style>