Shades of Torch Red #EC0739
Tints of Torch Red #EC0739
RGB
CMYK
RGB Variations
Color information
#EC0739 (or 0xEC0739) is known color: Torch Red. HEX triplet: EC, 07 and 39. RGB value is (236,7,57). Sum of RGB (Red+Green+Blue) = 236+7+57=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0739 is #13F8C6. Grayscale: #515151. Windows color (decimal): -1308871 or 3737580. OLE color: 3737580.
HSL color Cylindrical-coordinate representation of color #EC0739: hue angle of 346.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0739 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 346.9º | 0.94% | 0.48% | - |
| HSV(B) | 346.9º | 0.97% | 0.93% | - |
| XYZ | 35.41 | 18.28 | 5.53 | - |
| YUV | 81.17 | 114.37 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 57 | 0 | 0.97 | 0.76 | 0.07 | 346.9 | 0.94 | 0.48 |
| Hex | EC | 7 | 39 | 0 | 61 | 4C | 7 | 15B | 5E | 30 |
| Octal | 354 | 7 | 71 | 0 | 141 | 114 | 7 | 533 | 136 | 60 |
| Binary | 11101100 | 111 | 111001 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011110 | 110000 |
Color Harmonies of #EC0739
Complementary color
Monochromatic Colors of #EC0739
Black with #EC0739
Text Example
Text Example
White with #EC0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0739; }
p { color: rgb(236,7,57); }
H1.HeaderClassName
{
color: #EC0739;
}
.AnyTagClassName
{
color: #EC0739;
}
</style>
background-color css
<style>
a { background-color: #EC0739; }
a { background-color: rgb(236,7,57); }
div.DivClassName
{
background-color: #EC0739;
}
.BgClassName
{
background-color: #EC0739;
}
</style>
border-color css
<style>
span { border-color: #EC0739; }
span { border-color: rgb(236,7,57); }
td.TdClassName
{
border-color: #EC0739;
}
.TagClassName
{
border-color: #EC0739;
}
</style>