Shades of Torch Red #EC073C
Tints of Torch Red #EC073C
RGB
CMYK
RGB Variations
Color information
#EC073C (or 0xEC073C) is known color: Torch Red. HEX triplet: EC, 07 and 3C. RGB value is (236,7,60). Sum of RGB (Red+Green+Blue) = 236+7+60=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC073C is #13F8C3. Grayscale: #515151. Windows color (decimal): -1308868 or 3934188. OLE color: 3934188.
HSL color Cylindrical-coordinate representation of color #EC073C: hue angle of 346.11º 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 #EC073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 346.11º | 0.94% | 0.48% | - |
| HSV(B) | 346.11º | 0.97% | 0.93% | - |
| XYZ | 35.48 | 18.31 | 5.94 | - |
| YUV | 81.51 | 115.87 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 60 | 0 | 0.97 | 0.75 | 0.07 | 346.11 | 0.94 | 0.48 |
| Hex | EC | 7 | 3C | 0 | 61 | 4B | 7 | 15A | 5E | 30 |
| Octal | 354 | 7 | 74 | 0 | 141 | 113 | 7 | 532 | 136 | 60 |
| Binary | 11101100 | 111 | 111100 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EC073C
Complementary color
Monochromatic Colors of #EC073C
Black with #EC073C
Text Example
Text Example
White with #EC073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC073C; }
p { color: rgb(236,7,60); }
H1.HeaderClassName
{
color: #EC073C;
}
.AnyTagClassName
{
color: #EC073C;
}
</style>
background-color css
<style>
a { background-color: #EC073C; }
a { background-color: rgb(236,7,60); }
div.DivClassName
{
background-color: #EC073C;
}
.BgClassName
{
background-color: #EC073C;
}
</style>
border-color css
<style>
span { border-color: #EC073C; }
span { border-color: rgb(236,7,60); }
td.TdClassName
{
border-color: #EC073C;
}
.TagClassName
{
border-color: #EC073C;
}
</style>