Shades of Torch Red #EC1225
Tints of Torch Red #EC1225
RGB
CMYK
RGB Variations
Color information
#EC1225 (or 0xEC1225) is known color: Torch Red. HEX triplet: EC, 12 and 25. RGB value is (236,18,37). Sum of RGB (Red+Green+Blue) = 236+18+37=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1225 is #13EDDA. Grayscale: #555555. Windows color (decimal): -1306075 or 2429676. OLE color: 2429676.
HSL color Cylindrical-coordinate representation of color #EC1225: hue angle of 354.77º 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 #EC1225 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 37 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.07 |
| HSL | 354.77º | 0.86% | 0.5% | - |
| HSV(B) | 354.77º | 0.92% | 0.93% | - |
| XYZ | 35.14 | 18.4 | 3.45 | - |
| YUV | 85.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 37 | 0 | 0.92 | 0.84 | 0.07 | 354.77 | 0.86 | 0.5 |
| Hex | EC | 12 | 25 | 0 | 5C | 54 | 7 | 163 | 56 | 32 |
| Octal | 354 | 22 | 45 | 0 | 134 | 124 | 7 | 543 | 126 | 62 |
| Binary | 11101100 | 10010 | 100101 | 0 | 1011100 | 1010100 | 111 | 101100011 | 1010110 | 110010 |
Color Harmonies of #EC1225
Complementary color
Monochromatic Colors of #EC1225
Black with #EC1225
Text Example
Text Example
White with #EC1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1225; }
p { color: rgb(236,18,37); }
H1.HeaderClassName
{
color: #EC1225;
}
.AnyTagClassName
{
color: #EC1225;
}
</style>
background-color css
<style>
a { background-color: #EC1225; }
a { background-color: rgb(236,18,37); }
div.DivClassName
{
background-color: #EC1225;
}
.BgClassName
{
background-color: #EC1225;
}
</style>
border-color css
<style>
span { border-color: #EC1225; }
span { border-color: rgb(236,18,37); }
td.TdClassName
{
border-color: #EC1225;
}
.TagClassName
{
border-color: #EC1225;
}
</style>