Shades of Cinnabar #EC5321
Tints of Cinnabar #EC5321
RGB
CMYK
RGB Variations
Color information
#EC5321 (or 0xEC5321) is known color: Cinnabar. HEX triplet: EC, 53 and 21. RGB value is (236,83,33). Sum of RGB (Red+Green+Blue) = 236+83+33=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5321 is #13ACDE. Grayscale: #7B7B7B. Windows color (decimal): -1289439 or 2184172. OLE color: 2184172.
HSL color Cylindrical-coordinate representation of color #EC5321: hue angle of 14.78º 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 #EC5321 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 33 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.07 |
| HSL | 14.78º | 0.84% | 0.53% | - |
| HSV(B) | 14.78º | 0.86% | 0.93% | - |
| XYZ | 37.96 | 24.13 | 4.1 | - |
| YUV | 123.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 33 | 0 | 0.65 | 0.86 | 0.07 | 14.78 | 0.84 | 0.53 |
| Hex | EC | 53 | 21 | 0 | 41 | 56 | 7 | F | 54 | 35 |
| Octal | 354 | 123 | 41 | 0 | 101 | 126 | 7 | 17 | 124 | 65 |
| Binary | 11101100 | 1010011 | 100001 | 0 | 1000001 | 1010110 | 111 | 1111 | 1010100 | 110101 |
Color Harmonies of #EC5321
Complementary color
Monochromatic Colors of #EC5321
Black with #EC5321
Text Example
Text Example
White with #EC5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5321; }
p { color: rgb(236,83,33); }
H1.HeaderClassName
{
color: #EC5321;
}
.AnyTagClassName
{
color: #EC5321;
}
</style>
background-color css
<style>
a { background-color: #EC5321; }
a { background-color: rgb(236,83,33); }
div.DivClassName
{
background-color: #EC5321;
}
.BgClassName
{
background-color: #EC5321;
}
</style>
border-color css
<style>
span { border-color: #EC5321; }
span { border-color: rgb(236,83,33); }
td.TdClassName
{
border-color: #EC5321;
}
.TagClassName
{
border-color: #EC5321;
}
</style>