Shades of Torch Red #EC1020
Tints of Torch Red #EC1020
RGB
CMYK
RGB Variations
Color information
#EC1020 (or 0xEC1020) is known color: Torch Red. HEX triplet: EC, 10 and 20. RGB value is (236,16,32). Sum of RGB (Red+Green+Blue) = 236+16+32=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1020 is #13EFDF. Grayscale: #535353. Windows color (decimal): -1306592 or 2101484. OLE color: 2101484.
HSL color Cylindrical-coordinate representation of color #EC1020: hue angle of 355.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1020 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.64º | 0.87% | 0.49% | - |
| HSV(B) | 355.64º | 0.93% | 0.93% | - |
| XYZ | 35.04 | 18.31 | 3.05 | - |
| YUV | 83.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 32 | 0 | 0.93 | 0.86 | 0.07 | 355.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 20 | 0 | 5D | 56 | 7 | 164 | 57 | 31 |
| Octal | 354 | 20 | 40 | 0 | 135 | 126 | 7 | 544 | 127 | 61 |
| Binary | 11101100 | 10000 | 100000 | 0 | 1011101 | 1010110 | 111 | 101100100 | 1010111 | 110001 |
Color Harmonies of #EC1020
Complementary color
Monochromatic Colors of #EC1020
Black with #EC1020
Text Example
Text Example
White with #EC1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1020; }
p { color: rgb(236,16,32); }
H1.HeaderClassName
{
color: #EC1020;
}
.AnyTagClassName
{
color: #EC1020;
}
</style>
background-color css
<style>
a { background-color: #EC1020; }
a { background-color: rgb(236,16,32); }
div.DivClassName
{
background-color: #EC1020;
}
.BgClassName
{
background-color: #EC1020;
}
</style>
border-color css
<style>
span { border-color: #EC1020; }
span { border-color: rgb(236,16,32); }
td.TdClassName
{
border-color: #EC1020;
}
.TagClassName
{
border-color: #EC1020;
}
</style>