Shades of Cinnabar #EC5121
Tints of Cinnabar #EC5121
RGB
CMYK
RGB Variations
Color information
#EC5121 (or 0xEC5121) is known color: Cinnabar. HEX triplet: EC, 51 and 21. RGB value is (236,81,33). Sum of RGB (Red+Green+Blue) = 236+81+33=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5121 is #13AEDE. Grayscale: #7A7A7A. Windows color (decimal): -1289951 or 2183660. OLE color: 2183660.
HSL color Cylindrical-coordinate representation of color #EC5121: hue angle of 14.19º 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 #EC5121 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 33 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.07 |
| HSL | 14.19º | 0.84% | 0.53% | - |
| HSV(B) | 14.19º | 0.86% | 0.93% | - |
| XYZ | 37.81 | 23.83 | 4.05 | - |
| YUV | 121.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 33 | 0 | 0.66 | 0.86 | 0.07 | 14.19 | 0.84 | 0.53 |
| Hex | EC | 51 | 21 | 0 | 42 | 56 | 7 | E | 54 | 35 |
| Octal | 354 | 121 | 41 | 0 | 102 | 126 | 7 | 16 | 124 | 65 |
| Binary | 11101100 | 1010001 | 100001 | 0 | 1000010 | 1010110 | 111 | 1110 | 1010100 | 110101 |
Color Harmonies of #EC5121
Complementary color
Monochromatic Colors of #EC5121
Black with #EC5121
Text Example
Text Example
White with #EC5121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5121; }
p { color: rgb(236,81,33); }
H1.HeaderClassName
{
color: #EC5121;
}
.AnyTagClassName
{
color: #EC5121;
}
</style>
background-color css
<style>
a { background-color: #EC5121; }
a { background-color: rgb(236,81,33); }
div.DivClassName
{
background-color: #EC5121;
}
.BgClassName
{
background-color: #EC5121;
}
</style>
border-color css
<style>
span { border-color: #EC5121; }
span { border-color: rgb(236,81,33); }
td.TdClassName
{
border-color: #EC5121;
}
.TagClassName
{
border-color: #EC5121;
}
</style>