Shades of Cinnabar #EC4324
Tints of Cinnabar #EC4324
RGB
CMYK
RGB Variations
Color information
#EC4324 (or 0xEC4324) is known color: Cinnabar. HEX triplet: EC, 43 and 24. RGB value is (236,67,36). Sum of RGB (Red+Green+Blue) = 236+67+36=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4324 is #13BCDB. Grayscale: #727272. Windows color (decimal): -1293532 or 2376684. OLE color: 2376684.
HSL color Cylindrical-coordinate representation of color #EC4324: hue angle of 9.3º 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 #EC4324 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 9.3º | 0.84% | 0.53% | - |
| HSV(B) | 9.3º | 0.85% | 0.93% | - |
| XYZ | 36.92 | 21.97 | 3.96 | - |
| YUV | 114 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 36 | 0 | 0.72 | 0.85 | 0.07 | 9.3 | 0.84 | 0.53 |
| Hex | EC | 43 | 24 | 0 | 48 | 55 | 7 | 9 | 54 | 35 |
| Octal | 354 | 103 | 44 | 0 | 110 | 125 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 1000011 | 100100 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC4324
Complementary color
Monochromatic Colors of #EC4324
Black with #EC4324
Text Example
Text Example
White with #EC4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4324; }
p { color: rgb(236,67,36); }
H1.HeaderClassName
{
color: #EC4324;
}
.AnyTagClassName
{
color: #EC4324;
}
</style>
background-color css
<style>
a { background-color: #EC4324; }
a { background-color: rgb(236,67,36); }
div.DivClassName
{
background-color: #EC4324;
}
.BgClassName
{
background-color: #EC4324;
}
</style>
border-color css
<style>
span { border-color: #EC4324; }
span { border-color: rgb(236,67,36); }
td.TdClassName
{
border-color: #EC4324;
}
.TagClassName
{
border-color: #EC4324;
}
</style>