Shades of Torch Red #EE0137
Tints of Torch Red #EE0137
RGB
CMYK
RGB Variations
Color information
#EE0137 (or 0xEE0137) is known color: Torch Red. HEX triplet: EE, 01 and 37. RGB value is (238,1,55). Sum of RGB (Red+Green+Blue) = 238+1+55=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0137 is #11FEC8. Grayscale: #4E4E4E. Windows color (decimal): -1179337 or 3604974. OLE color: 3604974.
HSL color Cylindrical-coordinate representation of color #EE0137: hue angle of 346.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0137 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.07 |
| HSL | 346.33º | 0.99% | 0.47% | - |
| HSV(B) | 346.33º | 1% | 0.93% | - |
| XYZ | 35.96 | 18.47 | 5.29 | - |
| YUV | 78.02 | 115.02 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 55 | 0 | 1.00 | 0.77 | 0.07 | 346.33 | 0.99 | 0.47 |
| Hex | EE | 1 | 37 | 0 | 64 | 4D | 7 | 15A | 63 | 2F |
| Octal | 356 | 1 | 67 | 0 | 144 | 115 | 7 | 532 | 143 | 57 |
| Binary | 11101110 | 1 | 110111 | 0 | 1100100 | 1001101 | 111 | 101011010 | 1100011 | 101111 |
Color Harmonies of #EE0137
Complementary color
Monochromatic Colors of #EE0137
Black with #EE0137
Text Example
Text Example
White with #EE0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0137; }
p { color: rgb(238,1,55); }
H1.HeaderClassName
{
color: #EE0137;
}
.AnyTagClassName
{
color: #EE0137;
}
</style>
background-color css
<style>
a { background-color: #EE0137; }
a { background-color: rgb(238,1,55); }
div.DivClassName
{
background-color: #EE0137;
}
.BgClassName
{
background-color: #EE0137;
}
</style>
border-color css
<style>
span { border-color: #EE0137; }
span { border-color: rgb(238,1,55); }
td.TdClassName
{
border-color: #EE0137;
}
.TagClassName
{
border-color: #EE0137;
}
</style>