Shades of Orange Red #EC3614
Tints of Orange Red #EC3614
RGB
CMYK
RGB Variations
Color information
#EC3614 (or 0xEC3614) is known color: Orange Red. HEX triplet: EC, 36 and 14. RGB value is (236,54,20). Sum of RGB (Red+Green+Blue) = 236+54+20=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3614 is #13C9EB. Grayscale: #686868. Windows color (decimal): -1296876 or 1324780. OLE color: 1324780.
HSL color Cylindrical-coordinate representation of color #EC3614: hue angle of 9.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC3614 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 20 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.07 |
| HSL | 9.44º | 0.85% | 0.5% | - |
| HSV(B) | 9.44º | 0.92% | 0.93% | - |
| XYZ | 36.04 | 20.52 | 2.72 | - |
| YUV | 104.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 20 | 0 | 0.77 | 0.92 | 0.07 | 9.44 | 0.85 | 0.5 |
| Hex | EC | 36 | 14 | 0 | 4D | 5C | 7 | 9 | 55 | 32 |
| Octal | 354 | 66 | 24 | 0 | 115 | 134 | 7 | 11 | 125 | 62 |
| Binary | 11101100 | 110110 | 10100 | 0 | 1001101 | 1011100 | 111 | 1001 | 1010101 | 110010 |
Color Harmonies of #EC3614
Complementary color
Monochromatic Colors of #EC3614
Black with #EC3614
Text Example
Text Example
White with #EC3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3614; }
p { color: rgb(236,54,20); }
H1.HeaderClassName
{
color: #EC3614;
}
.AnyTagClassName
{
color: #EC3614;
}
</style>
background-color css
<style>
a { background-color: #EC3614; }
a { background-color: rgb(236,54,20); }
div.DivClassName
{
background-color: #EC3614;
}
.BgClassName
{
background-color: #EC3614;
}
</style>
border-color css
<style>
span { border-color: #EC3614; }
span { border-color: rgb(236,54,20); }
td.TdClassName
{
border-color: #EC3614;
}
.TagClassName
{
border-color: #EC3614;
}
</style>