Shades of Torch Red #EE1037
Tints of Torch Red #EE1037
RGB
CMYK
RGB Variations
Color information
#EE1037 (or 0xEE1037) is known color: Torch Red. HEX triplet: EE, 10 and 37. RGB value is (238,16,55). Sum of RGB (Red+Green+Blue) = 238+16+55=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1037 is #11EFC8. Grayscale: #565656. Windows color (decimal): -1175497 or 3608814. OLE color: 3608814.
HSL color Cylindrical-coordinate representation of color #EE1037: hue angle of 349.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1037 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.07 |
| HSL | 349.46º | 0.87% | 0.5% | - |
| HSV(B) | 349.46º | 0.93% | 0.93% | - |
| XYZ | 36.13 | 18.82 | 5.34 | - |
| YUV | 86.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 55 | 0 | 0.93 | 0.77 | 0.07 | 349.46 | 0.87 | 0.5 |
| Hex | EE | 10 | 37 | 0 | 5D | 4D | 7 | 15D | 57 | 32 |
| Octal | 356 | 20 | 67 | 0 | 135 | 115 | 7 | 535 | 127 | 62 |
| Binary | 11101110 | 10000 | 110111 | 0 | 1011101 | 1001101 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EE1037
Complementary color
Monochromatic Colors of #EE1037
Black with #EE1037
Text Example
Text Example
White with #EE1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1037; }
p { color: rgb(238,16,55); }
H1.HeaderClassName
{
color: #EE1037;
}
.AnyTagClassName
{
color: #EE1037;
}
</style>
background-color css
<style>
a { background-color: #EE1037; }
a { background-color: rgb(238,16,55); }
div.DivClassName
{
background-color: #EE1037;
}
.BgClassName
{
background-color: #EE1037;
}
</style>
border-color css
<style>
span { border-color: #EE1037; }
span { border-color: rgb(238,16,55); }
td.TdClassName
{
border-color: #EE1037;
}
.TagClassName
{
border-color: #EE1037;
}
</style>