Shades of Cinnabar #EC5128
Tints of Cinnabar #EC5128
RGB
CMYK
RGB Variations
Color information
#EC5128 (or 0xEC5128) is known color: Cinnabar. HEX triplet: EC, 51 and 28. RGB value is (236,81,40). Sum of RGB (Red+Green+Blue) = 236+81+40=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5128 is #13AED7. Grayscale: #7A7A7A. Windows color (decimal): -1289944 or 2642412. OLE color: 2642412.
HSL color Cylindrical-coordinate representation of color #EC5128: hue angle of 12.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC5128 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 40 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.07 |
| HSL | 12.55º | 0.84% | 0.54% | - |
| HSV(B) | 12.55º | 0.83% | 0.93% | - |
| XYZ | 37.92 | 23.87 | 4.62 | - |
| YUV | 122.67 | 81.35 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 40 | 0 | 0.66 | 0.83 | 0.07 | 12.55 | 0.84 | 0.54 |
| Hex | EC | 51 | 28 | 0 | 42 | 53 | 7 | D | 54 | 36 |
| Octal | 354 | 121 | 50 | 0 | 102 | 123 | 7 | 15 | 124 | 66 |
| Binary | 11101100 | 1010001 | 101000 | 0 | 1000010 | 1010011 | 111 | 1101 | 1010100 | 110110 |
Color Harmonies of #EC5128
Complementary color
Monochromatic Colors of #EC5128
Black with #EC5128
Text Example
Text Example
White with #EC5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5128; }
p { color: rgb(236,81,40); }
H1.HeaderClassName
{
color: #EC5128;
}
.AnyTagClassName
{
color: #EC5128;
}
</style>
background-color css
<style>
a { background-color: #EC5128; }
a { background-color: rgb(236,81,40); }
div.DivClassName
{
background-color: #EC5128;
}
.BgClassName
{
background-color: #EC5128;
}
</style>
border-color css
<style>
span { border-color: #EC5128; }
span { border-color: rgb(236,81,40); }
td.TdClassName
{
border-color: #EC5128;
}
.TagClassName
{
border-color: #EC5128;
}
</style>