Shades of Orange Red #EC3916
Tints of Orange Red #EC3916
RGB
CMYK
RGB Variations
Color information
#EC3916 (or 0xEC3916) is known color: Orange Red. HEX triplet: EC, 39 and 16. RGB value is (236,57,22). Sum of RGB (Red+Green+Blue) = 236+57+22=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3916 is #13C6E9. Grayscale: #6A6A6A. Windows color (decimal): -1296106 or 1456620. OLE color: 1456620.
HSL color Cylindrical-coordinate representation of color #EC3916: hue angle of 9.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3916 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 22 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.07 |
| HSL | 9.81º | 0.85% | 0.51% | - |
| HSV(B) | 9.81º | 0.91% | 0.93% | - |
| XYZ | 36.2 | 20.82 | 2.87 | - |
| YUV | 106.53 | 80.3 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 22 | 0 | 0.76 | 0.91 | 0.07 | 9.81 | 0.85 | 0.51 |
| Hex | EC | 39 | 16 | 0 | 4C | 5B | 7 | A | 55 | 33 |
| Octal | 354 | 71 | 26 | 0 | 114 | 133 | 7 | 12 | 125 | 63 |
| Binary | 11101100 | 111001 | 10110 | 0 | 1001100 | 1011011 | 111 | 1010 | 1010101 | 110011 |
Color Harmonies of #EC3916
Complementary color
Monochromatic Colors of #EC3916
Black with #EC3916
Text Example
Text Example
White with #EC3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3916; }
p { color: rgb(236,57,22); }
H1.HeaderClassName
{
color: #EC3916;
}
.AnyTagClassName
{
color: #EC3916;
}
</style>
background-color css
<style>
a { background-color: #EC3916; }
a { background-color: rgb(236,57,22); }
div.DivClassName
{
background-color: #EC3916;
}
.BgClassName
{
background-color: #EC3916;
}
</style>
border-color css
<style>
span { border-color: #EC3916; }
span { border-color: rgb(236,57,22); }
td.TdClassName
{
border-color: #EC3916;
}
.TagClassName
{
border-color: #EC3916;
}
</style>