Shades of Torch Red #EC0734
Tints of Torch Red #EC0734
RGB
CMYK
RGB Variations
Color information
#EC0734 (or 0xEC0734) is known color: Torch Red. HEX triplet: EC, 07 and 34. RGB value is (236,7,52). Sum of RGB (Red+Green+Blue) = 236+7+52=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0734 is #13F8CB. Grayscale: #505050. Windows color (decimal): -1308876 or 3409900. OLE color: 3409900.
HSL color Cylindrical-coordinate representation of color #EC0734: hue angle of 348.21º 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 #EC0734 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.07 |
| HSL | 348.21º | 0.94% | 0.48% | - |
| HSV(B) | 348.21º | 0.97% | 0.93% | - |
| XYZ | 35.29 | 18.23 | 4.91 | - |
| YUV | 80.6 | 111.87 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 52 | 0 | 0.97 | 0.78 | 0.07 | 348.21 | 0.94 | 0.48 |
| Hex | EC | 7 | 34 | 0 | 61 | 4E | 7 | 15C | 5E | 30 |
| Octal | 354 | 7 | 64 | 0 | 141 | 116 | 7 | 534 | 136 | 60 |
| Binary | 11101100 | 111 | 110100 | 0 | 1100001 | 1001110 | 111 | 101011100 | 1011110 | 110000 |
Color Harmonies of #EC0734
Complementary color
Monochromatic Colors of #EC0734
Black with #EC0734
Text Example
Text Example
White with #EC0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0734; }
p { color: rgb(236,7,52); }
H1.HeaderClassName
{
color: #EC0734;
}
.AnyTagClassName
{
color: #EC0734;
}
</style>
background-color css
<style>
a { background-color: #EC0734; }
a { background-color: rgb(236,7,52); }
div.DivClassName
{
background-color: #EC0734;
}
.BgClassName
{
background-color: #EC0734;
}
</style>
border-color css
<style>
span { border-color: #EC0734; }
span { border-color: rgb(236,7,52); }
td.TdClassName
{
border-color: #EC0734;
}
.TagClassName
{
border-color: #EC0734;
}
</style>