Shades of Cinnabar #EC4721
Tints of Cinnabar #EC4721
RGB
CMYK
RGB Variations
Color information
#EC4721 (or 0xEC4721) is known color: Cinnabar. HEX triplet: EC, 47 and 21. RGB value is (236,71,33). Sum of RGB (Red+Green+Blue) = 236+71+33=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4721 is #13B8DE. Grayscale: #747474. Windows color (decimal): -1292511 or 2181100. OLE color: 2181100.
HSL color Cylindrical-coordinate representation of color #EC4721: hue angle of 11.23º 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 #EC4721 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.07 |
| HSL | 11.23º | 0.84% | 0.53% | - |
| HSV(B) | 11.23º | 0.86% | 0.93% | - |
| XYZ | 37.12 | 22.45 | 3.82 | - |
| YUV | 116 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 33 | 0 | 0.70 | 0.86 | 0.07 | 11.23 | 0.84 | 0.53 |
| Hex | EC | 47 | 21 | 0 | 46 | 56 | 7 | B | 54 | 35 |
| Octal | 354 | 107 | 41 | 0 | 106 | 126 | 7 | 13 | 124 | 65 |
| Binary | 11101100 | 1000111 | 100001 | 0 | 1000110 | 1010110 | 111 | 1011 | 1010100 | 110101 |
Color Harmonies of #EC4721
Complementary color
Monochromatic Colors of #EC4721
Black with #EC4721
Text Example
Text Example
White with #EC4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4721; }
p { color: rgb(236,71,33); }
H1.HeaderClassName
{
color: #EC4721;
}
.AnyTagClassName
{
color: #EC4721;
}
</style>
background-color css
<style>
a { background-color: #EC4721; }
a { background-color: rgb(236,71,33); }
div.DivClassName
{
background-color: #EC4721;
}
.BgClassName
{
background-color: #EC4721;
}
</style>
border-color css
<style>
span { border-color: #EC4721; }
span { border-color: rgb(236,71,33); }
td.TdClassName
{
border-color: #EC4721;
}
.TagClassName
{
border-color: #EC4721;
}
</style>