Shades of Cinnabar #E44C29
Tints of Cinnabar #E44C29
RGB
CMYK
RGB Variations
Color information
#E44C29 (or 0xE44C29) is known color: Cinnabar. HEX triplet: E4, 4C and 29. RGB value is (228,76,41). Sum of RGB (Red+Green+Blue) = 228+76+41=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44C29 is #1BB3D6. Grayscale: #757575. Windows color (decimal): -1815511 or 2706660. OLE color: 2706660.
HSL color Cylindrical-coordinate representation of color #E44C29: hue angle of 11.23º 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 #E44C29 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 41 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.11 |
| HSL | 11.23º | 0.78% | 0.53% | - |
| HSV(B) | 11.23º | 0.82% | 0.89% | - |
| XYZ | 34.98 | 21.82 | 4.47 | - |
| YUV | 117.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 41 | 0 | 0.67 | 0.82 | 0.11 | 11.23 | 0.78 | 0.53 |
| Hex | E4 | 4C | 29 | 0 | 43 | 52 | B | B | 4E | 35 |
| Octal | 344 | 114 | 51 | 0 | 103 | 122 | 13 | 13 | 116 | 65 |
| Binary | 11100100 | 1001100 | 101001 | 0 | 1000011 | 1010010 | 1011 | 1011 | 1001110 | 110101 |
Color Harmonies of #E44C29
Complementary color
Monochromatic Colors of #E44C29
Black with #E44C29
Text Example
Text Example
White with #E44C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C29; }
p { color: rgb(228,76,41); }
H1.HeaderClassName
{
color: #E44C29;
}
.AnyTagClassName
{
color: #E44C29;
}
</style>
background-color css
<style>
a { background-color: #E44C29; }
a { background-color: rgb(228,76,41); }
div.DivClassName
{
background-color: #E44C29;
}
.BgClassName
{
background-color: #E44C29;
}
</style>
border-color css
<style>
span { border-color: #E44C29; }
span { border-color: rgb(228,76,41); }
td.TdClassName
{
border-color: #E44C29;
}
.TagClassName
{
border-color: #E44C29;
}
</style>