Shades of Cinnabar #EC5424
Tints of Cinnabar #EC5424
RGB
CMYK
RGB Variations
Color information
#EC5424 (or 0xEC5424) is known color: Cinnabar. HEX triplet: EC, 54 and 24. RGB value is (236,84,36). Sum of RGB (Red+Green+Blue) = 236+84+36=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5424 is #13ABDB. Grayscale: #7C7C7C. Windows color (decimal): -1289180 or 2381036. OLE color: 2381036.
HSL color Cylindrical-coordinate representation of color #EC5424: hue angle of 14.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC5424 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 36 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.07 |
| HSL | 14.4º | 0.84% | 0.53% | - |
| HSV(B) | 14.4º | 0.85% | 0.93% | - |
| XYZ | 38.08 | 24.3 | 4.35 | - |
| YUV | 123.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 36 | 0 | 0.64 | 0.85 | 0.07 | 14.4 | 0.84 | 0.53 |
| Hex | EC | 54 | 24 | 0 | 40 | 55 | 7 | E | 54 | 35 |
| Octal | 354 | 124 | 44 | 0 | 100 | 125 | 7 | 16 | 124 | 65 |
| Binary | 11101100 | 1010100 | 100100 | 0 | 1000000 | 1010101 | 111 | 1110 | 1010100 | 110101 |
Color Harmonies of #EC5424
Complementary color
Monochromatic Colors of #EC5424
Black with #EC5424
Text Example
Text Example
White with #EC5424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5424; }
p { color: rgb(236,84,36); }
H1.HeaderClassName
{
color: #EC5424;
}
.AnyTagClassName
{
color: #EC5424;
}
</style>
background-color css
<style>
a { background-color: #EC5424; }
a { background-color: rgb(236,84,36); }
div.DivClassName
{
background-color: #EC5424;
}
.BgClassName
{
background-color: #EC5424;
}
</style>
border-color css
<style>
span { border-color: #EC5424; }
span { border-color: rgb(236,84,36); }
td.TdClassName
{
border-color: #EC5424;
}
.TagClassName
{
border-color: #EC5424;
}
</style>