Shades of Orange Red #EC450E
Tints of Orange Red #EC450E
RGB
CMYK
RGB Variations
Color information
#EC450E (or 0xEC450E) is known color: Orange Red. HEX triplet: EC, 45 and 0E. RGB value is (236,69,14). Sum of RGB (Red+Green+Blue) = 236+69+14=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450E is #13BAF1. Grayscale: #717171. Windows color (decimal): -1293042 or 935404. OLE color: 935404.
HSL color Cylindrical-coordinate representation of color #EC450E: hue angle of 14.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC450E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.07 |
| HSL | 14.86º | 0.89% | 0.49% | - |
| HSV(B) | 14.86º | 0.94% | 0.93% | - |
| XYZ | 36.8 | 22.12 | 2.75 | - |
| YUV | 112.66 | 72.33 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 14 | 0 | 0.71 | 0.94 | 0.07 | 14.86 | 0.89 | 0.49 |
| Hex | EC | 45 | E | 0 | 47 | 5E | 7 | F | 59 | 31 |
| Octal | 354 | 105 | 16 | 0 | 107 | 136 | 7 | 17 | 131 | 61 |
| Binary | 11101100 | 1000101 | 1110 | 0 | 1000111 | 1011110 | 111 | 1111 | 1011001 | 110001 |
Color Harmonies of #EC450E
Complementary color
Monochromatic Colors of #EC450E
Black with #EC450E
Text Example
Text Example
White with #EC450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC450E; }
p { color: rgb(236,69,14); }
H1.HeaderClassName
{
color: #EC450E;
}
.AnyTagClassName
{
color: #EC450E;
}
</style>
background-color css
<style>
a { background-color: #EC450E; }
a { background-color: rgb(236,69,14); }
div.DivClassName
{
background-color: #EC450E;
}
.BgClassName
{
background-color: #EC450E;
}
</style>
border-color css
<style>
span { border-color: #EC450E; }
span { border-color: rgb(236,69,14); }
td.TdClassName
{
border-color: #EC450E;
}
.TagClassName
{
border-color: #EC450E;
}
</style>