Shades of Torch Red #EC0C39
Tints of Torch Red #EC0C39
RGB
CMYK
RGB Variations
Color information
#EC0C39 (or 0xEC0C39) is known color: Torch Red. HEX triplet: EC, 0C and 39. RGB value is (236,12,57). Sum of RGB (Red+Green+Blue) = 236+12+57=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C39 is #13F3C6. Grayscale: #545454. Windows color (decimal): -1307591 or 3738860. OLE color: 3738860.
HSL color Cylindrical-coordinate representation of color #EC0C39: hue angle of 347.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C39 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 57 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.07 |
| HSL | 347.95º | 0.9% | 0.49% | - |
| HSV(B) | 347.95º | 0.95% | 0.93% | - |
| XYZ | 35.46 | 18.39 | 5.55 | - |
| YUV | 84.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 57 | 0 | 0.95 | 0.76 | 0.07 | 347.95 | 0.9 | 0.49 |
| Hex | EC | C | 39 | 0 | 5F | 4C | 7 | 15C | 5A | 31 |
| Octal | 354 | 14 | 71 | 0 | 137 | 114 | 7 | 534 | 132 | 61 |
| Binary | 11101100 | 1100 | 111001 | 0 | 1011111 | 1001100 | 111 | 101011100 | 1011010 | 110001 |
Color Harmonies of #EC0C39
Complementary color
Monochromatic Colors of #EC0C39
Black with #EC0C39
Text Example
Text Example
White with #EC0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C39; }
p { color: rgb(236,12,57); }
H1.HeaderClassName
{
color: #EC0C39;
}
.AnyTagClassName
{
color: #EC0C39;
}
</style>
background-color css
<style>
a { background-color: #EC0C39; }
a { background-color: rgb(236,12,57); }
div.DivClassName
{
background-color: #EC0C39;
}
.BgClassName
{
background-color: #EC0C39;
}
</style>
border-color css
<style>
span { border-color: #EC0C39; }
span { border-color: rgb(236,12,57); }
td.TdClassName
{
border-color: #EC0C39;
}
.TagClassName
{
border-color: #EC0C39;
}
</style>