Shades of Torch Red #EC1224
Tints of Torch Red #EC1224
RGB
CMYK
RGB Variations
Color information
#EC1224 (or 0xEC1224) is known color: Torch Red. HEX triplet: EC, 12 and 24. RGB value is (236,18,36). Sum of RGB (Red+Green+Blue) = 236+18+36=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1224 is #13EDDB. Grayscale: #555555. Windows color (decimal): -1306076 or 2364140. OLE color: 2364140.
HSL color Cylindrical-coordinate representation of color #EC1224: hue angle of 355.05º degrees, saturation: 0.86, 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 #EC1224 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 36 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.07 |
| HSL | 355.05º | 0.86% | 0.5% | - |
| HSV(B) | 355.05º | 0.92% | 0.93% | - |
| XYZ | 35.13 | 18.39 | 3.37 | - |
| YUV | 85.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 36 | 0 | 0.92 | 0.85 | 0.07 | 355.05 | 0.86 | 0.5 |
| Hex | EC | 12 | 24 | 0 | 5C | 55 | 7 | 163 | 56 | 32 |
| Octal | 354 | 22 | 44 | 0 | 134 | 125 | 7 | 543 | 126 | 62 |
| Binary | 11101100 | 10010 | 100100 | 0 | 1011100 | 1010101 | 111 | 101100011 | 1010110 | 110010 |
Color Harmonies of #EC1224
Complementary color
Monochromatic Colors of #EC1224
Black with #EC1224
Text Example
Text Example
White with #EC1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1224; }
p { color: rgb(236,18,36); }
H1.HeaderClassName
{
color: #EC1224;
}
.AnyTagClassName
{
color: #EC1224;
}
</style>
background-color css
<style>
a { background-color: #EC1224; }
a { background-color: rgb(236,18,36); }
div.DivClassName
{
background-color: #EC1224;
}
.BgClassName
{
background-color: #EC1224;
}
</style>
border-color css
<style>
span { border-color: #EC1224; }
span { border-color: rgb(236,18,36); }
td.TdClassName
{
border-color: #EC1224;
}
.TagClassName
{
border-color: #EC1224;
}
</style>