Shades of Orange Red #EC440D
Tints of Orange Red #EC440D
RGB
CMYK
RGB Variations
Color information
#EC440D (or 0xEC440D) is known color: Orange Red. HEX triplet: EC, 44 and 0D. RGB value is (236,68,13). Sum of RGB (Red+Green+Blue) = 236+68+13=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440D is #13BBF2. Grayscale: #707070. Windows color (decimal): -1293299 or 869612. OLE color: 869612.
HSL color Cylindrical-coordinate representation of color #EC440D: hue angle of 14.8º 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 #EC440D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.07 |
| HSL | 14.8º | 0.9% | 0.49% | - |
| HSV(B) | 14.8º | 0.94% | 0.93% | - |
| XYZ | 36.73 | 22 | 2.69 | - |
| YUV | 111.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 13 | 0 | 0.71 | 0.94 | 0.07 | 14.8 | 0.9 | 0.49 |
| Hex | EC | 44 | D | 0 | 47 | 5E | 7 | F | 5A | 31 |
| Octal | 354 | 104 | 15 | 0 | 107 | 136 | 7 | 17 | 132 | 61 |
| Binary | 11101100 | 1000100 | 1101 | 0 | 1000111 | 1011110 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EC440D
Complementary color
Monochromatic Colors of #EC440D
Black with #EC440D
Text Example
Text Example
White with #EC440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC440D; }
p { color: rgb(236,68,13); }
H1.HeaderClassName
{
color: #EC440D;
}
.AnyTagClassName
{
color: #EC440D;
}
</style>
background-color css
<style>
a { background-color: #EC440D; }
a { background-color: rgb(236,68,13); }
div.DivClassName
{
background-color: #EC440D;
}
.BgClassName
{
background-color: #EC440D;
}
</style>
border-color css
<style>
span { border-color: #EC440D; }
span { border-color: rgb(236,68,13); }
td.TdClassName
{
border-color: #EC440D;
}
.TagClassName
{
border-color: #EC440D;
}
</style>