Shades of Cinnabar #EC4C27
Tints of Cinnabar #EC4C27
RGB
CMYK
RGB Variations
Color information
#EC4C27 (or 0xEC4C27) is known color: Cinnabar. HEX triplet: EC, 4C and 27. RGB value is (236,76,39). Sum of RGB (Red+Green+Blue) = 236+76+39=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C27 is #13B3D8. Grayscale: #777777. Windows color (decimal): -1291225 or 2575596. OLE color: 2575596.
HSL color Cylindrical-coordinate representation of color #EC4C27: hue angle of 11.27º 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 #EC4C27 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 39 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.07 |
| HSL | 11.27º | 0.84% | 0.54% | - |
| HSV(B) | 11.27º | 0.83% | 0.93% | - |
| XYZ | 37.54 | 23.15 | 4.41 | - |
| YUV | 119.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 39 | 0 | 0.68 | 0.83 | 0.07 | 11.27 | 0.84 | 0.54 |
| Hex | EC | 4C | 27 | 0 | 44 | 53 | 7 | B | 54 | 36 |
| Octal | 354 | 114 | 47 | 0 | 104 | 123 | 7 | 13 | 124 | 66 |
| Binary | 11101100 | 1001100 | 100111 | 0 | 1000100 | 1010011 | 111 | 1011 | 1010100 | 110110 |
Color Harmonies of #EC4C27
Complementary color
Monochromatic Colors of #EC4C27
Black with #EC4C27
Text Example
Text Example
White with #EC4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C27; }
p { color: rgb(236,76,39); }
H1.HeaderClassName
{
color: #EC4C27;
}
.AnyTagClassName
{
color: #EC4C27;
}
</style>
background-color css
<style>
a { background-color: #EC4C27; }
a { background-color: rgb(236,76,39); }
div.DivClassName
{
background-color: #EC4C27;
}
.BgClassName
{
background-color: #EC4C27;
}
</style>
border-color css
<style>
span { border-color: #EC4C27; }
span { border-color: rgb(236,76,39); }
td.TdClassName
{
border-color: #EC4C27;
}
.TagClassName
{
border-color: #EC4C27;
}
</style>