Shades of Cinnabar #E45129
Tints of Cinnabar #E45129
RGB
CMYK
RGB Variations
Color information
#E45129 (or 0xE45129) is known color: Cinnabar. HEX triplet: E4, 51 and 29. RGB value is (228,81,41). Sum of RGB (Red+Green+Blue) = 228+81+41=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E45129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45129 is #1BAED6. Grayscale: #787878. Windows color (decimal): -1814231 or 2707940. OLE color: 2707940.
HSL color Cylindrical-coordinate representation of color #E45129: hue angle of 12.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45129 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 41 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.11 |
| HSL | 12.83º | 0.78% | 0.53% | - |
| HSV(B) | 12.83º | 0.82% | 0.89% | - |
| XYZ | 35.34 | 22.54 | 4.59 | - |
| YUV | 120.39 | 83.2 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 41 | 0 | 0.64 | 0.82 | 0.11 | 12.83 | 0.78 | 0.53 |
| Hex | E4 | 51 | 29 | 0 | 40 | 52 | B | D | 4E | 35 |
| Octal | 344 | 121 | 51 | 0 | 100 | 122 | 13 | 15 | 116 | 65 |
| Binary | 11100100 | 1010001 | 101001 | 0 | 1000000 | 1010010 | 1011 | 1101 | 1001110 | 110101 |
Color Harmonies of #E45129
Complementary color
Monochromatic Colors of #E45129
Black with #E45129
Text Example
Text Example
White with #E45129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45129; }
p { color: rgb(228,81,41); }
H1.HeaderClassName
{
color: #E45129;
}
.AnyTagClassName
{
color: #E45129;
}
</style>
background-color css
<style>
a { background-color: #E45129; }
a { background-color: rgb(228,81,41); }
div.DivClassName
{
background-color: #E45129;
}
.BgClassName
{
background-color: #E45129;
}
</style>
border-color css
<style>
span { border-color: #E45129; }
span { border-color: rgb(228,81,41); }
td.TdClassName
{
border-color: #E45129;
}
.TagClassName
{
border-color: #E45129;
}
</style>