Shades of Cinnabar #EC4029
Tints of Cinnabar #EC4029
RGB
CMYK
RGB Variations
Color information
#EC4029 (or 0xEC4029) is known color: Cinnabar. HEX triplet: EC, 40 and 29. RGB value is (236,64,41). Sum of RGB (Red+Green+Blue) = 236+64+41=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4029 is #13BFD6. Grayscale: #717171. Windows color (decimal): -1294295 or 2703596. OLE color: 2703596.
HSL color Cylindrical-coordinate representation of color #EC4029: hue angle of 7.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 #EC4029 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 41 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.07 |
| HSL | 7.08º | 0.84% | 0.54% | - |
| HSV(B) | 7.08º | 0.83% | 0.93% | - |
| XYZ | 36.83 | 21.66 | 4.34 | - |
| YUV | 112.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 41 | 0 | 0.73 | 0.83 | 0.07 | 7.08 | 0.84 | 0.54 |
| Hex | EC | 40 | 29 | 0 | 49 | 53 | 7 | 7 | 54 | 36 |
| Octal | 354 | 100 | 51 | 0 | 111 | 123 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 1000000 | 101001 | 0 | 1001001 | 1010011 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC4029
Complementary color
Monochromatic Colors of #EC4029
Black with #EC4029
Text Example
Text Example
White with #EC4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4029; }
p { color: rgb(236,64,41); }
H1.HeaderClassName
{
color: #EC4029;
}
.AnyTagClassName
{
color: #EC4029;
}
</style>
background-color css
<style>
a { background-color: #EC4029; }
a { background-color: rgb(236,64,41); }
div.DivClassName
{
background-color: #EC4029;
}
.BgClassName
{
background-color: #EC4029;
}
</style>
border-color css
<style>
span { border-color: #EC4029; }
span { border-color: rgb(236,64,41); }
td.TdClassName
{
border-color: #EC4029;
}
.TagClassName
{
border-color: #EC4029;
}
</style>