Shades of Orange Red #EC3907
Tints of Orange Red #EC3907
RGB
CMYK
RGB Variations
Color information
#EC3907 (or 0xEC3907) is known color: Orange Red. HEX triplet: EC, 39 and 07. RGB value is (236,57,7). Sum of RGB (Red+Green+Blue) = 236+57+7=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3907 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3907 is #13C6F8. Grayscale: #696969. Windows color (decimal): -1296121 or 473580. OLE color: 473580.
HSL color Cylindrical-coordinate representation of color #EC3907: hue angle of 13.1º 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 #EC3907 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.07 |
| HSL | 13.1º | 0.94% | 0.48% | - |
| HSV(B) | 13.1º | 0.97% | 0.93% | - |
| XYZ | 36.09 | 20.77 | 2.31 | - |
| YUV | 104.82 | 72.8 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 7 | 0 | 0.76 | 0.97 | 0.07 | 13.1 | 0.94 | 0.48 |
| Hex | EC | 39 | 7 | 0 | 4C | 61 | 7 | D | 5E | 30 |
| Octal | 354 | 71 | 7 | 0 | 114 | 141 | 7 | 15 | 136 | 60 |
| Binary | 11101100 | 111001 | 111 | 0 | 1001100 | 1100001 | 111 | 1101 | 1011110 | 110000 |
Color Harmonies of #EC3907
Complementary color
Monochromatic Colors of #EC3907
Black with #EC3907
Text Example
Text Example
White with #EC3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3907; }
p { color: rgb(236,57,7); }
H1.HeaderClassName
{
color: #EC3907;
}
.AnyTagClassName
{
color: #EC3907;
}
</style>
background-color css
<style>
a { background-color: #EC3907; }
a { background-color: rgb(236,57,7); }
div.DivClassName
{
background-color: #EC3907;
}
.BgClassName
{
background-color: #EC3907;
}
</style>
border-color css
<style>
span { border-color: #EC3907; }
span { border-color: rgb(236,57,7); }
td.TdClassName
{
border-color: #EC3907;
}
.TagClassName
{
border-color: #EC3907;
}
</style>