Shades of Torch Red #EC1132
Tints of Torch Red #EC1132
RGB
CMYK
RGB Variations
Color information
#EC1132 (or 0xEC1132) is known color: Torch Red. HEX triplet: EC, 11 and 32. RGB value is (236,17,50). Sum of RGB (Red+Green+Blue) = 236+17+50=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1132 is #13EECD. Grayscale: #565656. Windows color (decimal): -1306318 or 3281388. OLE color: 3281388.
HSL color Cylindrical-coordinate representation of color #EC1132: hue angle of 350.96º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1132 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 50 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.07 |
| HSL | 350.96º | 0.87% | 0.5% | - |
| HSV(B) | 350.96º | 0.93% | 0.93% | - |
| XYZ | 35.37 | 18.46 | 4.72 | - |
| YUV | 86.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 50 | 0 | 0.93 | 0.79 | 0.07 | 350.96 | 0.87 | 0.5 |
| Hex | EC | 11 | 32 | 0 | 5D | 4F | 7 | 15F | 57 | 32 |
| Octal | 354 | 21 | 62 | 0 | 135 | 117 | 7 | 537 | 127 | 62 |
| Binary | 11101100 | 10001 | 110010 | 0 | 1011101 | 1001111 | 111 | 101011111 | 1010111 | 110010 |
Color Harmonies of #EC1132
Complementary color
Monochromatic Colors of #EC1132
Black with #EC1132
Text Example
Text Example
White with #EC1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1132; }
p { color: rgb(236,17,50); }
H1.HeaderClassName
{
color: #EC1132;
}
.AnyTagClassName
{
color: #EC1132;
}
</style>
background-color css
<style>
a { background-color: #EC1132; }
a { background-color: rgb(236,17,50); }
div.DivClassName
{
background-color: #EC1132;
}
.BgClassName
{
background-color: #EC1132;
}
</style>
border-color css
<style>
span { border-color: #EC1132; }
span { border-color: rgb(236,17,50); }
td.TdClassName
{
border-color: #EC1132;
}
.TagClassName
{
border-color: #EC1132;
}
</style>