Shades of Torch Red #EE0A2D
Tints of Torch Red #EE0A2D
RGB
CMYK
RGB Variations
Color information
#EE0A2D (or 0xEE0A2D) is known color: Torch Red. HEX triplet: EE, 0A and 2D. RGB value is (238,10,45). Sum of RGB (Red+Green+Blue) = 238+10+45=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A2D is #11F5D2. Grayscale: #525252. Windows color (decimal): -1177043 or 2951918. OLE color: 2951918.
HSL color Cylindrical-coordinate representation of color #EE0A2D: hue angle of 350.79º 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 #EE0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.79º | 0.92% | 0.49% | - |
| HSV(B) | 350.79º | 0.96% | 0.93% | - |
| XYZ | 35.84 | 18.58 | 4.18 | - |
| YUV | 82.16 | 107.04 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 45 | 0 | 0.96 | 0.81 | 0.07 | 350.79 | 0.92 | 0.49 |
| Hex | EE | A | 2D | 0 | 60 | 51 | 7 | 15F | 5C | 31 |
| Octal | 356 | 12 | 55 | 0 | 140 | 121 | 7 | 537 | 134 | 61 |
| Binary | 11101110 | 1010 | 101101 | 0 | 1100000 | 1010001 | 111 | 101011111 | 1011100 | 110001 |
Color Harmonies of #EE0A2D
Complementary color
Monochromatic Colors of #EE0A2D
Black with #EE0A2D
Text Example
Text Example
White with #EE0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A2D; }
p { color: rgb(238,10,45); }
H1.HeaderClassName
{
color: #EE0A2D;
}
.AnyTagClassName
{
color: #EE0A2D;
}
</style>
background-color css
<style>
a { background-color: #EE0A2D; }
a { background-color: rgb(238,10,45); }
div.DivClassName
{
background-color: #EE0A2D;
}
.BgClassName
{
background-color: #EE0A2D;
}
</style>
border-color css
<style>
span { border-color: #EE0A2D; }
span { border-color: rgb(238,10,45); }
td.TdClassName
{
border-color: #EE0A2D;
}
.TagClassName
{
border-color: #EE0A2D;
}
</style>