Shades of Orange Red #EC470D
Tints of Orange Red #EC470D
RGB
CMYK
RGB Variations
Color information
#EC470D (or 0xEC470D) is known color: Orange Red. HEX triplet: EC, 47 and 0D. RGB value is (236,71,13). Sum of RGB (Red+Green+Blue) = 236+71+13=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC470D is #13B8F2. Grayscale: #727272. Windows color (decimal): -1292531 or 870380. OLE color: 870380.
HSL color Cylindrical-coordinate representation of color #EC470D: hue angle of 15.61º degrees, saturation: 0.9, 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 #EC470D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 15.61º | 0.9% | 0.49% | - |
| HSV(B) | 15.61º | 0.94% | 0.93% | - |
| XYZ | 36.92 | 22.37 | 2.75 | - |
| YUV | 113.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 13 | 0 | 0.70 | 0.94 | 0.07 | 15.61 | 0.9 | 0.49 |
| Hex | EC | 47 | D | 0 | 46 | 5E | 7 | 10 | 5A | 31 |
| Octal | 354 | 107 | 15 | 0 | 106 | 136 | 7 | 20 | 132 | 61 |
| Binary | 11101100 | 1000111 | 1101 | 0 | 1000110 | 1011110 | 111 | 10000 | 1011010 | 110001 |
Color Harmonies of #EC470D
Complementary color
Monochromatic Colors of #EC470D
Black with #EC470D
Text Example
Text Example
White with #EC470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC470D; }
p { color: rgb(236,71,13); }
H1.HeaderClassName
{
color: #EC470D;
}
.AnyTagClassName
{
color: #EC470D;
}
</style>
background-color css
<style>
a { background-color: #EC470D; }
a { background-color: rgb(236,71,13); }
div.DivClassName
{
background-color: #EC470D;
}
.BgClassName
{
background-color: #EC470D;
}
</style>
border-color css
<style>
span { border-color: #EC470D; }
span { border-color: rgb(236,71,13); }
td.TdClassName
{
border-color: #EC470D;
}
.TagClassName
{
border-color: #EC470D;
}
</style>