Shades of Torch Red #EC1421
Tints of Torch Red #EC1421
RGB
CMYK
RGB Variations
Color information
#EC1421 (or 0xEC1421) is known color: Torch Red. HEX triplet: EC, 14 and 21. RGB value is (236,20,33). Sum of RGB (Red+Green+Blue) = 236+20+33=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1421 is #13EBDE. Grayscale: #565656. Windows color (decimal): -1305567 or 2168044. OLE color: 2168044.
HSL color Cylindrical-coordinate representation of color #EC1421: hue angle of 356.39º 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 #EC1421 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.07 |
| HSL | 356.39º | 0.85% | 0.5% | - |
| HSV(B) | 356.39º | 0.92% | 0.93% | - |
| XYZ | 35.12 | 18.44 | 3.15 | - |
| YUV | 86.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 33 | 0 | 0.92 | 0.86 | 0.07 | 356.39 | 0.85 | 0.5 |
| Hex | EC | 14 | 21 | 0 | 5C | 56 | 7 | 164 | 55 | 32 |
| Octal | 354 | 24 | 41 | 0 | 134 | 126 | 7 | 544 | 125 | 62 |
| Binary | 11101100 | 10100 | 100001 | 0 | 1011100 | 1010110 | 111 | 101100100 | 1010101 | 110010 |
Color Harmonies of #EC1421
Complementary color
Monochromatic Colors of #EC1421
Black with #EC1421
Text Example
Text Example
White with #EC1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1421; }
p { color: rgb(236,20,33); }
H1.HeaderClassName
{
color: #EC1421;
}
.AnyTagClassName
{
color: #EC1421;
}
</style>
background-color css
<style>
a { background-color: #EC1421; }
a { background-color: rgb(236,20,33); }
div.DivClassName
{
background-color: #EC1421;
}
.BgClassName
{
background-color: #EC1421;
}
</style>
border-color css
<style>
span { border-color: #EC1421; }
span { border-color: rgb(236,20,33); }
td.TdClassName
{
border-color: #EC1421;
}
.TagClassName
{
border-color: #EC1421;
}
</style>