Shades of Torch Red #EC1226
Tints of Torch Red #EC1226
RGB
CMYK
RGB Variations
Color information
#EC1226 (or 0xEC1226) is known color: Torch Red. HEX triplet: EC, 12 and 26. RGB value is (236,18,38). Sum of RGB (Red+Green+Blue) = 236+18+38=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1226 is #13EDD9. Grayscale: #555555. Windows color (decimal): -1306074 or 2495212. OLE color: 2495212.
HSL color Cylindrical-coordinate representation of color #EC1226: hue angle of 354.5º 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 #EC1226 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 38 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.07 |
| HSL | 354.5º | 0.86% | 0.5% | - |
| HSV(B) | 354.5º | 0.92% | 0.93% | - |
| XYZ | 35.16 | 18.41 | 3.53 | - |
| YUV | 85.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 38 | 0 | 0.92 | 0.84 | 0.07 | 354.5 | 0.86 | 0.5 |
| Hex | EC | 12 | 26 | 0 | 5C | 54 | 7 | 162 | 56 | 32 |
| Octal | 354 | 22 | 46 | 0 | 134 | 124 | 7 | 542 | 126 | 62 |
| Binary | 11101100 | 10010 | 100110 | 0 | 1011100 | 1010100 | 111 | 101100010 | 1010110 | 110010 |
Color Harmonies of #EC1226
Complementary color
Monochromatic Colors of #EC1226
Black with #EC1226
Text Example
Text Example
White with #EC1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1226; }
p { color: rgb(236,18,38); }
H1.HeaderClassName
{
color: #EC1226;
}
.AnyTagClassName
{
color: #EC1226;
}
</style>
background-color css
<style>
a { background-color: #EC1226; }
a { background-color: rgb(236,18,38); }
div.DivClassName
{
background-color: #EC1226;
}
.BgClassName
{
background-color: #EC1226;
}
</style>
border-color css
<style>
span { border-color: #EC1226; }
span { border-color: rgb(236,18,38); }
td.TdClassName
{
border-color: #EC1226;
}
.TagClassName
{
border-color: #EC1226;
}
</style>