Shades of Cinnabar #EC4528
Tints of Cinnabar #EC4528
RGB
CMYK
RGB Variations
Color information
#EC4528 (or 0xEC4528) is known color: Cinnabar. HEX triplet: EC, 45 and 28. RGB value is (236,69,40). Sum of RGB (Red+Green+Blue) = 236+69+40=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4528 is #13BAD7. Grayscale: #737373. Windows color (decimal): -1293016 or 2639340. OLE color: 2639340.
HSL color Cylindrical-coordinate representation of color #EC4528: hue angle of 8.88º 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 #EC4528 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.07 |
| HSL | 8.88º | 0.84% | 0.54% | - |
| HSV(B) | 8.88º | 0.83% | 0.93% | - |
| XYZ | 37.1 | 22.24 | 4.35 | - |
| YUV | 115.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 40 | 0 | 0.71 | 0.83 | 0.07 | 8.88 | 0.84 | 0.54 |
| Hex | EC | 45 | 28 | 0 | 47 | 53 | 7 | 9 | 54 | 36 |
| Octal | 354 | 105 | 50 | 0 | 107 | 123 | 7 | 11 | 124 | 66 |
| Binary | 11101100 | 1000101 | 101000 | 0 | 1000111 | 1010011 | 111 | 1001 | 1010100 | 110110 |
Color Harmonies of #EC4528
Complementary color
Monochromatic Colors of #EC4528
Black with #EC4528
Text Example
Text Example
White with #EC4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4528; }
p { color: rgb(236,69,40); }
H1.HeaderClassName
{
color: #EC4528;
}
.AnyTagClassName
{
color: #EC4528;
}
</style>
background-color css
<style>
a { background-color: #EC4528; }
a { background-color: rgb(236,69,40); }
div.DivClassName
{
background-color: #EC4528;
}
.BgClassName
{
background-color: #EC4528;
}
</style>
border-color css
<style>
span { border-color: #EC4528; }
span { border-color: rgb(236,69,40); }
td.TdClassName
{
border-color: #EC4528;
}
.TagClassName
{
border-color: #EC4528;
}
</style>