Shades of Cinnabar #EC3E21
Tints of Cinnabar #EC3E21
RGB
CMYK
RGB Variations
Color information
#EC3E21 (or 0xEC3E21) is known color: Cinnabar. HEX triplet: EC, 3E and 21. RGB value is (236,62,33). Sum of RGB (Red+Green+Blue) = 236+62+33=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E21 is #13C1DE. Grayscale: #6F6F6F. Windows color (decimal): -1294815 or 2178796. OLE color: 2178796.
HSL color Cylindrical-coordinate representation of color #EC3E21: hue angle of 8.57º 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 #EC3E21 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 33 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.07 |
| HSL | 8.57º | 0.84% | 0.53% | - |
| HSV(B) | 8.57º | 0.86% | 0.93% | - |
| XYZ | 36.59 | 21.39 | 3.64 | - |
| YUV | 110.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 33 | 0 | 0.74 | 0.86 | 0.07 | 8.57 | 0.84 | 0.53 |
| Hex | EC | 3E | 21 | 0 | 4A | 56 | 7 | 9 | 54 | 35 |
| Octal | 354 | 76 | 41 | 0 | 112 | 126 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 111110 | 100001 | 0 | 1001010 | 1010110 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC3E21
Complementary color
Monochromatic Colors of #EC3E21
Black with #EC3E21
Text Example
Text Example
White with #EC3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E21; }
p { color: rgb(236,62,33); }
H1.HeaderClassName
{
color: #EC3E21;
}
.AnyTagClassName
{
color: #EC3E21;
}
</style>
background-color css
<style>
a { background-color: #EC3E21; }
a { background-color: rgb(236,62,33); }
div.DivClassName
{
background-color: #EC3E21;
}
.BgClassName
{
background-color: #EC3E21;
}
</style>
border-color css
<style>
span { border-color: #EC3E21; }
span { border-color: rgb(236,62,33); }
td.TdClassName
{
border-color: #EC3E21;
}
.TagClassName
{
border-color: #EC3E21;
}
</style>