Shades of Torch Red #EE0E37
Tints of Torch Red #EE0E37
RGB
CMYK
RGB Variations
Color information
#EE0E37 (or 0xEE0E37) is known color: Torch Red. HEX triplet: EE, 0E and 37. RGB value is (238,14,55). Sum of RGB (Red+Green+Blue) = 238+14+55=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E37 is #11F1C8. Grayscale: #555555. Windows color (decimal): -1176009 or 3608302. OLE color: 3608302.
HSL color Cylindrical-coordinate representation of color #EE0E37: hue angle of 349.02º 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 #EE0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.07 |
| HSL | 349.02º | 0.89% | 0.49% | - |
| HSV(B) | 349.02º | 0.94% | 0.93% | - |
| XYZ | 36.11 | 18.77 | 5.33 | - |
| YUV | 85.65 | 110.71 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 55 | 0 | 0.94 | 0.77 | 0.07 | 349.02 | 0.89 | 0.49 |
| Hex | EE | E | 37 | 0 | 5E | 4D | 7 | 15D | 59 | 31 |
| Octal | 356 | 16 | 67 | 0 | 136 | 115 | 7 | 535 | 131 | 61 |
| Binary | 11101110 | 1110 | 110111 | 0 | 1011110 | 1001101 | 111 | 101011101 | 1011001 | 110001 |
Color Harmonies of #EE0E37
Complementary color
Monochromatic Colors of #EE0E37
Black with #EE0E37
Text Example
Text Example
White with #EE0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E37; }
p { color: rgb(238,14,55); }
H1.HeaderClassName
{
color: #EE0E37;
}
.AnyTagClassName
{
color: #EE0E37;
}
</style>
background-color css
<style>
a { background-color: #EE0E37; }
a { background-color: rgb(238,14,55); }
div.DivClassName
{
background-color: #EE0E37;
}
.BgClassName
{
background-color: #EE0E37;
}
</style>
border-color css
<style>
span { border-color: #EE0E37; }
span { border-color: rgb(238,14,55); }
td.TdClassName
{
border-color: #EE0E37;
}
.TagClassName
{
border-color: #EE0E37;
}
</style>