Shades of Cinnabar #E55429
Tints of Cinnabar #E55429
RGB
CMYK
RGB Variations
Color information
#E55429 (or 0xE55429) is known color: Cinnabar. HEX triplet: E5, 54 and 29. RGB value is (229,84,41). Sum of RGB (Red+Green+Blue) = 229+84+41=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E55429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55429 is #1AABD6. Grayscale: #7A7A7A. Windows color (decimal): -1747927 or 2708709. OLE color: 2708709.
HSL color Cylindrical-coordinate representation of color #E55429: hue angle of 13.72º 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 #E55429 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 41 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.10 |
| HSL | 13.72º | 0.78% | 0.53% | - |
| HSV(B) | 13.72º | 0.82% | 0.9% | - |
| XYZ | 35.88 | 23.16 | 4.68 | - |
| YUV | 122.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 41 | 0 | 0.63 | 0.82 | 0.10 | 13.72 | 0.78 | 0.53 |
| Hex | E5 | 54 | 29 | 0 | 3F | 52 | A | E | 4E | 35 |
| Octal | 345 | 124 | 51 | 0 | 77 | 122 | 12 | 16 | 116 | 65 |
| Binary | 11100101 | 1010100 | 101001 | 0 | 111111 | 1010010 | 1010 | 1110 | 1001110 | 110101 |
Color Harmonies of #E55429
Complementary color
Monochromatic Colors of #E55429
Black with #E55429
Text Example
Text Example
White with #E55429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55429; }
p { color: rgb(229,84,41); }
H1.HeaderClassName
{
color: #E55429;
}
.AnyTagClassName
{
color: #E55429;
}
</style>
background-color css
<style>
a { background-color: #E55429; }
a { background-color: rgb(229,84,41); }
div.DivClassName
{
background-color: #E55429;
}
.BgClassName
{
background-color: #E55429;
}
</style>
border-color css
<style>
span { border-color: #E55429; }
span { border-color: rgb(229,84,41); }
td.TdClassName
{
border-color: #E55429;
}
.TagClassName
{
border-color: #E55429;
}
</style>