Shades of Torch Red #EC1424
Tints of Torch Red #EC1424
RGB
CMYK
RGB Variations
Color information
#EC1424 (or 0xEC1424) is known color: Torch Red. HEX triplet: EC, 14 and 24. RGB value is (236,20,36). Sum of RGB (Red+Green+Blue) = 236+20+36=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1424 is #13EBDB. Grayscale: #565656. Windows color (decimal): -1305564 or 2364652. OLE color: 2364652.
HSL color Cylindrical-coordinate representation of color #EC1424: hue angle of 355.56º 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 #EC1424 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 36 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.07 |
| HSL | 355.56º | 0.85% | 0.5% | - |
| HSV(B) | 355.56º | 0.92% | 0.93% | - |
| XYZ | 35.16 | 18.46 | 3.38 | - |
| YUV | 86.41 | 99.56 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 36 | 0 | 0.92 | 0.85 | 0.07 | 355.56 | 0.85 | 0.5 |
| Hex | EC | 14 | 24 | 0 | 5C | 55 | 7 | 164 | 55 | 32 |
| Octal | 354 | 24 | 44 | 0 | 134 | 125 | 7 | 544 | 125 | 62 |
| Binary | 11101100 | 10100 | 100100 | 0 | 1011100 | 1010101 | 111 | 101100100 | 1010101 | 110010 |
Color Harmonies of #EC1424
Complementary color
Monochromatic Colors of #EC1424
Black with #EC1424
Text Example
Text Example
White with #EC1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1424; }
p { color: rgb(236,20,36); }
H1.HeaderClassName
{
color: #EC1424;
}
.AnyTagClassName
{
color: #EC1424;
}
</style>
background-color css
<style>
a { background-color: #EC1424; }
a { background-color: rgb(236,20,36); }
div.DivClassName
{
background-color: #EC1424;
}
.BgClassName
{
background-color: #EC1424;
}
</style>
border-color css
<style>
span { border-color: #EC1424; }
span { border-color: rgb(236,20,36); }
td.TdClassName
{
border-color: #EC1424;
}
.TagClassName
{
border-color: #EC1424;
}
</style>