Shades of Red #EC120D
Tints of Red #EC120D
RGB
CMYK
RGB Variations
Color information
#EC120D (or 0xEC120D) is known color: Red. HEX triplet: EC, 12 and 0D. RGB value is (236,18,13). Sum of RGB (Red+Green+Blue) = 236+18+13=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120D is #13EDF2. Grayscale: #525252. Windows color (decimal): -1306099 or 856812. OLE color: 856812.
HSL color Cylindrical-coordinate representation of color #EC120D: hue angle of 1.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC120D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.07 |
| HSL | 1.35º | 0.9% | 0.49% | - |
| HSV(B) | 1.35º | 0.94% | 0.93% | - |
| XYZ | 34.88 | 18.29 | 2.07 | - |
| YUV | 82.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 13 | 0 | 0.92 | 0.94 | 0.07 | 1.35 | 0.9 | 0.49 |
| Hex | EC | 12 | D | 0 | 5C | 5E | 7 | 1 | 5A | 31 |
| Octal | 354 | 22 | 15 | 0 | 134 | 136 | 7 | 1 | 132 | 61 |
| Binary | 11101100 | 10010 | 1101 | 0 | 1011100 | 1011110 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EC120D
Complementary color
Monochromatic Colors of #EC120D
Black with #EC120D
Text Example
Text Example
White with #EC120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC120D; }
p { color: rgb(236,18,13); }
H1.HeaderClassName
{
color: #EC120D;
}
.AnyTagClassName
{
color: #EC120D;
}
</style>
background-color css
<style>
a { background-color: #EC120D; }
a { background-color: rgb(236,18,13); }
div.DivClassName
{
background-color: #EC120D;
}
.BgClassName
{
background-color: #EC120D;
}
</style>
border-color css
<style>
span { border-color: #EC120D; }
span { border-color: rgb(236,18,13); }
td.TdClassName
{
border-color: #EC120D;
}
.TagClassName
{
border-color: #EC120D;
}
</style>