Shades of Orange Red #EC400A
Tints of Orange Red #EC400A
RGB
CMYK
RGB Variations
Color information
#EC400A (or 0xEC400A) is known color: Orange Red. HEX triplet: EC, 40 and 0A. RGB value is (236,64,10). Sum of RGB (Red+Green+Blue) = 236+64+10=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400A is #13BFF5. Grayscale: #6D6D6D. Windows color (decimal): -1294326 or 671980. OLE color: 671980.
HSL color Cylindrical-coordinate representation of color #EC400A: hue angle of 14.34º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC400A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.07 |
| HSL | 14.34º | 0.92% | 0.48% | - |
| HSV(B) | 14.34º | 0.96% | 0.93% | - |
| XYZ | 36.48 | 21.52 | 2.52 | - |
| YUV | 109.27 | 71.98 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 10 | 0 | 0.73 | 0.96 | 0.07 | 14.34 | 0.92 | 0.48 |
| Hex | EC | 40 | A | 0 | 49 | 60 | 7 | E | 5C | 30 |
| Octal | 354 | 100 | 12 | 0 | 111 | 140 | 7 | 16 | 134 | 60 |
| Binary | 11101100 | 1000000 | 1010 | 0 | 1001001 | 1100000 | 111 | 1110 | 1011100 | 110000 |
Color Harmonies of #EC400A
Complementary color
Monochromatic Colors of #EC400A
Black with #EC400A
Text Example
Text Example
White with #EC400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC400A; }
p { color: rgb(236,64,10); }
H1.HeaderClassName
{
color: #EC400A;
}
.AnyTagClassName
{
color: #EC400A;
}
</style>
background-color css
<style>
a { background-color: #EC400A; }
a { background-color: rgb(236,64,10); }
div.DivClassName
{
background-color: #EC400A;
}
.BgClassName
{
background-color: #EC400A;
}
</style>
border-color css
<style>
span { border-color: #EC400A; }
span { border-color: rgb(236,64,10); }
td.TdClassName
{
border-color: #EC400A;
}
.TagClassName
{
border-color: #EC400A;
}
</style>