Shades of Cinnabar #EC5037
Tints of Cinnabar #EC5037
RGB
CMYK
RGB Variations
Color information
#EC5037 (or 0xEC5037) is known color: Cinnabar. HEX triplet: EC, 50 and 37. RGB value is (236,80,55). Sum of RGB (Red+Green+Blue) = 236+80+55=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5037 is #13AFC8. Grayscale: #7C7C7C. Windows color (decimal): -1290185 or 3625196. OLE color: 3625196.
HSL color Cylindrical-coordinate representation of color #EC5037: hue angle of 8.29º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC5037 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 55 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.07 |
| HSL | 8.29º | 0.83% | 0.57% | - |
| HSV(B) | 8.29º | 0.77% | 0.93% | - |
| XYZ | 38.15 | 23.85 | 6.21 | - |
| YUV | 123.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 55 | 0 | 0.66 | 0.77 | 0.07 | 8.29 | 0.83 | 0.57 |
| Hex | EC | 50 | 37 | 0 | 42 | 4D | 7 | 8 | 53 | 39 |
| Octal | 354 | 120 | 67 | 0 | 102 | 115 | 7 | 10 | 123 | 71 |
| Binary | 11101100 | 1010000 | 110111 | 0 | 1000010 | 1001101 | 111 | 1000 | 1010011 | 111001 |
Color Harmonies of #EC5037
Complementary color
Monochromatic Colors of #EC5037
Black with #EC5037
Text Example
Text Example
White with #EC5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5037; }
p { color: rgb(236,80,55); }
H1.HeaderClassName
{
color: #EC5037;
}
.AnyTagClassName
{
color: #EC5037;
}
</style>
background-color css
<style>
a { background-color: #EC5037; }
a { background-color: rgb(236,80,55); }
div.DivClassName
{
background-color: #EC5037;
}
.BgClassName
{
background-color: #EC5037;
}
</style>
border-color css
<style>
span { border-color: #EC5037; }
span { border-color: rgb(236,80,55); }
td.TdClassName
{
border-color: #EC5037;
}
.TagClassName
{
border-color: #EC5037;
}
</style>