Shades of Torch Red #EC0032
Tints of Torch Red #EC0032
RGB
CMYK
RGB Variations
Color information
#EC0032 (or 0xEC0032) is known color: Torch Red. HEX triplet: EC, 00 and 32. RGB value is (236,0,50). Sum of RGB (Red+Green+Blue) = 236+0+50=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0032 is #13FFCD. Grayscale: #4C4C4C. Windows color (decimal): -1310670 or 3277036. OLE color: 3277036.
HSL color Cylindrical-coordinate representation of color #EC0032: hue angle of 347.29º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.79 | 0.07 |
| HSL | 347.29º | 1% | 0.46% | - |
| HSV(B) | 347.29º | 1% | 0.93% | - |
| XYZ | 35.17 | 18.06 | 4.65 | - |
| YUV | 76.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 50 | 0 | 1 | 0.79 | 0.07 | 347.29 | 1 | 0.46 |
| Hex | EC | 0 | 32 | 0 | 64 | 4F | 7 | 15B | 64 | 2E |
| Octal | 354 | 0 | 62 | 0 | 144 | 117 | 7 | 533 | 144 | 56 |
| Binary | 11101100 | 0 | 110010 | 0 | 1100100 | 1001111 | 111 | 101011011 | 1100100 | 101110 |
Color Harmonies of #EC0032
Complementary color
Monochromatic Colors of #EC0032
Black with #EC0032
Text Example
Text Example
White with #EC0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0032; }
p { color: rgb(236,0,50); }
H1.HeaderClassName
{
color: #EC0032;
}
.AnyTagClassName
{
color: #EC0032;
}
</style>
background-color css
<style>
a { background-color: #EC0032; }
a { background-color: rgb(236,0,50); }
div.DivClassName
{
background-color: #EC0032;
}
.BgClassName
{
background-color: #EC0032;
}
</style>
border-color css
<style>
span { border-color: #EC0032; }
span { border-color: rgb(236,0,50); }
td.TdClassName
{
border-color: #EC0032;
}
.TagClassName
{
border-color: #EC0032;
}
</style>