Shades of Orange Red #EC3A10
Tints of Orange Red #EC3A10
RGB
CMYK
RGB Variations
Color information
#EC3A10 (or 0xEC3A10) is known color: Orange Red. HEX triplet: EC, 3A and 10. RGB value is (236,58,16). Sum of RGB (Red+Green+Blue) = 236+58+16=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A10 is #13C5EF. Grayscale: #6A6A6A. Windows color (decimal): -1295856 or 1063660. OLE color: 1063660.
HSL color Cylindrical-coordinate representation of color #EC3A10: hue angle of 11.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC3A10 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.07 |
| HSL | 11.45º | 0.87% | 0.49% | - |
| HSV(B) | 11.45º | 0.93% | 0.93% | - |
| XYZ | 36.2 | 20.9 | 2.62 | - |
| YUV | 106.43 | 76.97 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 16 | 0 | 0.75 | 0.93 | 0.07 | 11.45 | 0.87 | 0.49 |
| Hex | EC | 3A | 10 | 0 | 4B | 5D | 7 | B | 57 | 31 |
| Octal | 354 | 72 | 20 | 0 | 113 | 135 | 7 | 13 | 127 | 61 |
| Binary | 11101100 | 111010 | 10000 | 0 | 1001011 | 1011101 | 111 | 1011 | 1010111 | 110001 |
Color Harmonies of #EC3A10
Complementary color
Monochromatic Colors of #EC3A10
Black with #EC3A10
Text Example
Text Example
White with #EC3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A10; }
p { color: rgb(236,58,16); }
H1.HeaderClassName
{
color: #EC3A10;
}
.AnyTagClassName
{
color: #EC3A10;
}
</style>
background-color css
<style>
a { background-color: #EC3A10; }
a { background-color: rgb(236,58,16); }
div.DivClassName
{
background-color: #EC3A10;
}
.BgClassName
{
background-color: #EC3A10;
}
</style>
border-color css
<style>
span { border-color: #EC3A10; }
span { border-color: rgb(236,58,16); }
td.TdClassName
{
border-color: #EC3A10;
}
.TagClassName
{
border-color: #EC3A10;
}
</style>