Shades of Cinnabar #EC4C21
Tints of Cinnabar #EC4C21
RGB
CMYK
RGB Variations
Color information
#EC4C21 (or 0xEC4C21) is known color: Cinnabar. HEX triplet: EC, 4C and 21. RGB value is (236,76,33). Sum of RGB (Red+Green+Blue) = 236+76+33=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C21 is #13B3DE. Grayscale: #777777. Windows color (decimal): -1291231 or 2182380. OLE color: 2182380.
HSL color Cylindrical-coordinate representation of color #EC4C21: hue angle of 12.71º 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 #EC4C21 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.07 |
| HSL | 12.71º | 0.84% | 0.53% | - |
| HSV(B) | 12.71º | 0.86% | 0.93% | - |
| XYZ | 37.45 | 23.11 | 3.93 | - |
| YUV | 118.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 33 | 0 | 0.68 | 0.86 | 0.07 | 12.71 | 0.84 | 0.53 |
| Hex | EC | 4C | 21 | 0 | 44 | 56 | 7 | D | 54 | 35 |
| Octal | 354 | 114 | 41 | 0 | 104 | 126 | 7 | 15 | 124 | 65 |
| Binary | 11101100 | 1001100 | 100001 | 0 | 1000100 | 1010110 | 111 | 1101 | 1010100 | 110101 |
Color Harmonies of #EC4C21
Complementary color
Monochromatic Colors of #EC4C21
Black with #EC4C21
Text Example
Text Example
White with #EC4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C21; }
p { color: rgb(236,76,33); }
H1.HeaderClassName
{
color: #EC4C21;
}
.AnyTagClassName
{
color: #EC4C21;
}
</style>
background-color css
<style>
a { background-color: #EC4C21; }
a { background-color: rgb(236,76,33); }
div.DivClassName
{
background-color: #EC4C21;
}
.BgClassName
{
background-color: #EC4C21;
}
</style>
border-color css
<style>
span { border-color: #EC4C21; }
span { border-color: rgb(236,76,33); }
td.TdClassName
{
border-color: #EC4C21;
}
.TagClassName
{
border-color: #EC4C21;
}
</style>