Shades of Red #EC1104
Tints of Red #EC1104
RGB
CMYK
RGB Variations
Color information
#EC1104 (or 0xEC1104) is known color: Red. HEX triplet: EC, 11 and 04. RGB value is (236,17,4). Sum of RGB (Red+Green+Blue) = 236+17+4=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1104 is #13EEFB. Grayscale: #515151. Windows color (decimal): -1306364 or 266732. OLE color: 266732.
HSL color Cylindrical-coordinate representation of color #EC1104: hue angle of 3.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1104 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.07 |
| HSL | 3.36º | 0.97% | 0.47% | - |
| HSV(B) | 3.36º | 0.98% | 0.93% | - |
| XYZ | 34.81 | 18.24 | 1.8 | - |
| YUV | 81 | 84.55 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 4 | 0 | 0.93 | 0.98 | 0.07 | 3.36 | 0.97 | 0.47 |
| Hex | EC | 11 | 4 | 0 | 5D | 62 | 7 | 3 | 61 | 2F |
| Octal | 354 | 21 | 4 | 0 | 135 | 142 | 7 | 3 | 141 | 57 |
| Binary | 11101100 | 10001 | 100 | 0 | 1011101 | 1100010 | 111 | 11 | 1100001 | 101111 |
Color Harmonies of #EC1104
Complementary color
Monochromatic Colors of #EC1104
Black with #EC1104
Text Example
Text Example
White with #EC1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1104; }
p { color: rgb(236,17,4); }
H1.HeaderClassName
{
color: #EC1104;
}
.AnyTagClassName
{
color: #EC1104;
}
</style>
background-color css
<style>
a { background-color: #EC1104; }
a { background-color: rgb(236,17,4); }
div.DivClassName
{
background-color: #EC1104;
}
.BgClassName
{
background-color: #EC1104;
}
</style>
border-color css
<style>
span { border-color: #EC1104; }
span { border-color: rgb(236,17,4); }
td.TdClassName
{
border-color: #EC1104;
}
.TagClassName
{
border-color: #EC1104;
}
</style>