Shades of Cinnabar #EC5320
Tints of Cinnabar #EC5320
RGB
CMYK
RGB Variations
Color information
#EC5320 (or 0xEC5320) is known color: Cinnabar. HEX triplet: EC, 53 and 20. RGB value is (236,83,32). Sum of RGB (Red+Green+Blue) = 236+83+32=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5320 is #13ACDF. Grayscale: #7B7B7B. Windows color (decimal): -1289440 or 2118636. OLE color: 2118636.
HSL color Cylindrical-coordinate representation of color #EC5320: hue angle of 15º 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 #EC5320 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 32 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.07 |
| HSL | 15º | 0.84% | 0.53% | - |
| HSV(B) | 15º | 0.86% | 0.93% | - |
| XYZ | 37.95 | 24.12 | 4.02 | - |
| YUV | 122.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 32 | 0 | 0.65 | 0.86 | 0.07 | 15 | 0.84 | 0.53 |
| Hex | EC | 53 | 20 | 0 | 41 | 56 | 7 | F | 54 | 35 |
| Octal | 354 | 123 | 40 | 0 | 101 | 126 | 7 | 17 | 124 | 65 |
| Binary | 11101100 | 1010011 | 100000 | 0 | 1000001 | 1010110 | 111 | 1111 | 1010100 | 110101 |
Color Harmonies of #EC5320
Complementary color
Monochromatic Colors of #EC5320
Black with #EC5320
Text Example
Text Example
White with #EC5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5320; }
p { color: rgb(236,83,32); }
H1.HeaderClassName
{
color: #EC5320;
}
.AnyTagClassName
{
color: #EC5320;
}
</style>
background-color css
<style>
a { background-color: #EC5320; }
a { background-color: rgb(236,83,32); }
div.DivClassName
{
background-color: #EC5320;
}
.BgClassName
{
background-color: #EC5320;
}
</style>
border-color css
<style>
span { border-color: #EC5320; }
span { border-color: rgb(236,83,32); }
td.TdClassName
{
border-color: #EC5320;
}
.TagClassName
{
border-color: #EC5320;
}
</style>