Shades of Cinnabar #EC4928
Tints of Cinnabar #EC4928
RGB
CMYK
RGB Variations
Color information
#EC4928 (or 0xEC4928) is known color: Cinnabar. HEX triplet: EC, 49 and 28. RGB value is (236,73,40). Sum of RGB (Red+Green+Blue) = 236+73+40=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4928 is #13B6D7. Grayscale: #767676. Windows color (decimal): -1291992 or 2640364. OLE color: 2640364.
HSL color Cylindrical-coordinate representation of color #EC4928: hue angle of 10.1º 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 #EC4928 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 40 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.07 |
| HSL | 10.1º | 0.84% | 0.54% | - |
| HSV(B) | 10.1º | 0.83% | 0.93% | - |
| XYZ | 37.36 | 22.75 | 4.43 | - |
| YUV | 117.98 | 84 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 40 | 0 | 0.69 | 0.83 | 0.07 | 10.1 | 0.84 | 0.54 |
| Hex | EC | 49 | 28 | 0 | 45 | 53 | 7 | A | 54 | 36 |
| Octal | 354 | 111 | 50 | 0 | 105 | 123 | 7 | 12 | 124 | 66 |
| Binary | 11101100 | 1001001 | 101000 | 0 | 1000101 | 1010011 | 111 | 1010 | 1010100 | 110110 |
Color Harmonies of #EC4928
Complementary color
Monochromatic Colors of #EC4928
Black with #EC4928
Text Example
Text Example
White with #EC4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4928; }
p { color: rgb(236,73,40); }
H1.HeaderClassName
{
color: #EC4928;
}
.AnyTagClassName
{
color: #EC4928;
}
</style>
background-color css
<style>
a { background-color: #EC4928; }
a { background-color: rgb(236,73,40); }
div.DivClassName
{
background-color: #EC4928;
}
.BgClassName
{
background-color: #EC4928;
}
</style>
border-color css
<style>
span { border-color: #EC4928; }
span { border-color: rgb(236,73,40); }
td.TdClassName
{
border-color: #EC4928;
}
.TagClassName
{
border-color: #EC4928;
}
</style>