Shades of Torch Red #EE0E2A
Tints of Torch Red #EE0E2A
RGB
CMYK
RGB Variations
Color information
#EE0E2A (or 0xEE0E2A) is known color: Torch Red. HEX triplet: EE, 0E and 2A. RGB value is (238,14,42). Sum of RGB (Red+Green+Blue) = 238+14+42=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E2A is #11F1D5. Grayscale: #545454. Windows color (decimal): -1176022 or 2756334. OLE color: 2756334.
HSL color Cylindrical-coordinate representation of color #EE0E2A: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E2A is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 42 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.07 |
| HSL | 352.5º | 0.89% | 0.49% | - |
| HSV(B) | 352.5º | 0.94% | 0.93% | - |
| XYZ | 35.83 | 18.66 | 3.9 | - |
| YUV | 84.17 | 104.21 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 42 | 0 | 0.94 | 0.82 | 0.07 | 352.5 | 0.89 | 0.49 |
| Hex | EE | E | 2A | 0 | 5E | 52 | 7 | 160 | 59 | 31 |
| Octal | 356 | 16 | 52 | 0 | 136 | 122 | 7 | 540 | 131 | 61 |
| Binary | 11101110 | 1110 | 101010 | 0 | 1011110 | 1010010 | 111 | 101100000 | 1011001 | 110001 |
Color Harmonies of #EE0E2A
Complementary color
Monochromatic Colors of #EE0E2A
Black with #EE0E2A
Text Example
Text Example
White with #EE0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E2A; }
p { color: rgb(238,14,42); }
H1.HeaderClassName
{
color: #EE0E2A;
}
.AnyTagClassName
{
color: #EE0E2A;
}
</style>
background-color css
<style>
a { background-color: #EE0E2A; }
a { background-color: rgb(238,14,42); }
div.DivClassName
{
background-color: #EE0E2A;
}
.BgClassName
{
background-color: #EE0E2A;
}
</style>
border-color css
<style>
span { border-color: #EE0E2A; }
span { border-color: rgb(238,14,42); }
td.TdClassName
{
border-color: #EE0E2A;
}
.TagClassName
{
border-color: #EE0E2A;
}
</style>