Shades of Cinnabar #EC5125
Tints of Cinnabar #EC5125
RGB
CMYK
RGB Variations
Color information
#EC5125 (or 0xEC5125) is known color: Cinnabar. HEX triplet: EC, 51 and 25. RGB value is (236,81,37). Sum of RGB (Red+Green+Blue) = 236+81+37=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5125 is #13AEDA. Grayscale: #7A7A7A. Windows color (decimal): -1289947 or 2445804. OLE color: 2445804.
HSL color Cylindrical-coordinate representation of color #EC5125: hue angle of 13.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC5125 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 37 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.07 |
| HSL | 13.27º | 0.84% | 0.54% | - |
| HSV(B) | 13.27º | 0.84% | 0.93% | - |
| XYZ | 37.87 | 23.85 | 4.36 | - |
| YUV | 122.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 37 | 0 | 0.66 | 0.84 | 0.07 | 13.27 | 0.84 | 0.54 |
| Hex | EC | 51 | 25 | 0 | 42 | 54 | 7 | D | 54 | 36 |
| Octal | 354 | 121 | 45 | 0 | 102 | 124 | 7 | 15 | 124 | 66 |
| Binary | 11101100 | 1010001 | 100101 | 0 | 1000010 | 1010100 | 111 | 1101 | 1010100 | 110110 |
Color Harmonies of #EC5125
Complementary color
Monochromatic Colors of #EC5125
Black with #EC5125
Text Example
Text Example
White with #EC5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5125; }
p { color: rgb(236,81,37); }
H1.HeaderClassName
{
color: #EC5125;
}
.AnyTagClassName
{
color: #EC5125;
}
</style>
background-color css
<style>
a { background-color: #EC5125; }
a { background-color: rgb(236,81,37); }
div.DivClassName
{
background-color: #EC5125;
}
.BgClassName
{
background-color: #EC5125;
}
</style>
border-color css
<style>
span { border-color: #EC5125; }
span { border-color: rgb(236,81,37); }
td.TdClassName
{
border-color: #EC5125;
}
.TagClassName
{
border-color: #EC5125;
}
</style>