Shades of Cinnabar #EC4920
Tints of Cinnabar #EC4920
RGB
CMYK
RGB Variations
Color information
#EC4920 (or 0xEC4920) is known color: Cinnabar. HEX triplet: EC, 49 and 20. RGB value is (236,73,32). Sum of RGB (Red+Green+Blue) = 236+73+32=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4920 is #13B6DF. Grayscale: #757575. Windows color (decimal): -1292000 or 2116076. OLE color: 2116076.
HSL color Cylindrical-coordinate representation of color #EC4920: hue angle of 12.06º 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 #EC4920 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.07 |
| HSL | 12.06º | 0.84% | 0.53% | - |
| HSV(B) | 12.06º | 0.86% | 0.93% | - |
| XYZ | 37.24 | 22.7 | 3.79 | - |
| YUV | 117.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 32 | 0 | 0.69 | 0.86 | 0.07 | 12.06 | 0.84 | 0.53 |
| Hex | EC | 49 | 20 | 0 | 45 | 56 | 7 | C | 54 | 35 |
| Octal | 354 | 111 | 40 | 0 | 105 | 126 | 7 | 14 | 124 | 65 |
| Binary | 11101100 | 1001001 | 100000 | 0 | 1000101 | 1010110 | 111 | 1100 | 1010100 | 110101 |
Color Harmonies of #EC4920
Complementary color
Monochromatic Colors of #EC4920
Black with #EC4920
Text Example
Text Example
White with #EC4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4920; }
p { color: rgb(236,73,32); }
H1.HeaderClassName
{
color: #EC4920;
}
.AnyTagClassName
{
color: #EC4920;
}
</style>
background-color css
<style>
a { background-color: #EC4920; }
a { background-color: rgb(236,73,32); }
div.DivClassName
{
background-color: #EC4920;
}
.BgClassName
{
background-color: #EC4920;
}
</style>
border-color css
<style>
span { border-color: #EC4920; }
span { border-color: rgb(236,73,32); }
td.TdClassName
{
border-color: #EC4920;
}
.TagClassName
{
border-color: #EC4920;
}
</style>