Shades of Orange Red #EC3A06
Tints of Orange Red #EC3A06
RGB
CMYK
RGB Variations
Color information
#EC3A06 (or 0xEC3A06) is known color: Orange Red. HEX triplet: EC, 3A and 06. RGB value is (236,58,6). Sum of RGB (Red+Green+Blue) = 236+58+6=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A06 is #13C5F9. Grayscale: #696969. Windows color (decimal): -1295866 or 408300. OLE color: 408300.
HSL color Cylindrical-coordinate representation of color #EC3A06: hue angle of 13.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3A06 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.07 |
| HSL | 13.57º | 0.95% | 0.47% | - |
| HSV(B) | 13.57º | 0.97% | 0.93% | - |
| XYZ | 36.14 | 20.87 | 2.3 | - |
| YUV | 105.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 6 | 0 | 0.75 | 0.97 | 0.07 | 13.57 | 0.95 | 0.47 |
| Hex | EC | 3A | 6 | 0 | 4B | 61 | 7 | E | 5F | 2F |
| Octal | 354 | 72 | 6 | 0 | 113 | 141 | 7 | 16 | 137 | 57 |
| Binary | 11101100 | 111010 | 110 | 0 | 1001011 | 1100001 | 111 | 1110 | 1011111 | 101111 |
Color Harmonies of #EC3A06
Complementary color
Monochromatic Colors of #EC3A06
Black with #EC3A06
Text Example
Text Example
White with #EC3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A06; }
p { color: rgb(236,58,6); }
H1.HeaderClassName
{
color: #EC3A06;
}
.AnyTagClassName
{
color: #EC3A06;
}
</style>
background-color css
<style>
a { background-color: #EC3A06; }
a { background-color: rgb(236,58,6); }
div.DivClassName
{
background-color: #EC3A06;
}
.BgClassName
{
background-color: #EC3A06;
}
</style>
border-color css
<style>
span { border-color: #EC3A06; }
span { border-color: rgb(236,58,6); }
td.TdClassName
{
border-color: #EC3A06;
}
.TagClassName
{
border-color: #EC3A06;
}
</style>