Shades of Cinnabar #E55129
Tints of Cinnabar #E55129
RGB
CMYK
RGB Variations
Color information
#E55129 (or 0xE55129) is known color: Cinnabar. HEX triplet: E5, 51 and 29. RGB value is (229,81,41). Sum of RGB (Red+Green+Blue) = 229+81+41=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E55129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55129 is #1AAED6. Grayscale: #797979. Windows color (decimal): -1748695 or 2707941. OLE color: 2707941.
HSL color Cylindrical-coordinate representation of color #E55129: hue angle of 12.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E55129 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 41 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.10 |
| HSL | 12.77º | 0.78% | 0.53% | - |
| HSV(B) | 12.77º | 0.82% | 0.9% | - |
| XYZ | 35.66 | 22.7 | 4.6 | - |
| YUV | 120.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 41 | 0 | 0.65 | 0.82 | 0.10 | 12.77 | 0.78 | 0.53 |
| Hex | E5 | 51 | 29 | 0 | 41 | 52 | A | D | 4E | 35 |
| Octal | 345 | 121 | 51 | 0 | 101 | 122 | 12 | 15 | 116 | 65 |
| Binary | 11100101 | 1010001 | 101001 | 0 | 1000001 | 1010010 | 1010 | 1101 | 1001110 | 110101 |
Color Harmonies of #E55129
Complementary color
Monochromatic Colors of #E55129
Black with #E55129
Text Example
Text Example
White with #E55129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55129; }
p { color: rgb(229,81,41); }
H1.HeaderClassName
{
color: #E55129;
}
.AnyTagClassName
{
color: #E55129;
}
</style>
background-color css
<style>
a { background-color: #E55129; }
a { background-color: rgb(229,81,41); }
div.DivClassName
{
background-color: #E55129;
}
.BgClassName
{
background-color: #E55129;
}
</style>
border-color css
<style>
span { border-color: #E55129; }
span { border-color: rgb(229,81,41); }
td.TdClassName
{
border-color: #E55129;
}
.TagClassName
{
border-color: #E55129;
}
</style>