Shades of Torch Red #EC1432
Tints of Torch Red #EC1432
RGB
CMYK
RGB Variations
Color information
#EC1432 (or 0xEC1432) is known color: Torch Red. HEX triplet: EC, 14 and 32. RGB value is (236,20,50). Sum of RGB (Red+Green+Blue) = 236+20+50=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1432 is #13EBCD. Grayscale: #585858. Windows color (decimal): -1305550 or 3282156. OLE color: 3282156.
HSL color Cylindrical-coordinate representation of color #EC1432: hue angle of 351.67º 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 #EC1432 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 50 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.07 |
| HSL | 351.67º | 0.85% | 0.5% | - |
| HSV(B) | 351.67º | 0.92% | 0.93% | - |
| XYZ | 35.42 | 18.56 | 4.73 | - |
| YUV | 88 | 106.56 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 50 | 0 | 0.92 | 0.79 | 0.07 | 351.67 | 0.85 | 0.5 |
| Hex | EC | 14 | 32 | 0 | 5C | 4F | 7 | 160 | 55 | 32 |
| Octal | 354 | 24 | 62 | 0 | 134 | 117 | 7 | 540 | 125 | 62 |
| Binary | 11101100 | 10100 | 110010 | 0 | 1011100 | 1001111 | 111 | 101100000 | 1010101 | 110010 |
Color Harmonies of #EC1432
Complementary color
Monochromatic Colors of #EC1432
Black with #EC1432
Text Example
Text Example
White with #EC1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1432; }
p { color: rgb(236,20,50); }
H1.HeaderClassName
{
color: #EC1432;
}
.AnyTagClassName
{
color: #EC1432;
}
</style>
background-color css
<style>
a { background-color: #EC1432; }
a { background-color: rgb(236,20,50); }
div.DivClassName
{
background-color: #EC1432;
}
.BgClassName
{
background-color: #EC1432;
}
</style>
border-color css
<style>
span { border-color: #EC1432; }
span { border-color: rgb(236,20,50); }
td.TdClassName
{
border-color: #EC1432;
}
.TagClassName
{
border-color: #EC1432;
}
</style>