Shades of Cinnabar #E44029
Tints of Cinnabar #E44029
RGB
CMYK
RGB Variations
Color information
#E44029 (or 0xE44029) is known color: Cinnabar. HEX triplet: E4, 40 and 29. RGB value is (228,64,41). Sum of RGB (Red+Green+Blue) = 228+64+41=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E44029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44029 is #1BBFD6. Grayscale: #6E6E6E. Windows color (decimal): -1818583 or 2703588. OLE color: 2703588.
HSL color Cylindrical-coordinate representation of color #E44029: hue angle of 7.38º 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 #E44029 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 41 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.11 |
| HSL | 7.38º | 0.78% | 0.53% | - |
| HSV(B) | 7.38º | 0.82% | 0.89% | - |
| XYZ | 34.23 | 20.32 | 4.22 | - |
| YUV | 110.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 41 | 0 | 0.72 | 0.82 | 0.11 | 7.38 | 0.78 | 0.53 |
| Hex | E4 | 40 | 29 | 0 | 48 | 52 | B | 7 | 4E | 35 |
| Octal | 344 | 100 | 51 | 0 | 110 | 122 | 13 | 7 | 116 | 65 |
| Binary | 11100100 | 1000000 | 101001 | 0 | 1001000 | 1010010 | 1011 | 111 | 1001110 | 110101 |
Color Harmonies of #E44029
Complementary color
Monochromatic Colors of #E44029
Black with #E44029
Text Example
Text Example
White with #E44029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44029; }
p { color: rgb(228,64,41); }
H1.HeaderClassName
{
color: #E44029;
}
.AnyTagClassName
{
color: #E44029;
}
</style>
background-color css
<style>
a { background-color: #E44029; }
a { background-color: rgb(228,64,41); }
div.DivClassName
{
background-color: #E44029;
}
.BgClassName
{
background-color: #E44029;
}
</style>
border-color css
<style>
span { border-color: #E44029; }
span { border-color: rgb(228,64,41); }
td.TdClassName
{
border-color: #E44029;
}
.TagClassName
{
border-color: #E44029;
}
</style>