Shades of Torch Red #EC1332
Tints of Torch Red #EC1332
RGB
CMYK
RGB Variations
Color information
#EC1332 (or 0xEC1332) is known color: Torch Red. HEX triplet: EC, 13 and 32. RGB value is (236,19,50). Sum of RGB (Red+Green+Blue) = 236+19+50=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1332 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1332 is #13ECCD. Grayscale: #575757. Windows color (decimal): -1305806 or 3281900. OLE color: 3281900.
HSL color Cylindrical-coordinate representation of color #EC1332: hue angle of 351.43º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1332 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 50 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.07 |
| HSL | 351.43º | 0.85% | 0.5% | - |
| HSV(B) | 351.43º | 0.92% | 0.93% | - |
| XYZ | 35.4 | 18.53 | 4.73 | - |
| YUV | 87.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 50 | 0 | 0.92 | 0.79 | 0.07 | 351.43 | 0.85 | 0.5 |
| Hex | EC | 13 | 32 | 0 | 5C | 4F | 7 | 15F | 55 | 32 |
| Octal | 354 | 23 | 62 | 0 | 134 | 117 | 7 | 537 | 125 | 62 |
| Binary | 11101100 | 10011 | 110010 | 0 | 1011100 | 1001111 | 111 | 101011111 | 1010101 | 110010 |
Color Harmonies of #EC1332
Complementary color
Monochromatic Colors of #EC1332
Black with #EC1332
Text Example
Text Example
White with #EC1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1332; }
p { color: rgb(236,19,50); }
H1.HeaderClassName
{
color: #EC1332;
}
.AnyTagClassName
{
color: #EC1332;
}
</style>
background-color css
<style>
a { background-color: #EC1332; }
a { background-color: rgb(236,19,50); }
div.DivClassName
{
background-color: #EC1332;
}
.BgClassName
{
background-color: #EC1332;
}
</style>
border-color css
<style>
span { border-color: #EC1332; }
span { border-color: rgb(236,19,50); }
td.TdClassName
{
border-color: #EC1332;
}
.TagClassName
{
border-color: #EC1332;
}
</style>