Shades of Red #EC0804
Tints of Red #EC0804
RGB
CMYK
RGB Variations
Color information
#EC0804 (or 0xEC0804) is known color: Red. HEX triplet: EC, 08 and 04. RGB value is (236,8,4). Sum of RGB (Red+Green+Blue) = 236+8+4=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0804 is #13F7FB. Grayscale: #4B4B4B. Windows color (decimal): -1308668 or 264428. OLE color: 264428.
HSL color Cylindrical-coordinate representation of color #EC0804: hue angle of 1.03º 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 #EC0804 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.07 |
| HSL | 1.03º | 0.97% | 0.47% | - |
| HSV(B) | 1.03º | 0.98% | 0.93% | - |
| XYZ | 34.7 | 18.02 | 1.76 | - |
| YUV | 75.72 | 87.54 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 4 | 0 | 0.97 | 0.98 | 0.07 | 1.03 | 0.97 | 0.47 |
| Hex | EC | 8 | 4 | 0 | 61 | 62 | 7 | 1 | 61 | 2F |
| Octal | 354 | 10 | 4 | 0 | 141 | 142 | 7 | 1 | 141 | 57 |
| Binary | 11101100 | 1000 | 100 | 0 | 1100001 | 1100010 | 111 | 1 | 1100001 | 101111 |
Color Harmonies of #EC0804
Complementary color
Monochromatic Colors of #EC0804
Black with #EC0804
Text Example
Text Example
White with #EC0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0804; }
p { color: rgb(236,8,4); }
H1.HeaderClassName
{
color: #EC0804;
}
.AnyTagClassName
{
color: #EC0804;
}
</style>
background-color css
<style>
a { background-color: #EC0804; }
a { background-color: rgb(236,8,4); }
div.DivClassName
{
background-color: #EC0804;
}
.BgClassName
{
background-color: #EC0804;
}
</style>
border-color css
<style>
span { border-color: #EC0804; }
span { border-color: rgb(236,8,4); }
td.TdClassName
{
border-color: #EC0804;
}
.TagClassName
{
border-color: #EC0804;
}
</style>