Shades of Cinnabar #EC5120
Tints of Cinnabar #EC5120
RGB
CMYK
RGB Variations
Color information
#EC5120 (or 0xEC5120) is known color: Cinnabar. HEX triplet: EC, 51 and 20. RGB value is (236,81,32). Sum of RGB (Red+Green+Blue) = 236+81+32=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5120 is #13AEDF. Grayscale: #7A7A7A. Windows color (decimal): -1289952 or 2118124. OLE color: 2118124.
HSL color Cylindrical-coordinate representation of color #EC5120: hue angle of 14.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC5120 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.07 |
| HSL | 14.41º | 0.84% | 0.53% | - |
| HSV(B) | 14.41º | 0.86% | 0.93% | - |
| XYZ | 37.8 | 23.82 | 3.97 | - |
| YUV | 121.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 32 | 0 | 0.66 | 0.86 | 0.07 | 14.41 | 0.84 | 0.53 |
| Hex | EC | 51 | 20 | 0 | 42 | 56 | 7 | E | 54 | 35 |
| Octal | 354 | 121 | 40 | 0 | 102 | 126 | 7 | 16 | 124 | 65 |
| Binary | 11101100 | 1010001 | 100000 | 0 | 1000010 | 1010110 | 111 | 1110 | 1010100 | 110101 |
Color Harmonies of #EC5120
Complementary color
Monochromatic Colors of #EC5120
Black with #EC5120
Text Example
Text Example
White with #EC5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5120; }
p { color: rgb(236,81,32); }
H1.HeaderClassName
{
color: #EC5120;
}
.AnyTagClassName
{
color: #EC5120;
}
</style>
background-color css
<style>
a { background-color: #EC5120; }
a { background-color: rgb(236,81,32); }
div.DivClassName
{
background-color: #EC5120;
}
.BgClassName
{
background-color: #EC5120;
}
</style>
border-color css
<style>
span { border-color: #EC5120; }
span { border-color: rgb(236,81,32); }
td.TdClassName
{
border-color: #EC5120;
}
.TagClassName
{
border-color: #EC5120;
}
</style>