Shades of Cinnabar #EC3324
Tints of Cinnabar #EC3324
RGB
CMYK
RGB Variations
Color information
#EC3324 (or 0xEC3324) is known color: Cinnabar. HEX triplet: EC, 33 and 24. RGB value is (236,51,36). Sum of RGB (Red+Green+Blue) = 236+51+36=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3324 is #13CCDB. Grayscale: #686868. Windows color (decimal): -1297628 or 2372588. OLE color: 2372588.
HSL color Cylindrical-coordinate representation of color #EC3324: hue angle of 4.5º 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 #EC3324 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 36 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.07 |
| HSL | 4.5º | 0.84% | 0.53% | - |
| HSV(B) | 4.5º | 0.85% | 0.93% | - |
| XYZ | 36.09 | 20.33 | 3.69 | - |
| YUV | 104.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 36 | 0 | 0.78 | 0.85 | 0.07 | 4.5 | 0.84 | 0.53 |
| Hex | EC | 33 | 24 | 0 | 4E | 55 | 7 | 4 | 54 | 35 |
| Octal | 354 | 63 | 44 | 0 | 116 | 125 | 7 | 4 | 124 | 65 |
| Binary | 11101100 | 110011 | 100100 | 0 | 1001110 | 1010101 | 111 | 100 | 1010100 | 110101 |
Color Harmonies of #EC3324
Complementary color
Monochromatic Colors of #EC3324
Black with #EC3324
Text Example
Text Example
White with #EC3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3324; }
p { color: rgb(236,51,36); }
H1.HeaderClassName
{
color: #EC3324;
}
.AnyTagClassName
{
color: #EC3324;
}
</style>
background-color css
<style>
a { background-color: #EC3324; }
a { background-color: rgb(236,51,36); }
div.DivClassName
{
background-color: #EC3324;
}
.BgClassName
{
background-color: #EC3324;
}
</style>
border-color css
<style>
span { border-color: #EC3324; }
span { border-color: rgb(236,51,36); }
td.TdClassName
{
border-color: #EC3324;
}
.TagClassName
{
border-color: #EC3324;
}
</style>