Shades of Cinnabar #EC4929
Tints of Cinnabar #EC4929
RGB
CMYK
RGB Variations
Color information
#EC4929 (or 0xEC4929) is known color: Cinnabar. HEX triplet: EC, 49 and 29. RGB value is (236,73,41). Sum of RGB (Red+Green+Blue) = 236+73+41=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4929 is #13B6D6. Grayscale: #767676. Windows color (decimal): -1291991 or 2705900. OLE color: 2705900.
HSL color Cylindrical-coordinate representation of color #EC4929: hue angle of 9.85º 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 #EC4929 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 41 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.07 |
| HSL | 9.85º | 0.84% | 0.54% | - |
| HSV(B) | 9.85º | 0.83% | 0.93% | - |
| XYZ | 37.37 | 22.76 | 4.52 | - |
| YUV | 118.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 41 | 0 | 0.69 | 0.83 | 0.07 | 9.85 | 0.84 | 0.54 |
| Hex | EC | 49 | 29 | 0 | 45 | 53 | 7 | A | 54 | 36 |
| Octal | 354 | 111 | 51 | 0 | 105 | 123 | 7 | 12 | 124 | 66 |
| Binary | 11101100 | 1001001 | 101001 | 0 | 1000101 | 1010011 | 111 | 1010 | 1010100 | 110110 |
Color Harmonies of #EC4929
Complementary color
Monochromatic Colors of #EC4929
Black with #EC4929
Text Example
Text Example
White with #EC4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4929; }
p { color: rgb(236,73,41); }
H1.HeaderClassName
{
color: #EC4929;
}
.AnyTagClassName
{
color: #EC4929;
}
</style>
background-color css
<style>
a { background-color: #EC4929; }
a { background-color: rgb(236,73,41); }
div.DivClassName
{
background-color: #EC4929;
}
.BgClassName
{
background-color: #EC4929;
}
</style>
border-color css
<style>
span { border-color: #EC4929; }
span { border-color: rgb(236,73,41); }
td.TdClassName
{
border-color: #EC4929;
}
.TagClassName
{
border-color: #EC4929;
}
</style>