Shades of Torch Red #EE0E2B
Tints of Torch Red #EE0E2B
RGB
CMYK
RGB Variations
Color information
#EE0E2B (or 0xEE0E2B) is known color: Torch Red. HEX triplet: EE, 0E and 2B. RGB value is (238,14,43). Sum of RGB (Red+Green+Blue) = 238+14+43=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E2B is #11F1D4. Grayscale: #545454. Windows color (decimal): -1176021 or 2821870. OLE color: 2821870.
HSL color Cylindrical-coordinate representation of color #EE0E2B: hue angle of 352.23º 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 #EE0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.07 |
| HSL | 352.23º | 0.89% | 0.49% | - |
| HSV(B) | 352.23º | 0.94% | 0.93% | - |
| XYZ | 35.85 | 18.67 | 4 | - |
| YUV | 84.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 43 | 0 | 0.94 | 0.82 | 0.07 | 352.23 | 0.89 | 0.49 |
| Hex | EE | E | 2B | 0 | 5E | 52 | 7 | 160 | 59 | 31 |
| Octal | 356 | 16 | 53 | 0 | 136 | 122 | 7 | 540 | 131 | 61 |
| Binary | 11101110 | 1110 | 101011 | 0 | 1011110 | 1010010 | 111 | 101100000 | 1011001 | 110001 |
Color Harmonies of #EE0E2B
Complementary color
Monochromatic Colors of #EE0E2B
Black with #EE0E2B
Text Example
Text Example
White with #EE0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E2B; }
p { color: rgb(238,14,43); }
H1.HeaderClassName
{
color: #EE0E2B;
}
.AnyTagClassName
{
color: #EE0E2B;
}
</style>
background-color css
<style>
a { background-color: #EE0E2B; }
a { background-color: rgb(238,14,43); }
div.DivClassName
{
background-color: #EE0E2B;
}
.BgClassName
{
background-color: #EE0E2B;
}
</style>
border-color css
<style>
span { border-color: #EE0E2B; }
span { border-color: rgb(238,14,43); }
td.TdClassName
{
border-color: #EE0E2B;
}
.TagClassName
{
border-color: #EE0E2B;
}
</style>