Shades of Torch Red #EE0A2F
Tints of Torch Red #EE0A2F
RGB
CMYK
RGB Variations
Color information
#EE0A2F (or 0xEE0A2F) is known color: Torch Red. HEX triplet: EE, 0A and 2F. RGB value is (238,10,47). Sum of RGB (Red+Green+Blue) = 238+10+47=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A2F is #11F5D0. Grayscale: #525252. Windows color (decimal): -1177041 or 3082990. OLE color: 3082990.
HSL color Cylindrical-coordinate representation of color #EE0A2F: hue angle of 350.26º 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 #EE0A2F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.07 |
| HSL | 350.26º | 0.92% | 0.49% | - |
| HSV(B) | 350.26º | 0.96% | 0.93% | - |
| XYZ | 35.88 | 18.6 | 4.39 | - |
| YUV | 82.39 | 108.04 | 238.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 47 | 0 | 0.96 | 0.80 | 0.07 | 350.26 | 0.92 | 0.49 |
| Hex | EE | A | 2F | 0 | 60 | 50 | 7 | 15E | 5C | 31 |
| Octal | 356 | 12 | 57 | 0 | 140 | 120 | 7 | 536 | 134 | 61 |
| Binary | 11101110 | 1010 | 101111 | 0 | 1100000 | 1010000 | 111 | 101011110 | 1011100 | 110001 |
Color Harmonies of #EE0A2F
Complementary color
Monochromatic Colors of #EE0A2F
Black with #EE0A2F
Text Example
Text Example
White with #EE0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A2F; }
p { color: rgb(238,10,47); }
H1.HeaderClassName
{
color: #EE0A2F;
}
.AnyTagClassName
{
color: #EE0A2F;
}
</style>
background-color css
<style>
a { background-color: #EE0A2F; }
a { background-color: rgb(238,10,47); }
div.DivClassName
{
background-color: #EE0A2F;
}
.BgClassName
{
background-color: #EE0A2F;
}
</style>
border-color css
<style>
span { border-color: #EE0A2F; }
span { border-color: rgb(238,10,47); }
td.TdClassName
{
border-color: #EE0A2F;
}
.TagClassName
{
border-color: #EE0A2F;
}
</style>