Shades of Cinnabar #EC4036
Tints of Cinnabar #EC4036
RGB
CMYK
RGB Variations
Color information
#EC4036 (or 0xEC4036) is known color: Cinnabar. HEX triplet: EC, 40 and 36. RGB value is (236,64,54). Sum of RGB (Red+Green+Blue) = 236+64+54=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4036 is #13BFC9. Grayscale: #727272. Windows color (decimal): -1294282 or 3555564. OLE color: 3555564.
HSL color Cylindrical-coordinate representation of color #EC4036: hue angle of 3.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC4036 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 54 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.07 |
| HSL | 3.3º | 0.83% | 0.57% | - |
| HSV(B) | 3.3º | 0.77% | 0.93% | - |
| XYZ | 37.09 | 21.77 | 5.74 | - |
| YUV | 114.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 54 | 0 | 0.73 | 0.77 | 0.07 | 3.3 | 0.83 | 0.57 |
| Hex | EC | 40 | 36 | 0 | 49 | 4D | 7 | 3 | 53 | 39 |
| Octal | 354 | 100 | 66 | 0 | 111 | 115 | 7 | 3 | 123 | 71 |
| Binary | 11101100 | 1000000 | 110110 | 0 | 1001001 | 1001101 | 111 | 11 | 1010011 | 111001 |
Color Harmonies of #EC4036
Complementary color
Monochromatic Colors of #EC4036
Black with #EC4036
Text Example
Text Example
White with #EC4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4036; }
p { color: rgb(236,64,54); }
H1.HeaderClassName
{
color: #EC4036;
}
.AnyTagClassName
{
color: #EC4036;
}
</style>
background-color css
<style>
a { background-color: #EC4036; }
a { background-color: rgb(236,64,54); }
div.DivClassName
{
background-color: #EC4036;
}
.BgClassName
{
background-color: #EC4036;
}
</style>
border-color css
<style>
span { border-color: #EC4036; }
span { border-color: rgb(236,64,54); }
td.TdClassName
{
border-color: #EC4036;
}
.TagClassName
{
border-color: #EC4036;
}
</style>