Shades of Torch Red #EE0A2B
Tints of Torch Red #EE0A2B
RGB
CMYK
RGB Variations
Color information
#EE0A2B (or 0xEE0A2B) is known color: Torch Red. HEX triplet: EE, 0A and 2B. RGB value is (238,10,43). Sum of RGB (Red+Green+Blue) = 238+10+43=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A2B is #11F5D4. Grayscale: #525252. Windows color (decimal): -1177045 or 2820846. OLE color: 2820846.
HSL color Cylindrical-coordinate representation of color #EE0A2B: hue angle of 351.32º 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 #EE0A2B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.07 |
| HSL | 351.32º | 0.92% | 0.49% | - |
| HSV(B) | 351.32º | 0.96% | 0.93% | - |
| XYZ | 35.8 | 18.57 | 3.98 | - |
| YUV | 81.93 | 106.04 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 43 | 0 | 0.96 | 0.82 | 0.07 | 351.32 | 0.92 | 0.49 |
| Hex | EE | A | 2B | 0 | 60 | 52 | 7 | 15F | 5C | 31 |
| Octal | 356 | 12 | 53 | 0 | 140 | 122 | 7 | 537 | 134 | 61 |
| Binary | 11101110 | 1010 | 101011 | 0 | 1100000 | 1010010 | 111 | 101011111 | 1011100 | 110001 |
Color Harmonies of #EE0A2B
Complementary color
Monochromatic Colors of #EE0A2B
Black with #EE0A2B
Text Example
Text Example
White with #EE0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A2B; }
p { color: rgb(238,10,43); }
H1.HeaderClassName
{
color: #EE0A2B;
}
.AnyTagClassName
{
color: #EE0A2B;
}
</style>
background-color css
<style>
a { background-color: #EE0A2B; }
a { background-color: rgb(238,10,43); }
div.DivClassName
{
background-color: #EE0A2B;
}
.BgClassName
{
background-color: #EE0A2B;
}
</style>
border-color css
<style>
span { border-color: #EE0A2B; }
span { border-color: rgb(238,10,43); }
td.TdClassName
{
border-color: #EE0A2B;
}
.TagClassName
{
border-color: #EE0A2B;
}
</style>