Shades of Orange Red #EC4314
Tints of Orange Red #EC4314
RGB
CMYK
RGB Variations
Color information
#EC4314 (or 0xEC4314) is known color: Orange Red. HEX triplet: EC, 43 and 14. RGB value is (236,67,20). Sum of RGB (Red+Green+Blue) = 236+67+20=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4314 is #13BCEB. Grayscale: #707070. Windows color (decimal): -1293548 or 1328108. OLE color: 1328108.
HSL color Cylindrical-coordinate representation of color #EC4314: hue angle of 13.06º 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 #EC4314 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 20 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.07 |
| HSL | 13.06º | 0.85% | 0.5% | - |
| HSV(B) | 13.06º | 0.92% | 0.93% | - |
| XYZ | 36.73 | 21.9 | 2.95 | - |
| YUV | 112.17 | 75.99 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 20 | 0 | 0.72 | 0.92 | 0.07 | 13.06 | 0.85 | 0.5 |
| Hex | EC | 43 | 14 | 0 | 48 | 5C | 7 | D | 55 | 32 |
| Octal | 354 | 103 | 24 | 0 | 110 | 134 | 7 | 15 | 125 | 62 |
| Binary | 11101100 | 1000011 | 10100 | 0 | 1001000 | 1011100 | 111 | 1101 | 1010101 | 110010 |
Color Harmonies of #EC4314
Complementary color
Monochromatic Colors of #EC4314
Black with #EC4314
Text Example
Text Example
White with #EC4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4314; }
p { color: rgb(236,67,20); }
H1.HeaderClassName
{
color: #EC4314;
}
.AnyTagClassName
{
color: #EC4314;
}
</style>
background-color css
<style>
a { background-color: #EC4314; }
a { background-color: rgb(236,67,20); }
div.DivClassName
{
background-color: #EC4314;
}
.BgClassName
{
background-color: #EC4314;
}
</style>
border-color css
<style>
span { border-color: #EC4314; }
span { border-color: rgb(236,67,20); }
td.TdClassName
{
border-color: #EC4314;
}
.TagClassName
{
border-color: #EC4314;
}
</style>