Shades of Cinnabar #EC4536
Tints of Cinnabar #EC4536
RGB
CMYK
RGB Variations
Color information
#EC4536 (or 0xEC4536) is known color: Cinnabar. HEX triplet: EC, 45 and 36. RGB value is (236,69,54). Sum of RGB (Red+Green+Blue) = 236+69+54=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4536 is #13BAC9. Grayscale: #757575. Windows color (decimal): -1293002 or 3556844. OLE color: 3556844.
HSL color Cylindrical-coordinate representation of color #EC4536: hue angle of 4.95º 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 #EC4536 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 54 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.07 |
| HSL | 4.95º | 0.83% | 0.57% | - |
| HSV(B) | 4.95º | 0.77% | 0.93% | - |
| XYZ | 37.39 | 22.36 | 5.83 | - |
| YUV | 117.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 54 | 0 | 0.71 | 0.77 | 0.07 | 4.95 | 0.83 | 0.57 |
| Hex | EC | 45 | 36 | 0 | 47 | 4D | 7 | 5 | 53 | 39 |
| Octal | 354 | 105 | 66 | 0 | 107 | 115 | 7 | 5 | 123 | 71 |
| Binary | 11101100 | 1000101 | 110110 | 0 | 1000111 | 1001101 | 111 | 101 | 1010011 | 111001 |
Color Harmonies of #EC4536
Complementary color
Monochromatic Colors of #EC4536
Black with #EC4536
Text Example
Text Example
White with #EC4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4536; }
p { color: rgb(236,69,54); }
H1.HeaderClassName
{
color: #EC4536;
}
.AnyTagClassName
{
color: #EC4536;
}
</style>
background-color css
<style>
a { background-color: #EC4536; }
a { background-color: rgb(236,69,54); }
div.DivClassName
{
background-color: #EC4536;
}
.BgClassName
{
background-color: #EC4536;
}
</style>
border-color css
<style>
span { border-color: #EC4536; }
span { border-color: rgb(236,69,54); }
td.TdClassName
{
border-color: #EC4536;
}
.TagClassName
{
border-color: #EC4536;
}
</style>