Shades of Cinnabar #EC4129
Tints of Cinnabar #EC4129
RGB
CMYK
RGB Variations
Color information
#EC4129 (or 0xEC4129) is known color: Cinnabar. HEX triplet: EC, 41 and 29. RGB value is (236,65,41). Sum of RGB (Red+Green+Blue) = 236+65+41=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4129 is #13BED6. Grayscale: #717171. Windows color (decimal): -1294039 or 2703852. OLE color: 2703852.
HSL color Cylindrical-coordinate representation of color #EC4129: hue angle of 7.38º 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 #EC4129 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 41 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.07 |
| HSL | 7.38º | 0.84% | 0.54% | - |
| HSV(B) | 7.38º | 0.83% | 0.93% | - |
| XYZ | 36.88 | 21.77 | 4.36 | - |
| YUV | 113.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 41 | 0 | 0.72 | 0.83 | 0.07 | 7.38 | 0.84 | 0.54 |
| Hex | EC | 41 | 29 | 0 | 48 | 53 | 7 | 7 | 54 | 36 |
| Octal | 354 | 101 | 51 | 0 | 110 | 123 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 1000001 | 101001 | 0 | 1001000 | 1010011 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC4129
Complementary color
Monochromatic Colors of #EC4129
Black with #EC4129
Text Example
Text Example
White with #EC4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4129; }
p { color: rgb(236,65,41); }
H1.HeaderClassName
{
color: #EC4129;
}
.AnyTagClassName
{
color: #EC4129;
}
</style>
background-color css
<style>
a { background-color: #EC4129; }
a { background-color: rgb(236,65,41); }
div.DivClassName
{
background-color: #EC4129;
}
.BgClassName
{
background-color: #EC4129;
}
</style>
border-color css
<style>
span { border-color: #EC4129; }
span { border-color: rgb(236,65,41); }
td.TdClassName
{
border-color: #EC4129;
}
.TagClassName
{
border-color: #EC4129;
}
</style>