Shades of Cinnabar #EC3320
Tints of Cinnabar #EC3320
RGB
CMYK
RGB Variations
Color information
#EC3320 (or 0xEC3320) is known color: Cinnabar. HEX triplet: EC, 33 and 20. RGB value is (236,51,32). Sum of RGB (Red+Green+Blue) = 236+51+32=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3320 is #13CCDF. Grayscale: #686868. Windows color (decimal): -1297632 or 2110444. OLE color: 2110444.
HSL color Cylindrical-coordinate representation of color #EC3320: hue angle of 5.59º 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 #EC3320 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 32 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.59º | 0.84% | 0.53% | - |
| HSV(B) | 5.59º | 0.86% | 0.93% | - |
| XYZ | 36.04 | 20.3 | 3.39 | - |
| YUV | 104.15 | 87.29 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 32 | 0 | 0.78 | 0.86 | 0.07 | 5.59 | 0.84 | 0.53 |
| Hex | EC | 33 | 20 | 0 | 4E | 56 | 7 | 6 | 54 | 35 |
| Octal | 354 | 63 | 40 | 0 | 116 | 126 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110011 | 100000 | 0 | 1001110 | 1010110 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3320
Complementary color
Monochromatic Colors of #EC3320
Black with #EC3320
Text Example
Text Example
White with #EC3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3320; }
p { color: rgb(236,51,32); }
H1.HeaderClassName
{
color: #EC3320;
}
.AnyTagClassName
{
color: #EC3320;
}
</style>
background-color css
<style>
a { background-color: #EC3320; }
a { background-color: rgb(236,51,32); }
div.DivClassName
{
background-color: #EC3320;
}
.BgClassName
{
background-color: #EC3320;
}
</style>
border-color css
<style>
span { border-color: #EC3320; }
span { border-color: rgb(236,51,32); }
td.TdClassName
{
border-color: #EC3320;
}
.TagClassName
{
border-color: #EC3320;
}
</style>