Shades of Torch Red #EC0021
Tints of Torch Red #EC0021
RGB
CMYK
RGB Variations
Color information
#EC0021 (or 0xEC0021) is known color: Torch Red. HEX triplet: EC, 00 and 21. RGB value is (236,0,33). Sum of RGB (Red+Green+Blue) = 236+0+33=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0021 is #13FFDE. Grayscale: #4A4A4A. Windows color (decimal): -1310687 or 2162924. OLE color: 2162924.
HSL color Cylindrical-coordinate representation of color #EC0021: hue angle of 351.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0021 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.86 | 0.07 |
| HSL | 351.61º | 1% | 0.46% | - |
| HSV(B) | 351.61º | 1% | 0.93% | - |
| XYZ | 34.87 | 17.94 | 3.06 | - |
| YUV | 74.33 | 104.69 | 243.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 33 | 0 | 1 | 0.86 | 0.07 | 351.61 | 1 | 0.46 |
| Hex | EC | 0 | 21 | 0 | 64 | 56 | 7 | 160 | 64 | 2E |
| Octal | 354 | 0 | 41 | 0 | 144 | 126 | 7 | 540 | 144 | 56 |
| Binary | 11101100 | 0 | 100001 | 0 | 1100100 | 1010110 | 111 | 101100000 | 1100100 | 101110 |
Color Harmonies of #EC0021
Complementary color
Monochromatic Colors of #EC0021
Black with #EC0021
Text Example
Text Example
White with #EC0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0021; }
p { color: rgb(236,0,33); }
H1.HeaderClassName
{
color: #EC0021;
}
.AnyTagClassName
{
color: #EC0021;
}
</style>
background-color css
<style>
a { background-color: #EC0021; }
a { background-color: rgb(236,0,33); }
div.DivClassName
{
background-color: #EC0021;
}
.BgClassName
{
background-color: #EC0021;
}
</style>
border-color css
<style>
span { border-color: #EC0021; }
span { border-color: rgb(236,0,33); }
td.TdClassName
{
border-color: #EC0021;
}
.TagClassName
{
border-color: #EC0021;
}
</style>