Shades of Orange Red #EC420A
Tints of Orange Red #EC420A
RGB
CMYK
RGB Variations
Color information
#EC420A (or 0xEC420A) is known color: Orange Red. HEX triplet: EC, 42 and 0A. RGB value is (236,66,10). Sum of RGB (Red+Green+Blue) = 236+66+10=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC420A is #13BDF5. Grayscale: #6E6E6E. Windows color (decimal): -1293814 or 672492. OLE color: 672492.
HSL color Cylindrical-coordinate representation of color #EC420A: hue angle of 14.87º 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 #EC420A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.07 |
| HSL | 14.87º | 0.92% | 0.48% | - |
| HSV(B) | 14.87º | 0.96% | 0.93% | - |
| XYZ | 36.6 | 21.75 | 2.56 | - |
| YUV | 110.45 | 71.32 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 10 | 0 | 0.72 | 0.96 | 0.07 | 14.87 | 0.92 | 0.48 |
| Hex | EC | 42 | A | 0 | 48 | 60 | 7 | F | 5C | 30 |
| Octal | 354 | 102 | 12 | 0 | 110 | 140 | 7 | 17 | 134 | 60 |
| Binary | 11101100 | 1000010 | 1010 | 0 | 1001000 | 1100000 | 111 | 1111 | 1011100 | 110000 |
Color Harmonies of #EC420A
Complementary color
Monochromatic Colors of #EC420A
Black with #EC420A
Text Example
Text Example
White with #EC420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC420A; }
p { color: rgb(236,66,10); }
H1.HeaderClassName
{
color: #EC420A;
}
.AnyTagClassName
{
color: #EC420A;
}
</style>
background-color css
<style>
a { background-color: #EC420A; }
a { background-color: rgb(236,66,10); }
div.DivClassName
{
background-color: #EC420A;
}
.BgClassName
{
background-color: #EC420A;
}
</style>
border-color css
<style>
span { border-color: #EC420A; }
span { border-color: rgb(236,66,10); }
td.TdClassName
{
border-color: #EC420A;
}
.TagClassName
{
border-color: #EC420A;
}
</style>