Shades of Orange Red #EC3810
Tints of Orange Red #EC3810
RGB
CMYK
RGB Variations
Color information
#EC3810 (or 0xEC3810) is known color: Orange Red. HEX triplet: EC, 38 and 10. RGB value is (236,56,16). Sum of RGB (Red+Green+Blue) = 236+56+16=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3810 is #13C7EF. Grayscale: #696969. Windows color (decimal): -1296368 or 1063148. OLE color: 1063148.
HSL color Cylindrical-coordinate representation of color #EC3810: hue angle of 10.91º 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 #EC3810 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.07 |
| HSL | 10.91º | 0.87% | 0.49% | - |
| HSV(B) | 10.91º | 0.93% | 0.93% | - |
| XYZ | 36.1 | 20.7 | 2.58 | - |
| YUV | 105.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 16 | 0 | 0.76 | 0.93 | 0.07 | 10.91 | 0.87 | 0.49 |
| Hex | EC | 38 | 10 | 0 | 4C | 5D | 7 | B | 57 | 31 |
| Octal | 354 | 70 | 20 | 0 | 114 | 135 | 7 | 13 | 127 | 61 |
| Binary | 11101100 | 111000 | 10000 | 0 | 1001100 | 1011101 | 111 | 1011 | 1010111 | 110001 |
Color Harmonies of #EC3810
Complementary color
Monochromatic Colors of #EC3810
Black with #EC3810
Text Example
Text Example
White with #EC3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3810; }
p { color: rgb(236,56,16); }
H1.HeaderClassName
{
color: #EC3810;
}
.AnyTagClassName
{
color: #EC3810;
}
</style>
background-color css
<style>
a { background-color: #EC3810; }
a { background-color: rgb(236,56,16); }
div.DivClassName
{
background-color: #EC3810;
}
.BgClassName
{
background-color: #EC3810;
}
</style>
border-color css
<style>
span { border-color: #EC3810; }
span { border-color: rgb(236,56,16); }
td.TdClassName
{
border-color: #EC3810;
}
.TagClassName
{
border-color: #EC3810;
}
</style>