Shades of Cinnabar #EC5232
Tints of Cinnabar #EC5232
RGB
CMYK
RGB Variations
Color information
#EC5232 (or 0xEC5232) is known color: Cinnabar. HEX triplet: EC, 52 and 32. RGB value is (236,82,50). Sum of RGB (Red+Green+Blue) = 236+82+50=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5232 is #13ADCD. Grayscale: #7C7C7C. Windows color (decimal): -1289678 or 3298028. OLE color: 3298028.
HSL color Cylindrical-coordinate representation of color #EC5232: hue angle of 10.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC5232 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 50 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.07 |
| HSL | 10.32º | 0.83% | 0.56% | - |
| HSV(B) | 10.32º | 0.79% | 0.93% | - |
| XYZ | 38.19 | 24.1 | 5.66 | - |
| YUV | 124.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 50 | 0 | 0.65 | 0.79 | 0.07 | 10.32 | 0.83 | 0.56 |
| Hex | EC | 52 | 32 | 0 | 41 | 4F | 7 | A | 53 | 38 |
| Octal | 354 | 122 | 62 | 0 | 101 | 117 | 7 | 12 | 123 | 70 |
| Binary | 11101100 | 1010010 | 110010 | 0 | 1000001 | 1001111 | 111 | 1010 | 1010011 | 111000 |
Color Harmonies of #EC5232
Complementary color
Monochromatic Colors of #EC5232
Black with #EC5232
Text Example
Text Example
White with #EC5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5232; }
p { color: rgb(236,82,50); }
H1.HeaderClassName
{
color: #EC5232;
}
.AnyTagClassName
{
color: #EC5232;
}
</style>
background-color css
<style>
a { background-color: #EC5232; }
a { background-color: rgb(236,82,50); }
div.DivClassName
{
background-color: #EC5232;
}
.BgClassName
{
background-color: #EC5232;
}
</style>
border-color css
<style>
span { border-color: #EC5232; }
span { border-color: rgb(236,82,50); }
td.TdClassName
{
border-color: #EC5232;
}
.TagClassName
{
border-color: #EC5232;
}
</style>