Shades of Orange Red #EC450F
Tints of Orange Red #EC450F
RGB
CMYK
RGB Variations
Color information
#EC450F (or 0xEC450F) is known color: Orange Red. HEX triplet: EC, 45 and 0F. RGB value is (236,69,15). Sum of RGB (Red+Green+Blue) = 236+69+15=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450F is #13BAF0. Grayscale: #717171. Windows color (decimal): -1293041 or 1000940. OLE color: 1000940.
HSL color Cylindrical-coordinate representation of color #EC450F: hue angle of 14.66º degrees, saturation: 0.88, 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 #EC450F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.07 |
| HSL | 14.66º | 0.88% | 0.49% | - |
| HSV(B) | 14.66º | 0.94% | 0.93% | - |
| XYZ | 36.81 | 22.12 | 2.78 | - |
| YUV | 112.78 | 72.83 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 15 | 0 | 0.71 | 0.94 | 0.07 | 14.66 | 0.88 | 0.49 |
| Hex | EC | 45 | F | 0 | 47 | 5E | 7 | F | 58 | 31 |
| Octal | 354 | 105 | 17 | 0 | 107 | 136 | 7 | 17 | 130 | 61 |
| Binary | 11101100 | 1000101 | 1111 | 0 | 1000111 | 1011110 | 111 | 1111 | 1011000 | 110001 |
Color Harmonies of #EC450F
Complementary color
Monochromatic Colors of #EC450F
Black with #EC450F
Text Example
Text Example
White with #EC450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC450F; }
p { color: rgb(236,69,15); }
H1.HeaderClassName
{
color: #EC450F;
}
.AnyTagClassName
{
color: #EC450F;
}
</style>
background-color css
<style>
a { background-color: #EC450F; }
a { background-color: rgb(236,69,15); }
div.DivClassName
{
background-color: #EC450F;
}
.BgClassName
{
background-color: #EC450F;
}
</style>
border-color css
<style>
span { border-color: #EC450F; }
span { border-color: rgb(236,69,15); }
td.TdClassName
{
border-color: #EC450F;
}
.TagClassName
{
border-color: #EC450F;
}
</style>