Shades of Torch Red #EC0937
Tints of Torch Red #EC0937
RGB
CMYK
RGB Variations
Color information
#EC0937 (or 0xEC0937) is known color: Torch Red. HEX triplet: EC, 09 and 37. RGB value is (236,9,55). Sum of RGB (Red+Green+Blue) = 236+9+55=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0937 is #13F6C8. Grayscale: #525252. Windows color (decimal): -1308361 or 3607020. OLE color: 3607020.
HSL color Cylindrical-coordinate representation of color #EC0937: hue angle of 347.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0937 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.07 |
| HSL | 347.84º | 0.93% | 0.48% | - |
| HSV(B) | 347.84º | 0.96% | 0.93% | - |
| XYZ | 35.38 | 18.3 | 5.28 | - |
| YUV | 82.12 | 112.71 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 55 | 0 | 0.96 | 0.77 | 0.07 | 347.84 | 0.93 | 0.48 |
| Hex | EC | 9 | 37 | 0 | 60 | 4D | 7 | 15C | 5D | 30 |
| Octal | 354 | 11 | 67 | 0 | 140 | 115 | 7 | 534 | 135 | 60 |
| Binary | 11101100 | 1001 | 110111 | 0 | 1100000 | 1001101 | 111 | 101011100 | 1011101 | 110000 |
Color Harmonies of #EC0937
Complementary color
Monochromatic Colors of #EC0937
Black with #EC0937
Text Example
Text Example
White with #EC0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0937; }
p { color: rgb(236,9,55); }
H1.HeaderClassName
{
color: #EC0937;
}
.AnyTagClassName
{
color: #EC0937;
}
</style>
background-color css
<style>
a { background-color: #EC0937; }
a { background-color: rgb(236,9,55); }
div.DivClassName
{
background-color: #EC0937;
}
.BgClassName
{
background-color: #EC0937;
}
</style>
border-color css
<style>
span { border-color: #EC0937; }
span { border-color: rgb(236,9,55); }
td.TdClassName
{
border-color: #EC0937;
}
.TagClassName
{
border-color: #EC0937;
}
</style>