Shades of Cinnabar #EC5028
Tints of Cinnabar #EC5028
RGB
CMYK
RGB Variations
Color information
#EC5028 (or 0xEC5028) is known color: Cinnabar. HEX triplet: EC, 50 and 28. RGB value is (236,80,40). Sum of RGB (Red+Green+Blue) = 236+80+40=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5028 is #13AFD7. Grayscale: #7A7A7A. Windows color (decimal): -1290200 or 2642156. OLE color: 2642156.
HSL color Cylindrical-coordinate representation of color #EC5028: hue angle of 12.24º 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 #EC5028 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 40 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.07 |
| HSL | 12.24º | 0.84% | 0.54% | - |
| HSV(B) | 12.24º | 0.83% | 0.93% | - |
| XYZ | 37.84 | 23.72 | 4.59 | - |
| YUV | 122.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 40 | 0 | 0.66 | 0.83 | 0.07 | 12.24 | 0.84 | 0.54 |
| Hex | EC | 50 | 28 | 0 | 42 | 53 | 7 | C | 54 | 36 |
| Octal | 354 | 120 | 50 | 0 | 102 | 123 | 7 | 14 | 124 | 66 |
| Binary | 11101100 | 1010000 | 101000 | 0 | 1000010 | 1010011 | 111 | 1100 | 1010100 | 110110 |
Color Harmonies of #EC5028
Complementary color
Monochromatic Colors of #EC5028
Black with #EC5028
Text Example
Text Example
White with #EC5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5028; }
p { color: rgb(236,80,40); }
H1.HeaderClassName
{
color: #EC5028;
}
.AnyTagClassName
{
color: #EC5028;
}
</style>
background-color css
<style>
a { background-color: #EC5028; }
a { background-color: rgb(236,80,40); }
div.DivClassName
{
background-color: #EC5028;
}
.BgClassName
{
background-color: #EC5028;
}
</style>
border-color css
<style>
span { border-color: #EC5028; }
span { border-color: rgb(236,80,40); }
td.TdClassName
{
border-color: #EC5028;
}
.TagClassName
{
border-color: #EC5028;
}
</style>