Shades of Cinnabar #E44529
Tints of Cinnabar #E44529
RGB
CMYK
RGB Variations
Color information
#E44529 (or 0xE44529) is known color: Cinnabar. HEX triplet: E4, 45 and 29. RGB value is (228,69,41). Sum of RGB (Red+Green+Blue) = 228+69+41=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E44529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44529 is #1BBAD6. Grayscale: #717171. Windows color (decimal): -1817303 or 2704868. OLE color: 2704868.
HSL color Cylindrical-coordinate representation of color #E44529: hue angle of 8.98º 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 #E44529 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 41 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.11 |
| HSL | 8.98º | 0.78% | 0.53% | - |
| HSV(B) | 8.98º | 0.82% | 0.89% | - |
| XYZ | 34.52 | 20.91 | 4.31 | - |
| YUV | 113.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 41 | 0 | 0.70 | 0.82 | 0.11 | 8.98 | 0.78 | 0.53 |
| Hex | E4 | 45 | 29 | 0 | 46 | 52 | B | 9 | 4E | 35 |
| Octal | 344 | 105 | 51 | 0 | 106 | 122 | 13 | 11 | 116 | 65 |
| Binary | 11100100 | 1000101 | 101001 | 0 | 1000110 | 1010010 | 1011 | 1001 | 1001110 | 110101 |
Color Harmonies of #E44529
Complementary color
Monochromatic Colors of #E44529
Black with #E44529
Text Example
Text Example
White with #E44529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44529; }
p { color: rgb(228,69,41); }
H1.HeaderClassName
{
color: #E44529;
}
.AnyTagClassName
{
color: #E44529;
}
</style>
background-color css
<style>
a { background-color: #E44529; }
a { background-color: rgb(228,69,41); }
div.DivClassName
{
background-color: #E44529;
}
.BgClassName
{
background-color: #E44529;
}
</style>
border-color css
<style>
span { border-color: #E44529; }
span { border-color: rgb(228,69,41); }
td.TdClassName
{
border-color: #E44529;
}
.TagClassName
{
border-color: #E44529;
}
</style>