Shades of Orange Red #EC3A04
Tints of Orange Red #EC3A04
RGB
CMYK
RGB Variations
Color information
#EC3A04 (or 0xEC3A04) is known color: Orange Red. HEX triplet: EC, 3A and 04. RGB value is (236,58,4). Sum of RGB (Red+Green+Blue) = 236+58+4=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A04 is #13C5FB. Grayscale: #696969. Windows color (decimal): -1295868 or 277228. OLE color: 277228.
HSL color Cylindrical-coordinate representation of color #EC3A04: hue angle of 13.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC3A04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.07 |
| HSL | 13.97º | 0.97% | 0.47% | - |
| HSV(B) | 13.97º | 0.98% | 0.93% | - |
| XYZ | 36.13 | 20.87 | 2.24 | - |
| YUV | 105.07 | 70.97 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 4 | 0 | 0.75 | 0.98 | 0.07 | 13.97 | 0.97 | 0.47 |
| Hex | EC | 3A | 4 | 0 | 4B | 62 | 7 | E | 61 | 2F |
| Octal | 354 | 72 | 4 | 0 | 113 | 142 | 7 | 16 | 141 | 57 |
| Binary | 11101100 | 111010 | 100 | 0 | 1001011 | 1100010 | 111 | 1110 | 1100001 | 101111 |
Color Harmonies of #EC3A04
Complementary color
Monochromatic Colors of #EC3A04
Black with #EC3A04
Text Example
Text Example
White with #EC3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A04; }
p { color: rgb(236,58,4); }
H1.HeaderClassName
{
color: #EC3A04;
}
.AnyTagClassName
{
color: #EC3A04;
}
</style>
background-color css
<style>
a { background-color: #EC3A04; }
a { background-color: rgb(236,58,4); }
div.DivClassName
{
background-color: #EC3A04;
}
.BgClassName
{
background-color: #EC3A04;
}
</style>
border-color css
<style>
span { border-color: #EC3A04; }
span { border-color: rgb(236,58,4); }
td.TdClassName
{
border-color: #EC3A04;
}
.TagClassName
{
border-color: #EC3A04;
}
</style>