Shades of Cinnabar #E44824
Tints of Cinnabar #E44824
RGB
CMYK
RGB Variations
Color information
#E44824 (or 0xE44824) is known color: Cinnabar. HEX triplet: E4, 48 and 24. RGB value is (228,72,36). Sum of RGB (Red+Green+Blue) = 228+72+36=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E44824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44824 is #1BB7DB. Grayscale: #727272. Windows color (decimal): -1816540 or 2377956. OLE color: 2377956.
HSL color Cylindrical-coordinate representation of color #E44824: hue angle of 11.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E44824 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.11 |
| HSL | 11.25º | 0.78% | 0.52% | - |
| HSV(B) | 11.25º | 0.84% | 0.89% | - |
| XYZ | 34.63 | 21.26 | 3.95 | - |
| YUV | 114.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 36 | 0 | 0.68 | 0.84 | 0.11 | 11.25 | 0.78 | 0.52 |
| Hex | E4 | 48 | 24 | 0 | 44 | 54 | B | B | 4E | 34 |
| Octal | 344 | 110 | 44 | 0 | 104 | 124 | 13 | 13 | 116 | 64 |
| Binary | 11100100 | 1001000 | 100100 | 0 | 1000100 | 1010100 | 1011 | 1011 | 1001110 | 110100 |
Color Harmonies of #E44824
Complementary color
Monochromatic Colors of #E44824
Black with #E44824
Text Example
Text Example
White with #E44824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44824; }
p { color: rgb(228,72,36); }
H1.HeaderClassName
{
color: #E44824;
}
.AnyTagClassName
{
color: #E44824;
}
</style>
background-color css
<style>
a { background-color: #E44824; }
a { background-color: rgb(228,72,36); }
div.DivClassName
{
background-color: #E44824;
}
.BgClassName
{
background-color: #E44824;
}
</style>
border-color css
<style>
span { border-color: #E44824; }
span { border-color: rgb(228,72,36); }
td.TdClassName
{
border-color: #E44824;
}
.TagClassName
{
border-color: #E44824;
}
</style>