Shades of Cinnabar #EC4A27
Tints of Cinnabar #EC4A27
RGB
CMYK
RGB Variations
Color information
#EC4A27 (or 0xEC4A27) is known color: Cinnabar. HEX triplet: EC, 4A and 27. RGB value is (236,74,39). Sum of RGB (Red+Green+Blue) = 236+74+39=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A27 is #13B5D8. Grayscale: #767676. Windows color (decimal): -1291737 or 2575084. OLE color: 2575084.
HSL color Cylindrical-coordinate representation of color #EC4A27: hue angle of 10.66º 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 #EC4A27 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 39 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.07 |
| HSL | 10.66º | 0.84% | 0.54% | - |
| HSV(B) | 10.66º | 0.83% | 0.93% | - |
| XYZ | 37.41 | 22.88 | 4.36 | - |
| YUV | 118.45 | 83.17 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 39 | 0 | 0.69 | 0.83 | 0.07 | 10.66 | 0.84 | 0.54 |
| Hex | EC | 4A | 27 | 0 | 45 | 53 | 7 | B | 54 | 36 |
| Octal | 354 | 112 | 47 | 0 | 105 | 123 | 7 | 13 | 124 | 66 |
| Binary | 11101100 | 1001010 | 100111 | 0 | 1000101 | 1010011 | 111 | 1011 | 1010100 | 110110 |
Color Harmonies of #EC4A27
Complementary color
Monochromatic Colors of #EC4A27
Black with #EC4A27
Text Example
Text Example
White with #EC4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A27; }
p { color: rgb(236,74,39); }
H1.HeaderClassName
{
color: #EC4A27;
}
.AnyTagClassName
{
color: #EC4A27;
}
</style>
background-color css
<style>
a { background-color: #EC4A27; }
a { background-color: rgb(236,74,39); }
div.DivClassName
{
background-color: #EC4A27;
}
.BgClassName
{
background-color: #EC4A27;
}
</style>
border-color css
<style>
span { border-color: #EC4A27; }
span { border-color: rgb(236,74,39); }
td.TdClassName
{
border-color: #EC4A27;
}
.TagClassName
{
border-color: #EC4A27;
}
</style>