Shades of Cinnabar #EC3321
Tints of Cinnabar #EC3321
RGB
CMYK
RGB Variations
Color information
#EC3321 (or 0xEC3321) is known color: Cinnabar. HEX triplet: EC, 33 and 21. RGB value is (236,51,33). Sum of RGB (Red+Green+Blue) = 236+51+33=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3321 is #13CCDE. Grayscale: #686868. Windows color (decimal): -1297631 or 2175980. OLE color: 2175980.
HSL color Cylindrical-coordinate representation of color #EC3321: hue angle of 5.32º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3321 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 33 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.32º | 0.84% | 0.53% | - |
| HSV(B) | 5.32º | 0.86% | 0.93% | - |
| XYZ | 36.05 | 20.31 | 3.46 | - |
| YUV | 104.26 | 87.79 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 33 | 0 | 0.78 | 0.86 | 0.07 | 5.32 | 0.84 | 0.53 |
| Hex | EC | 33 | 21 | 0 | 4E | 56 | 7 | 5 | 54 | 35 |
| Octal | 354 | 63 | 41 | 0 | 116 | 126 | 7 | 5 | 124 | 65 |
| Binary | 11101100 | 110011 | 100001 | 0 | 1001110 | 1010110 | 111 | 101 | 1010100 | 110101 |
Color Harmonies of #EC3321
Complementary color
Monochromatic Colors of #EC3321
Black with #EC3321
Text Example
Text Example
White with #EC3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3321; }
p { color: rgb(236,51,33); }
H1.HeaderClassName
{
color: #EC3321;
}
.AnyTagClassName
{
color: #EC3321;
}
</style>
background-color css
<style>
a { background-color: #EC3321; }
a { background-color: rgb(236,51,33); }
div.DivClassName
{
background-color: #EC3321;
}
.BgClassName
{
background-color: #EC3321;
}
</style>
border-color css
<style>
span { border-color: #EC3321; }
span { border-color: rgb(236,51,33); }
td.TdClassName
{
border-color: #EC3321;
}
.TagClassName
{
border-color: #EC3321;
}
</style>