Shades of Cinnabar #EC4729
Tints of Cinnabar #EC4729
RGB
CMYK
RGB Variations
Color information
#EC4729 (or 0xEC4729) is known color: Cinnabar. HEX triplet: EC, 47 and 29. RGB value is (236,71,41). Sum of RGB (Red+Green+Blue) = 236+71+41=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4729 is #13B8D6. Grayscale: #757575. Windows color (decimal): -1292503 or 2705388. OLE color: 2705388.
HSL color Cylindrical-coordinate representation of color #EC4729: hue angle of 9.23º 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 #EC4729 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 41 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.07 |
| HSL | 9.23º | 0.84% | 0.54% | - |
| HSV(B) | 9.23º | 0.83% | 0.93% | - |
| XYZ | 37.25 | 22.5 | 4.48 | - |
| YUV | 116.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 41 | 0 | 0.70 | 0.83 | 0.07 | 9.23 | 0.84 | 0.54 |
| Hex | EC | 47 | 29 | 0 | 46 | 53 | 7 | 9 | 54 | 36 |
| Octal | 354 | 107 | 51 | 0 | 106 | 123 | 7 | 11 | 124 | 66 |
| Binary | 11101100 | 1000111 | 101001 | 0 | 1000110 | 1010011 | 111 | 1001 | 1010100 | 110110 |
Color Harmonies of #EC4729
Complementary color
Monochromatic Colors of #EC4729
Black with #EC4729
Text Example
Text Example
White with #EC4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4729; }
p { color: rgb(236,71,41); }
H1.HeaderClassName
{
color: #EC4729;
}
.AnyTagClassName
{
color: #EC4729;
}
</style>
background-color css
<style>
a { background-color: #EC4729; }
a { background-color: rgb(236,71,41); }
div.DivClassName
{
background-color: #EC4729;
}
.BgClassName
{
background-color: #EC4729;
}
</style>
border-color css
<style>
span { border-color: #EC4729; }
span { border-color: rgb(236,71,41); }
td.TdClassName
{
border-color: #EC4729;
}
.TagClassName
{
border-color: #EC4729;
}
</style>