Shades of Cinnabar #E04828
Tints of Cinnabar #E04828
RGB
CMYK
RGB Variations
Color information
#E04828 (or 0xE04828) is known color: Cinnabar. HEX triplet: E0, 48 and 28. RGB value is (224,72,40). Sum of RGB (Red+Green+Blue) = 224+72+40=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E04828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04828 is #1FB7D7. Grayscale: #727272. Windows color (decimal): -2078680 or 2640096. OLE color: 2640096.
HSL color Cylindrical-coordinate representation of color #E04828: hue angle of 10.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E04828 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 40 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.12 |
| HSL | 10.43º | 0.75% | 0.52% | - |
| HSV(B) | 10.43º | 0.82% | 0.88% | - |
| XYZ | 33.44 | 20.64 | 4.23 | - |
| YUV | 113.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 40 | 0 | 0.68 | 0.82 | 0.12 | 10.43 | 0.75 | 0.52 |
| Hex | E0 | 48 | 28 | 0 | 44 | 52 | C | A | 4B | 34 |
| Octal | 340 | 110 | 50 | 0 | 104 | 122 | 14 | 12 | 113 | 64 |
| Binary | 11100000 | 1001000 | 101000 | 0 | 1000100 | 1010010 | 1100 | 1010 | 1001011 | 110100 |
Color Harmonies of #E04828
Complementary color
Monochromatic Colors of #E04828
Black with #E04828
Text Example
Text Example
White with #E04828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04828; }
p { color: rgb(224,72,40); }
H1.HeaderClassName
{
color: #E04828;
}
.AnyTagClassName
{
color: #E04828;
}
</style>
background-color css
<style>
a { background-color: #E04828; }
a { background-color: rgb(224,72,40); }
div.DivClassName
{
background-color: #E04828;
}
.BgClassName
{
background-color: #E04828;
}
</style>
border-color css
<style>
span { border-color: #E04828; }
span { border-color: rgb(224,72,40); }
td.TdClassName
{
border-color: #E04828;
}
.TagClassName
{
border-color: #E04828;
}
</style>