Shades of Cinnabar #EC3521
Tints of Cinnabar #EC3521
RGB
CMYK
RGB Variations
Color information
#EC3521 (or 0xEC3521) is known color: Cinnabar. HEX triplet: EC, 35 and 21. RGB value is (236,53,33). Sum of RGB (Red+Green+Blue) = 236+53+33=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3521 is #13CADE. Grayscale: #696969. Windows color (decimal): -1297119 or 2176492. OLE color: 2176492.
HSL color Cylindrical-coordinate representation of color #EC3521: hue angle of 5.91º 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 #EC3521 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 33 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.91º | 0.84% | 0.53% | - |
| HSV(B) | 5.91º | 0.86% | 0.93% | - |
| XYZ | 36.14 | 20.49 | 3.49 | - |
| YUV | 105.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 33 | 0 | 0.78 | 0.86 | 0.07 | 5.91 | 0.84 | 0.53 |
| Hex | EC | 35 | 21 | 0 | 4E | 56 | 7 | 6 | 54 | 35 |
| Octal | 354 | 65 | 41 | 0 | 116 | 126 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110101 | 100001 | 0 | 1001110 | 1010110 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3521
Complementary color
Monochromatic Colors of #EC3521
Black with #EC3521
Text Example
Text Example
White with #EC3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3521; }
p { color: rgb(236,53,33); }
H1.HeaderClassName
{
color: #EC3521;
}
.AnyTagClassName
{
color: #EC3521;
}
</style>
background-color css
<style>
a { background-color: #EC3521; }
a { background-color: rgb(236,53,33); }
div.DivClassName
{
background-color: #EC3521;
}
.BgClassName
{
background-color: #EC3521;
}
</style>
border-color css
<style>
span { border-color: #EC3521; }
span { border-color: rgb(236,53,33); }
td.TdClassName
{
border-color: #EC3521;
}
.TagClassName
{
border-color: #EC3521;
}
</style>