Shades of Cinnabar #EC5122
Tints of Cinnabar #EC5122
RGB
CMYK
RGB Variations
Color information
#EC5122 (or 0xEC5122) is known color: Cinnabar. HEX triplet: EC, 51 and 22. RGB value is (236,81,34). Sum of RGB (Red+Green+Blue) = 236+81+34=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5122 is #13AEDD. Grayscale: #7A7A7A. Windows color (decimal): -1289950 or 2249196. OLE color: 2249196.
HSL color Cylindrical-coordinate representation of color #EC5122: hue angle of 13.96º 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 #EC5122 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 34 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.07 |
| HSL | 13.96º | 0.84% | 0.53% | - |
| HSV(B) | 13.96º | 0.86% | 0.93% | - |
| XYZ | 37.82 | 23.83 | 4.12 | - |
| YUV | 121.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 34 | 0 | 0.66 | 0.86 | 0.07 | 13.96 | 0.84 | 0.53 |
| Hex | EC | 51 | 22 | 0 | 42 | 56 | 7 | E | 54 | 35 |
| Octal | 354 | 121 | 42 | 0 | 102 | 126 | 7 | 16 | 124 | 65 |
| Binary | 11101100 | 1010001 | 100010 | 0 | 1000010 | 1010110 | 111 | 1110 | 1010100 | 110101 |
Color Harmonies of #EC5122
Complementary color
Monochromatic Colors of #EC5122
Black with #EC5122
Text Example
Text Example
White with #EC5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5122; }
p { color: rgb(236,81,34); }
H1.HeaderClassName
{
color: #EC5122;
}
.AnyTagClassName
{
color: #EC5122;
}
</style>
background-color css
<style>
a { background-color: #EC5122; }
a { background-color: rgb(236,81,34); }
div.DivClassName
{
background-color: #EC5122;
}
.BgClassName
{
background-color: #EC5122;
}
</style>
border-color css
<style>
span { border-color: #EC5122; }
span { border-color: rgb(236,81,34); }
td.TdClassName
{
border-color: #EC5122;
}
.TagClassName
{
border-color: #EC5122;
}
</style>