Shades of Cinnabar #EC4E27
Tints of Cinnabar #EC4E27
RGB
CMYK
RGB Variations
Color information
#EC4E27 (or 0xEC4E27) is known color: Cinnabar. HEX triplet: EC, 4E and 27. RGB value is (236,78,39). Sum of RGB (Red+Green+Blue) = 236+78+39=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4E27 is #13B1D8. Grayscale: #797979. Windows color (decimal): -1290713 or 2576108. OLE color: 2576108.
HSL color Cylindrical-coordinate representation of color #EC4E27: hue angle of 11.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC4E27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.07 |
| HSL | 11.88º | 0.84% | 0.54% | - |
| HSV(B) | 11.88º | 0.83% | 0.93% | - |
| XYZ | 37.68 | 23.43 | 4.46 | - |
| YUV | 120.8 | 81.85 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 39 | 0 | 0.67 | 0.83 | 0.07 | 11.88 | 0.84 | 0.54 |
| Hex | EC | 4E | 27 | 0 | 43 | 53 | 7 | C | 54 | 36 |
| Octal | 354 | 116 | 47 | 0 | 103 | 123 | 7 | 14 | 124 | 66 |
| Binary | 11101100 | 1001110 | 100111 | 0 | 1000011 | 1010011 | 111 | 1100 | 1010100 | 110110 |
Color Harmonies of #EC4E27
Complementary color
Monochromatic Colors of #EC4E27
Black with #EC4E27
Text Example
Text Example
White with #EC4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E27; }
p { color: rgb(236,78,39); }
H1.HeaderClassName
{
color: #EC4E27;
}
.AnyTagClassName
{
color: #EC4E27;
}
</style>
background-color css
<style>
a { background-color: #EC4E27; }
a { background-color: rgb(236,78,39); }
div.DivClassName
{
background-color: #EC4E27;
}
.BgClassName
{
background-color: #EC4E27;
}
</style>
border-color css
<style>
span { border-color: #EC4E27; }
span { border-color: rgb(236,78,39); }
td.TdClassName
{
border-color: #EC4E27;
}
.TagClassName
{
border-color: #EC4E27;
}
</style>