Shades of Orange Red #EC3A05
Tints of Orange Red #EC3A05
RGB
CMYK
RGB Variations
Color information
#EC3A05 (or 0xEC3A05) is known color: Orange Red. HEX triplet: EC, 3A and 05. RGB value is (236,58,5). Sum of RGB (Red+Green+Blue) = 236+58+5=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A05 is #13C5FA. Grayscale: #696969. Windows color (decimal): -1295867 or 342764. OLE color: 342764.
HSL color Cylindrical-coordinate representation of color #EC3A05: hue angle of 13.77º degrees, saturation: 0.96, 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 #EC3A05 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.07 |
| HSL | 13.77º | 0.96% | 0.47% | - |
| HSV(B) | 13.77º | 0.98% | 0.93% | - |
| XYZ | 36.13 | 20.87 | 2.27 | - |
| YUV | 105.18 | 71.47 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 5 | 0 | 0.75 | 0.98 | 0.07 | 13.77 | 0.96 | 0.47 |
| Hex | EC | 3A | 5 | 0 | 4B | 62 | 7 | E | 60 | 2F |
| Octal | 354 | 72 | 5 | 0 | 113 | 142 | 7 | 16 | 140 | 57 |
| Binary | 11101100 | 111010 | 101 | 0 | 1001011 | 1100010 | 111 | 1110 | 1100000 | 101111 |
Color Harmonies of #EC3A05
Complementary color
Monochromatic Colors of #EC3A05
Black with #EC3A05
Text Example
Text Example
White with #EC3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A05; }
p { color: rgb(236,58,5); }
H1.HeaderClassName
{
color: #EC3A05;
}
.AnyTagClassName
{
color: #EC3A05;
}
</style>
background-color css
<style>
a { background-color: #EC3A05; }
a { background-color: rgb(236,58,5); }
div.DivClassName
{
background-color: #EC3A05;
}
.BgClassName
{
background-color: #EC3A05;
}
</style>
border-color css
<style>
span { border-color: #EC3A05; }
span { border-color: rgb(236,58,5); }
td.TdClassName
{
border-color: #EC3A05;
}
.TagClassName
{
border-color: #EC3A05;
}
</style>