Shades of Cinnabar #EC5127
Tints of Cinnabar #EC5127
RGB
CMYK
RGB Variations
Color information
#EC5127 (or 0xEC5127) is known color: Cinnabar. HEX triplet: EC, 51 and 27. RGB value is (236,81,39). Sum of RGB (Red+Green+Blue) = 236+81+39=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5127 is #13AED8. Grayscale: #7A7A7A. Windows color (decimal): -1289945 or 2576876. OLE color: 2576876.
HSL color Cylindrical-coordinate representation of color #EC5127: hue angle of 12.79º 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 #EC5127 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 39 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.07 |
| HSL | 12.79º | 0.84% | 0.54% | - |
| HSV(B) | 12.79º | 0.83% | 0.93% | - |
| XYZ | 37.9 | 23.86 | 4.53 | - |
| YUV | 122.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 39 | 0 | 0.66 | 0.83 | 0.07 | 12.79 | 0.84 | 0.54 |
| Hex | EC | 51 | 27 | 0 | 42 | 53 | 7 | D | 54 | 36 |
| Octal | 354 | 121 | 47 | 0 | 102 | 123 | 7 | 15 | 124 | 66 |
| Binary | 11101100 | 1010001 | 100111 | 0 | 1000010 | 1010011 | 111 | 1101 | 1010100 | 110110 |
Color Harmonies of #EC5127
Complementary color
Monochromatic Colors of #EC5127
Black with #EC5127
Text Example
Text Example
White with #EC5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5127; }
p { color: rgb(236,81,39); }
H1.HeaderClassName
{
color: #EC5127;
}
.AnyTagClassName
{
color: #EC5127;
}
</style>
background-color css
<style>
a { background-color: #EC5127; }
a { background-color: rgb(236,81,39); }
div.DivClassName
{
background-color: #EC5127;
}
.BgClassName
{
background-color: #EC5127;
}
</style>
border-color css
<style>
span { border-color: #EC5127; }
span { border-color: rgb(236,81,39); }
td.TdClassName
{
border-color: #EC5127;
}
.TagClassName
{
border-color: #EC5127;
}
</style>