Shades of Orange Red #EC400F
Tints of Orange Red #EC400F
RGB
CMYK
RGB Variations
Color information
#EC400F (or 0xEC400F) is known color: Orange Red. HEX triplet: EC, 40 and 0F. RGB value is (236,64,15). Sum of RGB (Red+Green+Blue) = 236+64+15=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400F is #13BFF0. Grayscale: #6E6E6E. Windows color (decimal): -1294321 or 999660. OLE color: 999660.
HSL color Cylindrical-coordinate representation of color #EC400F: hue angle of 13.3º 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 #EC400F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.07 |
| HSL | 13.3º | 0.88% | 0.49% | - |
| HSV(B) | 13.3º | 0.94% | 0.93% | - |
| XYZ | 36.51 | 21.53 | 2.68 | - |
| YUV | 109.84 | 74.48 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 15 | 0 | 0.73 | 0.94 | 0.07 | 13.3 | 0.88 | 0.49 |
| Hex | EC | 40 | F | 0 | 49 | 5E | 7 | D | 58 | 31 |
| Octal | 354 | 100 | 17 | 0 | 111 | 136 | 7 | 15 | 130 | 61 |
| Binary | 11101100 | 1000000 | 1111 | 0 | 1001001 | 1011110 | 111 | 1101 | 1011000 | 110001 |
Color Harmonies of #EC400F
Complementary color
Monochromatic Colors of #EC400F
Black with #EC400F
Text Example
Text Example
White with #EC400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC400F; }
p { color: rgb(236,64,15); }
H1.HeaderClassName
{
color: #EC400F;
}
.AnyTagClassName
{
color: #EC400F;
}
</style>
background-color css
<style>
a { background-color: #EC400F; }
a { background-color: rgb(236,64,15); }
div.DivClassName
{
background-color: #EC400F;
}
.BgClassName
{
background-color: #EC400F;
}
</style>
border-color css
<style>
span { border-color: #EC400F; }
span { border-color: rgb(236,64,15); }
td.TdClassName
{
border-color: #EC400F;
}
.TagClassName
{
border-color: #EC400F;
}
</style>