Shades of Orange Red #EC4404
Tints of Orange Red #EC4404
RGB
CMYK
RGB Variations
Color information
#EC4404 (or 0xEC4404) is known color: Orange Red. HEX triplet: EC, 44 and 04. RGB value is (236,68,4). Sum of RGB (Red+Green+Blue) = 236+68+4=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4404 is #13BBFB. Grayscale: #6F6F6F. Windows color (decimal): -1293308 or 279788. OLE color: 279788.
HSL color Cylindrical-coordinate representation of color #EC4404: hue angle of 16.55º 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 #EC4404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.07 |
| HSL | 16.55º | 0.97% | 0.47% | - |
| HSV(B) | 16.55º | 0.98% | 0.93% | - |
| XYZ | 36.68 | 21.98 | 2.42 | - |
| YUV | 110.94 | 67.66 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 4 | 0 | 0.71 | 0.98 | 0.07 | 16.55 | 0.97 | 0.47 |
| Hex | EC | 44 | 4 | 0 | 47 | 62 | 7 | 11 | 61 | 2F |
| Octal | 354 | 104 | 4 | 0 | 107 | 142 | 7 | 21 | 141 | 57 |
| Binary | 11101100 | 1000100 | 100 | 0 | 1000111 | 1100010 | 111 | 10001 | 1100001 | 101111 |
Color Harmonies of #EC4404
Complementary color
Monochromatic Colors of #EC4404
Black with #EC4404
Text Example
Text Example
White with #EC4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4404; }
p { color: rgb(236,68,4); }
H1.HeaderClassName
{
color: #EC4404;
}
.AnyTagClassName
{
color: #EC4404;
}
</style>
background-color css
<style>
a { background-color: #EC4404; }
a { background-color: rgb(236,68,4); }
div.DivClassName
{
background-color: #EC4404;
}
.BgClassName
{
background-color: #EC4404;
}
</style>
border-color css
<style>
span { border-color: #EC4404; }
span { border-color: rgb(236,68,4); }
td.TdClassName
{
border-color: #EC4404;
}
.TagClassName
{
border-color: #EC4404;
}
</style>