Shades of Orange Red #EC3A03
Tints of Orange Red #EC3A03
RGB
CMYK
RGB Variations
Color information
#EC3A03 (or 0xEC3A03) is known color: Orange Red. HEX triplet: EC, 3A and 03. RGB value is (236,58,3). Sum of RGB (Red+Green+Blue) = 236+58+3=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A03 is #13C5FC. Grayscale: #696969. Windows color (decimal): -1295869 or 211692. OLE color: 211692.
HSL color Cylindrical-coordinate representation of color #EC3A03: hue angle of 14.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC3A03 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.07 |
| HSL | 14.16º | 0.97% | 0.47% | - |
| HSV(B) | 14.16º | 0.99% | 0.93% | - |
| XYZ | 36.12 | 20.87 | 2.21 | - |
| YUV | 104.95 | 70.47 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 3 | 0 | 0.75 | 0.99 | 0.07 | 14.16 | 0.97 | 0.47 |
| Hex | EC | 3A | 3 | 0 | 4B | 63 | 7 | E | 61 | 2F |
| Octal | 354 | 72 | 3 | 0 | 113 | 143 | 7 | 16 | 141 | 57 |
| Binary | 11101100 | 111010 | 11 | 0 | 1001011 | 1100011 | 111 | 1110 | 1100001 | 101111 |
Color Harmonies of #EC3A03
Complementary color
Monochromatic Colors of #EC3A03
Black with #EC3A03
Text Example
Text Example
White with #EC3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A03; }
p { color: rgb(236,58,3); }
H1.HeaderClassName
{
color: #EC3A03;
}
.AnyTagClassName
{
color: #EC3A03;
}
</style>
background-color css
<style>
a { background-color: #EC3A03; }
a { background-color: rgb(236,58,3); }
div.DivClassName
{
background-color: #EC3A03;
}
.BgClassName
{
background-color: #EC3A03;
}
</style>
border-color css
<style>
span { border-color: #EC3A03; }
span { border-color: rgb(236,58,3); }
td.TdClassName
{
border-color: #EC3A03;
}
.TagClassName
{
border-color: #EC3A03;
}
</style>