Shades of Cinnabar #EC4D25
Tints of Cinnabar #EC4D25
RGB
CMYK
RGB Variations
Color information
#EC4D25 (or 0xEC4D25) is known color: Cinnabar. HEX triplet: EC, 4D and 25. RGB value is (236,77,37). Sum of RGB (Red+Green+Blue) = 236+77+37=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D25 is #13B2DA. Grayscale: #787878. Windows color (decimal): -1290971 or 2444780. OLE color: 2444780.
HSL color Cylindrical-coordinate representation of color #EC4D25: hue angle of 12.06º 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 #EC4D25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.07 |
| HSL | 12.06º | 0.84% | 0.54% | - |
| HSV(B) | 12.06º | 0.84% | 0.93% | - |
| XYZ | 37.58 | 23.27 | 4.26 | - |
| YUV | 119.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 37 | 0 | 0.67 | 0.84 | 0.07 | 12.06 | 0.84 | 0.54 |
| Hex | EC | 4D | 25 | 0 | 43 | 54 | 7 | C | 54 | 36 |
| Octal | 354 | 115 | 45 | 0 | 103 | 124 | 7 | 14 | 124 | 66 |
| Binary | 11101100 | 1001101 | 100101 | 0 | 1000011 | 1010100 | 111 | 1100 | 1010100 | 110110 |
Color Harmonies of #EC4D25
Complementary color
Monochromatic Colors of #EC4D25
Black with #EC4D25
Text Example
Text Example
White with #EC4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D25; }
p { color: rgb(236,77,37); }
H1.HeaderClassName
{
color: #EC4D25;
}
.AnyTagClassName
{
color: #EC4D25;
}
</style>
background-color css
<style>
a { background-color: #EC4D25; }
a { background-color: rgb(236,77,37); }
div.DivClassName
{
background-color: #EC4D25;
}
.BgClassName
{
background-color: #EC4D25;
}
</style>
border-color css
<style>
span { border-color: #EC4D25; }
span { border-color: rgb(236,77,37); }
td.TdClassName
{
border-color: #EC4D25;
}
.TagClassName
{
border-color: #EC4D25;
}
</style>