Shades of Orange Red #EC440A
Tints of Orange Red #EC440A
RGB
CMYK
RGB Variations
Color information
#EC440A (or 0xEC440A) is known color: Orange Red. HEX triplet: EC, 44 and 0A. RGB value is (236,68,10). Sum of RGB (Red+Green+Blue) = 236+68+10=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440A is #13BBF5. Grayscale: #707070. Windows color (decimal): -1293302 or 673004. OLE color: 673004.
HSL color Cylindrical-coordinate representation of color #EC440A: hue angle of 15.4º 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 #EC440A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.07 |
| HSL | 15.4º | 0.92% | 0.48% | - |
| HSV(B) | 15.4º | 0.96% | 0.93% | - |
| XYZ | 36.71 | 21.99 | 2.6 | - |
| YUV | 111.62 | 70.66 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 10 | 0 | 0.71 | 0.96 | 0.07 | 15.4 | 0.92 | 0.48 |
| Hex | EC | 44 | A | 0 | 47 | 60 | 7 | F | 5C | 30 |
| Octal | 354 | 104 | 12 | 0 | 107 | 140 | 7 | 17 | 134 | 60 |
| Binary | 11101100 | 1000100 | 1010 | 0 | 1000111 | 1100000 | 111 | 1111 | 1011100 | 110000 |
Color Harmonies of #EC440A
Complementary color
Monochromatic Colors of #EC440A
Black with #EC440A
Text Example
Text Example
White with #EC440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC440A; }
p { color: rgb(236,68,10); }
H1.HeaderClassName
{
color: #EC440A;
}
.AnyTagClassName
{
color: #EC440A;
}
</style>
background-color css
<style>
a { background-color: #EC440A; }
a { background-color: rgb(236,68,10); }
div.DivClassName
{
background-color: #EC440A;
}
.BgClassName
{
background-color: #EC440A;
}
</style>
border-color css
<style>
span { border-color: #EC440A; }
span { border-color: rgb(236,68,10); }
td.TdClassName
{
border-color: #EC440A;
}
.TagClassName
{
border-color: #EC440A;
}
</style>