Shades of Orange Red #EC3812
Tints of Orange Red #EC3812
RGB
CMYK
RGB Variations
Color information
#EC3812 (or 0xEC3812) is known color: Orange Red. HEX triplet: EC, 38 and 12. RGB value is (236,56,18). Sum of RGB (Red+Green+Blue) = 236+56+18=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3812 is #13C7ED. Grayscale: #696969. Windows color (decimal): -1296366 or 1194220. OLE color: 1194220.
HSL color Cylindrical-coordinate representation of color #EC3812: hue angle of 10.46º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC3812 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.07 |
| HSL | 10.46º | 0.86% | 0.5% | - |
| HSV(B) | 10.46º | 0.92% | 0.93% | - |
| XYZ | 36.12 | 20.7 | 2.67 | - |
| YUV | 105.49 | 78.63 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 18 | 0 | 0.76 | 0.92 | 0.07 | 10.46 | 0.86 | 0.5 |
| Hex | EC | 38 | 12 | 0 | 4C | 5C | 7 | A | 56 | 32 |
| Octal | 354 | 70 | 22 | 0 | 114 | 134 | 7 | 12 | 126 | 62 |
| Binary | 11101100 | 111000 | 10010 | 0 | 1001100 | 1011100 | 111 | 1010 | 1010110 | 110010 |
Color Harmonies of #EC3812
Complementary color
Monochromatic Colors of #EC3812
Black with #EC3812
Text Example
Text Example
White with #EC3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3812; }
p { color: rgb(236,56,18); }
H1.HeaderClassName
{
color: #EC3812;
}
.AnyTagClassName
{
color: #EC3812;
}
</style>
background-color css
<style>
a { background-color: #EC3812; }
a { background-color: rgb(236,56,18); }
div.DivClassName
{
background-color: #EC3812;
}
.BgClassName
{
background-color: #EC3812;
}
</style>
border-color css
<style>
span { border-color: #EC3812; }
span { border-color: rgb(236,56,18); }
td.TdClassName
{
border-color: #EC3812;
}
.TagClassName
{
border-color: #EC3812;
}
</style>