Shades of Orange Red #EC3505
Tints of Orange Red #EC3505
RGB
CMYK
RGB Variations
Color information
#EC3505 (or 0xEC3505) is known color: Orange Red. HEX triplet: EC, 35 and 05. RGB value is (236,53,5). Sum of RGB (Red+Green+Blue) = 236+53+5=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3505 is #13CAFA. Grayscale: #666666. Windows color (decimal): -1297147 or 341484. OLE color: 341484.
HSL color Cylindrical-coordinate representation of color #EC3505: hue angle of 12.47º 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 #EC3505 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 12.47º | 0.96% | 0.47% | - |
| HSV(B) | 12.47º | 0.98% | 0.93% | - |
| XYZ | 35.89 | 20.39 | 2.19 | - |
| YUV | 102.25 | 73.13 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 5 | 0 | 0.78 | 0.98 | 0.07 | 12.47 | 0.96 | 0.47 |
| Hex | EC | 35 | 5 | 0 | 4E | 62 | 7 | C | 60 | 2F |
| Octal | 354 | 65 | 5 | 0 | 116 | 142 | 7 | 14 | 140 | 57 |
| Binary | 11101100 | 110101 | 101 | 0 | 1001110 | 1100010 | 111 | 1100 | 1100000 | 101111 |
Color Harmonies of #EC3505
Complementary color
Monochromatic Colors of #EC3505
Black with #EC3505
Text Example
Text Example
White with #EC3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3505; }
p { color: rgb(236,53,5); }
H1.HeaderClassName
{
color: #EC3505;
}
.AnyTagClassName
{
color: #EC3505;
}
</style>
background-color css
<style>
a { background-color: #EC3505; }
a { background-color: rgb(236,53,5); }
div.DivClassName
{
background-color: #EC3505;
}
.BgClassName
{
background-color: #EC3505;
}
</style>
border-color css
<style>
span { border-color: #EC3505; }
span { border-color: rgb(236,53,5); }
td.TdClassName
{
border-color: #EC3505;
}
.TagClassName
{
border-color: #EC3505;
}
</style>