Shades of Torch Red #EC0037
Tints of Torch Red #EC0037
RGB
CMYK
RGB Variations
Color information
#EC0037 (or 0xEC0037) is known color: Torch Red. HEX triplet: EC, 00 and 37. RGB value is (236,0,55). Sum of RGB (Red+Green+Blue) = 236+0+55=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0037 is #13FFC8. Grayscale: #4C4C4C. Windows color (decimal): -1310665 or 3604716. OLE color: 3604716.
HSL color Cylindrical-coordinate representation of color #EC0037: hue angle of 346.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0037 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.77 | 0.07 |
| HSL | 346.02º | 1% | 0.46% | - |
| HSV(B) | 346.02º | 1% | 0.93% | - |
| XYZ | 35.28 | 18.11 | 5.25 | - |
| YUV | 76.83 | 115.69 | 241.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 55 | 0 | 1 | 0.77 | 0.07 | 346.02 | 1 | 0.46 |
| Hex | EC | 0 | 37 | 0 | 64 | 4D | 7 | 15A | 64 | 2E |
| Octal | 354 | 0 | 67 | 0 | 144 | 115 | 7 | 532 | 144 | 56 |
| Binary | 11101100 | 0 | 110111 | 0 | 1100100 | 1001101 | 111 | 101011010 | 1100100 | 101110 |
Color Harmonies of #EC0037
Complementary color
Monochromatic Colors of #EC0037
Black with #EC0037
Text Example
Text Example
White with #EC0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0037; }
p { color: rgb(236,0,55); }
H1.HeaderClassName
{
color: #EC0037;
}
.AnyTagClassName
{
color: #EC0037;
}
</style>
background-color css
<style>
a { background-color: #EC0037; }
a { background-color: rgb(236,0,55); }
div.DivClassName
{
background-color: #EC0037;
}
.BgClassName
{
background-color: #EC0037;
}
</style>
border-color css
<style>
span { border-color: #EC0037; }
span { border-color: rgb(236,0,55); }
td.TdClassName
{
border-color: #EC0037;
}
.TagClassName
{
border-color: #EC0037;
}
</style>