Shades of Orange Red #EC3713
Tints of Orange Red #EC3713
RGB
CMYK
RGB Variations
Color information
#EC3713 (or 0xEC3713) is known color: Orange Red. HEX triplet: EC, 37 and 13. RGB value is (236,55,19). Sum of RGB (Red+Green+Blue) = 236+55+19=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3713 is #13C8EC. Grayscale: #696969. Windows color (decimal): -1296621 or 1259500. OLE color: 1259500.
HSL color Cylindrical-coordinate representation of color #EC3713: hue angle of 9.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC3713 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 19 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.07 |
| HSL | 9.95º | 0.85% | 0.5% | - |
| HSV(B) | 9.95º | 0.92% | 0.93% | - |
| XYZ | 36.08 | 20.61 | 2.69 | - |
| YUV | 105.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 19 | 0 | 0.77 | 0.92 | 0.07 | 9.95 | 0.85 | 0.5 |
| Hex | EC | 37 | 13 | 0 | 4D | 5C | 7 | A | 55 | 32 |
| Octal | 354 | 67 | 23 | 0 | 115 | 134 | 7 | 12 | 125 | 62 |
| Binary | 11101100 | 110111 | 10011 | 0 | 1001101 | 1011100 | 111 | 1010 | 1010101 | 110010 |
Color Harmonies of #EC3713
Complementary color
Monochromatic Colors of #EC3713
Black with #EC3713
Text Example
Text Example
White with #EC3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3713; }
p { color: rgb(236,55,19); }
H1.HeaderClassName
{
color: #EC3713;
}
.AnyTagClassName
{
color: #EC3713;
}
</style>
background-color css
<style>
a { background-color: #EC3713; }
a { background-color: rgb(236,55,19); }
div.DivClassName
{
background-color: #EC3713;
}
.BgClassName
{
background-color: #EC3713;
}
</style>
border-color css
<style>
span { border-color: #EC3713; }
span { border-color: rgb(236,55,19); }
td.TdClassName
{
border-color: #EC3713;
}
.TagClassName
{
border-color: #EC3713;
}
</style>