Shades of Orange Red #EC3E05
Tints of Orange Red #EC3E05
RGB
CMYK
RGB Variations
Color information
#EC3E05 (or 0xEC3E05) is known color: Orange Red. HEX triplet: EC, 3E and 05. RGB value is (236,62,5). Sum of RGB (Red+Green+Blue) = 236+62+5=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E05 is #13C1FA. Grayscale: #6B6B6B. Windows color (decimal): -1294843 or 343788. OLE color: 343788.
HSL color Cylindrical-coordinate representation of color #EC3E05: hue angle of 14.81º 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 #EC3E05 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.07 |
| HSL | 14.81º | 0.96% | 0.47% | - |
| HSV(B) | 14.81º | 0.98% | 0.93% | - |
| XYZ | 36.34 | 21.29 | 2.34 | - |
| YUV | 107.53 | 70.15 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 5 | 0 | 0.74 | 0.98 | 0.07 | 14.81 | 0.96 | 0.47 |
| Hex | EC | 3E | 5 | 0 | 4A | 62 | 7 | F | 60 | 2F |
| Octal | 354 | 76 | 5 | 0 | 112 | 142 | 7 | 17 | 140 | 57 |
| Binary | 11101100 | 111110 | 101 | 0 | 1001010 | 1100010 | 111 | 1111 | 1100000 | 101111 |
Color Harmonies of #EC3E05
Complementary color
Monochromatic Colors of #EC3E05
Black with #EC3E05
Text Example
Text Example
White with #EC3E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E05; }
p { color: rgb(236,62,5); }
H1.HeaderClassName
{
color: #EC3E05;
}
.AnyTagClassName
{
color: #EC3E05;
}
</style>
background-color css
<style>
a { background-color: #EC3E05; }
a { background-color: rgb(236,62,5); }
div.DivClassName
{
background-color: #EC3E05;
}
.BgClassName
{
background-color: #EC3E05;
}
</style>
border-color css
<style>
span { border-color: #EC3E05; }
span { border-color: rgb(236,62,5); }
td.TdClassName
{
border-color: #EC3E05;
}
.TagClassName
{
border-color: #EC3E05;
}
</style>