Shades of Cinnabar #EC5035
Tints of Cinnabar #EC5035
RGB
CMYK
RGB Variations
Color information
#EC5035 (or 0xEC5035) is known color: Cinnabar. HEX triplet: EC, 50 and 35. RGB value is (236,80,53). Sum of RGB (Red+Green+Blue) = 236+80+53=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5035 is #13AFCA. Grayscale: #7B7B7B. Windows color (decimal): -1290187 or 3494124. OLE color: 3494124.
HSL color Cylindrical-coordinate representation of color #EC5035: hue angle of 8.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5035 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 53 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.07 |
| HSL | 8.85º | 0.83% | 0.57% | - |
| HSV(B) | 8.85º | 0.78% | 0.93% | - |
| XYZ | 38.1 | 23.83 | 5.96 | - |
| YUV | 123.57 | 88.18 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 53 | 0 | 0.66 | 0.78 | 0.07 | 8.85 | 0.83 | 0.57 |
| Hex | EC | 50 | 35 | 0 | 42 | 4E | 7 | 9 | 53 | 39 |
| Octal | 354 | 120 | 65 | 0 | 102 | 116 | 7 | 11 | 123 | 71 |
| Binary | 11101100 | 1010000 | 110101 | 0 | 1000010 | 1001110 | 111 | 1001 | 1010011 | 111001 |
Color Harmonies of #EC5035
Complementary color
Monochromatic Colors of #EC5035
Black with #EC5035
Text Example
Text Example
White with #EC5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5035; }
p { color: rgb(236,80,53); }
H1.HeaderClassName
{
color: #EC5035;
}
.AnyTagClassName
{
color: #EC5035;
}
</style>
background-color css
<style>
a { background-color: #EC5035; }
a { background-color: rgb(236,80,53); }
div.DivClassName
{
background-color: #EC5035;
}
.BgClassName
{
background-color: #EC5035;
}
</style>
border-color css
<style>
span { border-color: #EC5035; }
span { border-color: rgb(236,80,53); }
td.TdClassName
{
border-color: #EC5035;
}
.TagClassName
{
border-color: #EC5035;
}
</style>