Shades of Torch Red #EC1420
Tints of Torch Red #EC1420
RGB
CMYK
RGB Variations
Color information
#EC1420 (or 0xEC1420) is known color: Torch Red. HEX triplet: EC, 14 and 20. RGB value is (236,20,32). Sum of RGB (Red+Green+Blue) = 236+20+32=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1420 is #13EBDF. Grayscale: #565656. Windows color (decimal): -1305568 or 2102508. OLE color: 2102508.
HSL color Cylindrical-coordinate representation of color #EC1420: hue angle of 356.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 #EC1420 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 32 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.07 |
| HSL | 356.67º | 0.85% | 0.5% | - |
| HSV(B) | 356.67º | 0.92% | 0.93% | - |
| XYZ | 35.1 | 18.44 | 3.08 | - |
| YUV | 85.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 32 | 0 | 0.92 | 0.86 | 0.07 | 356.67 | 0.85 | 0.5 |
| Hex | EC | 14 | 20 | 0 | 5C | 56 | 7 | 165 | 55 | 32 |
| Octal | 354 | 24 | 40 | 0 | 134 | 126 | 7 | 545 | 125 | 62 |
| Binary | 11101100 | 10100 | 100000 | 0 | 1011100 | 1010110 | 111 | 101100101 | 1010101 | 110010 |
Color Harmonies of #EC1420
Complementary color
Monochromatic Colors of #EC1420
Black with #EC1420
Text Example
Text Example
White with #EC1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1420; }
p { color: rgb(236,20,32); }
H1.HeaderClassName
{
color: #EC1420;
}
.AnyTagClassName
{
color: #EC1420;
}
</style>
background-color css
<style>
a { background-color: #EC1420; }
a { background-color: rgb(236,20,32); }
div.DivClassName
{
background-color: #EC1420;
}
.BgClassName
{
background-color: #EC1420;
}
</style>
border-color css
<style>
span { border-color: #EC1420; }
span { border-color: rgb(236,20,32); }
td.TdClassName
{
border-color: #EC1420;
}
.TagClassName
{
border-color: #EC1420;
}
</style>