Shades of Orange Red #EC3607
Tints of Orange Red #EC3607
RGB
CMYK
RGB Variations
Color information
#EC3607 (or 0xEC3607) is known color: Orange Red. HEX triplet: EC, 36 and 07. RGB value is (236,54,7). Sum of RGB (Red+Green+Blue) = 236+54+7=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3607 is #13C9F8. Grayscale: #676767. Windows color (decimal): -1296889 or 472812. OLE color: 472812.
HSL color Cylindrical-coordinate representation of color #EC3607: hue angle of 12.31º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3607 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.07 |
| HSL | 12.31º | 0.94% | 0.48% | - |
| HSV(B) | 12.31º | 0.97% | 0.93% | - |
| XYZ | 35.95 | 20.49 | 2.26 | - |
| YUV | 103.06 | 73.8 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 7 | 0 | 0.77 | 0.97 | 0.07 | 12.31 | 0.94 | 0.48 |
| Hex | EC | 36 | 7 | 0 | 4D | 61 | 7 | C | 5E | 30 |
| Octal | 354 | 66 | 7 | 0 | 115 | 141 | 7 | 14 | 136 | 60 |
| Binary | 11101100 | 110110 | 111 | 0 | 1001101 | 1100001 | 111 | 1100 | 1011110 | 110000 |
Color Harmonies of #EC3607
Complementary color
Monochromatic Colors of #EC3607
Black with #EC3607
Text Example
Text Example
White with #EC3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3607; }
p { color: rgb(236,54,7); }
H1.HeaderClassName
{
color: #EC3607;
}
.AnyTagClassName
{
color: #EC3607;
}
</style>
background-color css
<style>
a { background-color: #EC3607; }
a { background-color: rgb(236,54,7); }
div.DivClassName
{
background-color: #EC3607;
}
.BgClassName
{
background-color: #EC3607;
}
</style>
border-color css
<style>
span { border-color: #EC3607; }
span { border-color: rgb(236,54,7); }
td.TdClassName
{
border-color: #EC3607;
}
.TagClassName
{
border-color: #EC3607;
}
</style>