Shades of Cinnabar #EC3B21
Tints of Cinnabar #EC3B21
RGB
CMYK
RGB Variations
Color information
#EC3B21 (or 0xEC3B21) is known color: Cinnabar. HEX triplet: EC, 3B and 21. RGB value is (236,59,33). Sum of RGB (Red+Green+Blue) = 236+59+33=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B21 is #13C4DE. Grayscale: #6D6D6D. Windows color (decimal): -1295583 or 2178028. OLE color: 2178028.
HSL color Cylindrical-coordinate representation of color #EC3B21: hue angle of 7.68º 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 #EC3B21 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 33 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.07 |
| HSL | 7.68º | 0.84% | 0.53% | - |
| HSV(B) | 7.68º | 0.86% | 0.93% | - |
| XYZ | 36.43 | 21.07 | 3.59 | - |
| YUV | 108.96 | 85.14 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 33 | 0 | 0.75 | 0.86 | 0.07 | 7.68 | 0.84 | 0.53 |
| Hex | EC | 3B | 21 | 0 | 4B | 56 | 7 | 8 | 54 | 35 |
| Octal | 354 | 73 | 41 | 0 | 113 | 126 | 7 | 10 | 124 | 65 |
| Binary | 11101100 | 111011 | 100001 | 0 | 1001011 | 1010110 | 111 | 1000 | 1010100 | 110101 |
Color Harmonies of #EC3B21
Complementary color
Monochromatic Colors of #EC3B21
Black with #EC3B21
Text Example
Text Example
White with #EC3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B21; }
p { color: rgb(236,59,33); }
H1.HeaderClassName
{
color: #EC3B21;
}
.AnyTagClassName
{
color: #EC3B21;
}
</style>
background-color css
<style>
a { background-color: #EC3B21; }
a { background-color: rgb(236,59,33); }
div.DivClassName
{
background-color: #EC3B21;
}
.BgClassName
{
background-color: #EC3B21;
}
</style>
border-color css
<style>
span { border-color: #EC3B21; }
span { border-color: rgb(236,59,33); }
td.TdClassName
{
border-color: #EC3B21;
}
.TagClassName
{
border-color: #EC3B21;
}
</style>