Shades of Red #EC120A
Tints of Red #EC120A
RGB
CMYK
RGB Variations
Color information
#EC120A (or 0xEC120A) is known color: Red. HEX triplet: EC, 12 and 0A. RGB value is (236,18,10). Sum of RGB (Red+Green+Blue) = 236+18+10=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120A is #13EDF5. Grayscale: #525252. Windows color (decimal): -1306102 or 660204. OLE color: 660204.
HSL color Cylindrical-coordinate representation of color #EC120A: hue angle of 2.12º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC120A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.07 |
| HSL | 2.12º | 0.92% | 0.48% | - |
| HSV(B) | 2.12º | 0.96% | 0.93% | - |
| XYZ | 34.86 | 18.29 | 1.98 | - |
| YUV | 82.27 | 87.22 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 10 | 0 | 0.92 | 0.96 | 0.07 | 2.12 | 0.92 | 0.48 |
| Hex | EC | 12 | A | 0 | 5C | 60 | 7 | 2 | 5C | 30 |
| Octal | 354 | 22 | 12 | 0 | 134 | 140 | 7 | 2 | 134 | 60 |
| Binary | 11101100 | 10010 | 1010 | 0 | 1011100 | 1100000 | 111 | 10 | 1011100 | 110000 |
Color Harmonies of #EC120A
Complementary color
Monochromatic Colors of #EC120A
Black with #EC120A
Text Example
Text Example
White with #EC120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC120A; }
p { color: rgb(236,18,10); }
H1.HeaderClassName
{
color: #EC120A;
}
.AnyTagClassName
{
color: #EC120A;
}
</style>
background-color css
<style>
a { background-color: #EC120A; }
a { background-color: rgb(236,18,10); }
div.DivClassName
{
background-color: #EC120A;
}
.BgClassName
{
background-color: #EC120A;
}
</style>
border-color css
<style>
span { border-color: #EC120A; }
span { border-color: rgb(236,18,10); }
td.TdClassName
{
border-color: #EC120A;
}
.TagClassName
{
border-color: #EC120A;
}
</style>