Shades of Cinnabar #EC5034
Tints of Cinnabar #EC5034
RGB
CMYK
RGB Variations
Color information
#EC5034 (or 0xEC5034) is known color: Cinnabar. HEX triplet: EC, 50 and 34. RGB value is (236,80,52). Sum of RGB (Red+Green+Blue) = 236+80+52=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5034 is #13AFCB. Grayscale: #7B7B7B. Windows color (decimal): -1290188 or 3428588. OLE color: 3428588.
HSL color Cylindrical-coordinate representation of color #EC5034: hue angle of 9.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5034 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 52 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.07 |
| HSL | 9.13º | 0.83% | 0.56% | - |
| HSV(B) | 9.13º | 0.78% | 0.93% | - |
| XYZ | 38.08 | 23.82 | 5.84 | - |
| YUV | 123.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 52 | 0 | 0.66 | 0.78 | 0.07 | 9.13 | 0.83 | 0.56 |
| Hex | EC | 50 | 34 | 0 | 42 | 4E | 7 | 9 | 53 | 38 |
| Octal | 354 | 120 | 64 | 0 | 102 | 116 | 7 | 11 | 123 | 70 |
| Binary | 11101100 | 1010000 | 110100 | 0 | 1000010 | 1001110 | 111 | 1001 | 1010011 | 111000 |
Color Harmonies of #EC5034
Complementary color
Monochromatic Colors of #EC5034
Black with #EC5034
Text Example
Text Example
White with #EC5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5034; }
p { color: rgb(236,80,52); }
H1.HeaderClassName
{
color: #EC5034;
}
.AnyTagClassName
{
color: #EC5034;
}
</style>
background-color css
<style>
a { background-color: #EC5034; }
a { background-color: rgb(236,80,52); }
div.DivClassName
{
background-color: #EC5034;
}
.BgClassName
{
background-color: #EC5034;
}
</style>
border-color css
<style>
span { border-color: #EC5034; }
span { border-color: rgb(236,80,52); }
td.TdClassName
{
border-color: #EC5034;
}
.TagClassName
{
border-color: #EC5034;
}
</style>