Shades of Cinnabar #EC3420
Tints of Cinnabar #EC3420
RGB
CMYK
RGB Variations
Color information
#EC3420 (or 0xEC3420) is known color: Cinnabar. HEX triplet: EC, 34 and 20. RGB value is (236,52,32). Sum of RGB (Red+Green+Blue) = 236+52+32=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3420 is #13CBDF. Grayscale: #686868. Windows color (decimal): -1297376 or 2110700. OLE color: 2110700.
HSL color Cylindrical-coordinate representation of color #EC3420: hue angle of 5.88º 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 #EC3420 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 32 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.88º | 0.84% | 0.53% | - |
| HSV(B) | 5.88º | 0.86% | 0.93% | - |
| XYZ | 36.08 | 20.39 | 3.4 | - |
| YUV | 104.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 32 | 0 | 0.78 | 0.86 | 0.07 | 5.88 | 0.84 | 0.53 |
| Hex | EC | 34 | 20 | 0 | 4E | 56 | 7 | 6 | 54 | 35 |
| Octal | 354 | 64 | 40 | 0 | 116 | 126 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110100 | 100000 | 0 | 1001110 | 1010110 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3420
Complementary color
Monochromatic Colors of #EC3420
Black with #EC3420
Text Example
Text Example
White with #EC3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3420; }
p { color: rgb(236,52,32); }
H1.HeaderClassName
{
color: #EC3420;
}
.AnyTagClassName
{
color: #EC3420;
}
</style>
background-color css
<style>
a { background-color: #EC3420; }
a { background-color: rgb(236,52,32); }
div.DivClassName
{
background-color: #EC3420;
}
.BgClassName
{
background-color: #EC3420;
}
</style>
border-color css
<style>
span { border-color: #EC3420; }
span { border-color: rgb(236,52,32); }
td.TdClassName
{
border-color: #EC3420;
}
.TagClassName
{
border-color: #EC3420;
}
</style>