Shades of Orange Red #EC400C
Tints of Orange Red #EC400C
RGB
CMYK
RGB Variations
Color information
#EC400C (or 0xEC400C) is known color: Orange Red. HEX triplet: EC, 40 and 0C. RGB value is (236,64,12). Sum of RGB (Red+Green+Blue) = 236+64+12=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400C is #13BFF3. Grayscale: #6D6D6D. Windows color (decimal): -1294324 or 803052. OLE color: 803052.
HSL color Cylindrical-coordinate representation of color #EC400C: hue angle of 13.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC400C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 13.93º | 0.9% | 0.49% | - |
| HSV(B) | 13.93º | 0.95% | 0.93% | - |
| XYZ | 36.49 | 21.53 | 2.58 | - |
| YUV | 109.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 12 | 0 | 0.73 | 0.95 | 0.07 | 13.93 | 0.9 | 0.49 |
| Hex | EC | 40 | C | 0 | 49 | 5F | 7 | E | 5A | 31 |
| Octal | 354 | 100 | 14 | 0 | 111 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101100 | 1000000 | 1100 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #EC400C
Complementary color
Monochromatic Colors of #EC400C
Black with #EC400C
Text Example
Text Example
White with #EC400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC400C; }
p { color: rgb(236,64,12); }
H1.HeaderClassName
{
color: #EC400C;
}
.AnyTagClassName
{
color: #EC400C;
}
</style>
background-color css
<style>
a { background-color: #EC400C; }
a { background-color: rgb(236,64,12); }
div.DivClassName
{
background-color: #EC400C;
}
.BgClassName
{
background-color: #EC400C;
}
</style>
border-color css
<style>
span { border-color: #EC400C; }
span { border-color: rgb(236,64,12); }
td.TdClassName
{
border-color: #EC400C;
}
.TagClassName
{
border-color: #EC400C;
}
</style>