Shades of Cinnabar #E44D29
Tints of Cinnabar #E44D29
RGB
CMYK
RGB Variations
Color information
#E44D29 (or 0xE44D29) is known color: Cinnabar. HEX triplet: E4, 4D and 29. RGB value is (228,77,41). Sum of RGB (Red+Green+Blue) = 228+77+41=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D29 is #1BB2D6. Grayscale: #767676. Windows color (decimal): -1815255 or 2706916. OLE color: 2706916.
HSL color Cylindrical-coordinate representation of color #E44D29: hue angle of 11.55º 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 #E44D29 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 41 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.11 |
| HSL | 11.55º | 0.78% | 0.53% | - |
| HSV(B) | 11.55º | 0.82% | 0.89% | - |
| XYZ | 35.05 | 21.96 | 4.49 | - |
| YUV | 118.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 41 | 0 | 0.66 | 0.82 | 0.11 | 11.55 | 0.78 | 0.53 |
| Hex | E4 | 4D | 29 | 0 | 42 | 52 | B | C | 4E | 35 |
| Octal | 344 | 115 | 51 | 0 | 102 | 122 | 13 | 14 | 116 | 65 |
| Binary | 11100100 | 1001101 | 101001 | 0 | 1000010 | 1010010 | 1011 | 1100 | 1001110 | 110101 |
Color Harmonies of #E44D29
Complementary color
Monochromatic Colors of #E44D29
Black with #E44D29
Text Example
Text Example
White with #E44D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D29; }
p { color: rgb(228,77,41); }
H1.HeaderClassName
{
color: #E44D29;
}
.AnyTagClassName
{
color: #E44D29;
}
</style>
background-color css
<style>
a { background-color: #E44D29; }
a { background-color: rgb(228,77,41); }
div.DivClassName
{
background-color: #E44D29;
}
.BgClassName
{
background-color: #E44D29;
}
</style>
border-color css
<style>
span { border-color: #E44D29; }
span { border-color: rgb(228,77,41); }
td.TdClassName
{
border-color: #E44D29;
}
.TagClassName
{
border-color: #E44D29;
}
</style>