Shades of Red #EC0904
Tints of Red #EC0904
RGB
CMYK
RGB Variations
Color information
#EC0904 (or 0xEC0904) is known color: Red. HEX triplet: EC, 09 and 04. RGB value is (236,9,4). Sum of RGB (Red+Green+Blue) = 236+9+4=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0904 is #13F6FB. Grayscale: #4C4C4C. Windows color (decimal): -1308412 or 264684. OLE color: 264684.
HSL color Cylindrical-coordinate representation of color #EC0904: hue angle of 1.29º 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 #EC0904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.07 |
| HSL | 1.29º | 0.97% | 0.47% | - |
| HSV(B) | 1.29º | 0.98% | 0.93% | - |
| XYZ | 34.71 | 18.04 | 1.77 | - |
| YUV | 76.3 | 87.21 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 4 | 0 | 0.96 | 0.98 | 0.07 | 1.29 | 0.97 | 0.47 |
| Hex | EC | 9 | 4 | 0 | 60 | 62 | 7 | 1 | 61 | 2F |
| Octal | 354 | 11 | 4 | 0 | 140 | 142 | 7 | 1 | 141 | 57 |
| Binary | 11101100 | 1001 | 100 | 0 | 1100000 | 1100010 | 111 | 1 | 1100001 | 101111 |
Color Harmonies of #EC0904
Complementary color
Monochromatic Colors of #EC0904
Black with #EC0904
Text Example
Text Example
White with #EC0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0904; }
p { color: rgb(236,9,4); }
H1.HeaderClassName
{
color: #EC0904;
}
.AnyTagClassName
{
color: #EC0904;
}
</style>
background-color css
<style>
a { background-color: #EC0904; }
a { background-color: rgb(236,9,4); }
div.DivClassName
{
background-color: #EC0904;
}
.BgClassName
{
background-color: #EC0904;
}
</style>
border-color css
<style>
span { border-color: #EC0904; }
span { border-color: rgb(236,9,4); }
td.TdClassName
{
border-color: #EC0904;
}
.TagClassName
{
border-color: #EC0904;
}
</style>