Shades of Cinnabar #EC4D29
Tints of Cinnabar #EC4D29
RGB
CMYK
RGB Variations
Color information
#EC4D29 (or 0xEC4D29) is known color: Cinnabar. HEX triplet: EC, 4D and 29. RGB value is (236,77,41). Sum of RGB (Red+Green+Blue) = 236+77+41=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D29 is #13B2D6. Grayscale: #787878. Windows color (decimal): -1290967 or 2706924. OLE color: 2706924.
HSL color Cylindrical-coordinate representation of color #EC4D29: hue angle of 11.08º 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 #EC4D29 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.07 |
| HSL | 11.08º | 0.84% | 0.54% | - |
| HSV(B) | 11.08º | 0.83% | 0.93% | - |
| XYZ | 37.65 | 23.3 | 4.61 | - |
| YUV | 120.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 41 | 0 | 0.67 | 0.83 | 0.07 | 11.08 | 0.84 | 0.54 |
| Hex | EC | 4D | 29 | 0 | 43 | 53 | 7 | B | 54 | 36 |
| Octal | 354 | 115 | 51 | 0 | 103 | 123 | 7 | 13 | 124 | 66 |
| Binary | 11101100 | 1001101 | 101001 | 0 | 1000011 | 1010011 | 111 | 1011 | 1010100 | 110110 |
Color Harmonies of #EC4D29
Complementary color
Monochromatic Colors of #EC4D29
Black with #EC4D29
Text Example
Text Example
White with #EC4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D29; }
p { color: rgb(236,77,41); }
H1.HeaderClassName
{
color: #EC4D29;
}
.AnyTagClassName
{
color: #EC4D29;
}
</style>
background-color css
<style>
a { background-color: #EC4D29; }
a { background-color: rgb(236,77,41); }
div.DivClassName
{
background-color: #EC4D29;
}
.BgClassName
{
background-color: #EC4D29;
}
</style>
border-color css
<style>
span { border-color: #EC4D29; }
span { border-color: rgb(236,77,41); }
td.TdClassName
{
border-color: #EC4D29;
}
.TagClassName
{
border-color: #EC4D29;
}
</style>