Shades of Torch Red #EE022E
Tints of Torch Red #EE022E
RGB
CMYK
RGB Variations
Color information
#EE022E (or 0xEE022E) is known color: Torch Red. HEX triplet: EE, 02 and 2E. RGB value is (238,2,46). Sum of RGB (Red+Green+Blue) = 238+2+46=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE022E is #11FDD1. Grayscale: #4D4D4D. Windows color (decimal): -1179090 or 3015406. OLE color: 3015406.
HSL color Cylindrical-coordinate representation of color #EE022E: hue angle of 348.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE022E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.07 |
| HSL | 348.81º | 0.98% | 0.47% | - |
| HSV(B) | 348.81º | 0.99% | 0.93% | - |
| XYZ | 35.77 | 18.42 | 4.25 | - |
| YUV | 77.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 46 | 0 | 0.99 | 0.81 | 0.07 | 348.81 | 0.98 | 0.47 |
| Hex | EE | 2 | 2E | 0 | 63 | 51 | 7 | 15D | 62 | 2F |
| Octal | 356 | 2 | 56 | 0 | 143 | 121 | 7 | 535 | 142 | 57 |
| Binary | 11101110 | 10 | 101110 | 0 | 1100011 | 1010001 | 111 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EE022E
Complementary color
Monochromatic Colors of #EE022E
Black with #EE022E
Text Example
Text Example
White with #EE022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE022E; }
p { color: rgb(238,2,46); }
H1.HeaderClassName
{
color: #EE022E;
}
.AnyTagClassName
{
color: #EE022E;
}
</style>
background-color css
<style>
a { background-color: #EE022E; }
a { background-color: rgb(238,2,46); }
div.DivClassName
{
background-color: #EE022E;
}
.BgClassName
{
background-color: #EE022E;
}
</style>
border-color css
<style>
span { border-color: #EE022E; }
span { border-color: rgb(238,2,46); }
td.TdClassName
{
border-color: #EE022E;
}
.TagClassName
{
border-color: #EE022E;
}
</style>