Shades of Orange Red #EC460C
Tints of Orange Red #EC460C
RGB
CMYK
RGB Variations
Color information
#EC460C (or 0xEC460C) is known color: Orange Red. HEX triplet: EC, 46 and 0C. RGB value is (236,70,12). Sum of RGB (Red+Green+Blue) = 236+70+12=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC460C is #13B9F3. Grayscale: #717171. Windows color (decimal): -1292788 or 804588. OLE color: 804588.
HSL color Cylindrical-coordinate representation of color #EC460C: hue angle of 15.54º 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 #EC460C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 15.54º | 0.9% | 0.49% | - |
| HSV(B) | 15.54º | 0.95% | 0.93% | - |
| XYZ | 36.85 | 22.24 | 2.7 | - |
| YUV | 113.02 | 71 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 12 | 0 | 0.70 | 0.95 | 0.07 | 15.54 | 0.9 | 0.49 |
| Hex | EC | 46 | C | 0 | 46 | 5F | 7 | 10 | 5A | 31 |
| Octal | 354 | 106 | 14 | 0 | 106 | 137 | 7 | 20 | 132 | 61 |
| Binary | 11101100 | 1000110 | 1100 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011010 | 110001 |
Color Harmonies of #EC460C
Complementary color
Monochromatic Colors of #EC460C
Black with #EC460C
Text Example
Text Example
White with #EC460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC460C; }
p { color: rgb(236,70,12); }
H1.HeaderClassName
{
color: #EC460C;
}
.AnyTagClassName
{
color: #EC460C;
}
</style>
background-color css
<style>
a { background-color: #EC460C; }
a { background-color: rgb(236,70,12); }
div.DivClassName
{
background-color: #EC460C;
}
.BgClassName
{
background-color: #EC460C;
}
</style>
border-color css
<style>
span { border-color: #EC460C; }
span { border-color: rgb(236,70,12); }
td.TdClassName
{
border-color: #EC460C;
}
.TagClassName
{
border-color: #EC460C;
}
</style>