Shades of Orange Red #EC3905
Tints of Orange Red #EC3905
RGB
CMYK
RGB Variations
Color information
#EC3905 (or 0xEC3905) is known color: Orange Red. HEX triplet: EC, 39 and 05. RGB value is (236,57,5). Sum of RGB (Red+Green+Blue) = 236+57+5=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3905 is #13C6FA. Grayscale: #686868. Windows color (decimal): -1296123 or 342508. OLE color: 342508.
HSL color Cylindrical-coordinate representation of color #EC3905: hue angle of 13.51º 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 #EC3905 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.07 |
| HSL | 13.51º | 0.96% | 0.47% | - |
| HSV(B) | 13.51º | 0.98% | 0.93% | - |
| XYZ | 36.08 | 20.77 | 2.25 | - |
| YUV | 104.59 | 71.8 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 5 | 0 | 0.76 | 0.98 | 0.07 | 13.51 | 0.96 | 0.47 |
| Hex | EC | 39 | 5 | 0 | 4C | 62 | 7 | E | 60 | 2F |
| Octal | 354 | 71 | 5 | 0 | 114 | 142 | 7 | 16 | 140 | 57 |
| Binary | 11101100 | 111001 | 101 | 0 | 1001100 | 1100010 | 111 | 1110 | 1100000 | 101111 |
Color Harmonies of #EC3905
Complementary color
Monochromatic Colors of #EC3905
Black with #EC3905
Text Example
Text Example
White with #EC3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3905; }
p { color: rgb(236,57,5); }
H1.HeaderClassName
{
color: #EC3905;
}
.AnyTagClassName
{
color: #EC3905;
}
</style>
background-color css
<style>
a { background-color: #EC3905; }
a { background-color: rgb(236,57,5); }
div.DivClassName
{
background-color: #EC3905;
}
.BgClassName
{
background-color: #EC3905;
}
</style>
border-color css
<style>
span { border-color: #EC3905; }
span { border-color: rgb(236,57,5); }
td.TdClassName
{
border-color: #EC3905;
}
.TagClassName
{
border-color: #EC3905;
}
</style>