Shades of Torch Red #EC072C
Tints of Torch Red #EC072C
RGB
CMYK
RGB Variations
Color information
#EC072C (or 0xEC072C) is known color: Torch Red. HEX triplet: EC, 07 and 2C. RGB value is (236,7,44). Sum of RGB (Red+Green+Blue) = 236+7+44=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC072C is #13F8D3. Grayscale: #4F4F4F. Windows color (decimal): -1308884 or 2885612. OLE color: 2885612.
HSL color Cylindrical-coordinate representation of color #EC072C: hue angle of 350.31º 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 #EC072C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 350.31º | 0.94% | 0.48% | - |
| HSV(B) | 350.31º | 0.97% | 0.93% | - |
| XYZ | 35.12 | 18.17 | 4.04 | - |
| YUV | 79.69 | 107.87 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 44 | 0 | 0.97 | 0.81 | 0.07 | 350.31 | 0.94 | 0.48 |
| Hex | EC | 7 | 2C | 0 | 61 | 51 | 7 | 15E | 5E | 30 |
| Octal | 354 | 7 | 54 | 0 | 141 | 121 | 7 | 536 | 136 | 60 |
| Binary | 11101100 | 111 | 101100 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011110 | 110000 |
Color Harmonies of #EC072C
Complementary color
Monochromatic Colors of #EC072C
Black with #EC072C
Text Example
Text Example
White with #EC072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC072C; }
p { color: rgb(236,7,44); }
H1.HeaderClassName
{
color: #EC072C;
}
.AnyTagClassName
{
color: #EC072C;
}
</style>
background-color css
<style>
a { background-color: #EC072C; }
a { background-color: rgb(236,7,44); }
div.DivClassName
{
background-color: #EC072C;
}
.BgClassName
{
background-color: #EC072C;
}
</style>
border-color css
<style>
span { border-color: #EC072C; }
span { border-color: rgb(236,7,44); }
td.TdClassName
{
border-color: #EC072C;
}
.TagClassName
{
border-color: #EC072C;
}
</style>