Shades of Cinnabar #E04821
Tints of Cinnabar #E04821
RGB
CMYK
RGB Variations
Color information
#E04821 (or 0xE04821) is known color: Cinnabar. HEX triplet: E0, 48 and 21. RGB value is (224,72,33). Sum of RGB (Red+Green+Blue) = 224+72+33=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E04821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04821 is #1FB7DE. Grayscale: #717171. Windows color (decimal): -2078687 or 2181344. OLE color: 2181344.
HSL color Cylindrical-coordinate representation of color #E04821: hue angle of 12.25º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E04821 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.12 |
| HSL | 12.25º | 0.75% | 0.5% | - |
| HSV(B) | 12.25º | 0.85% | 0.88% | - |
| XYZ | 33.33 | 20.59 | 3.66 | - |
| YUV | 113 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 33 | 0 | 0.68 | 0.85 | 0.12 | 12.25 | 0.75 | 0.5 |
| Hex | E0 | 48 | 21 | 0 | 44 | 55 | C | C | 4B | 32 |
| Octal | 340 | 110 | 41 | 0 | 104 | 125 | 14 | 14 | 113 | 62 |
| Binary | 11100000 | 1001000 | 100001 | 0 | 1000100 | 1010101 | 1100 | 1100 | 1001011 | 110010 |
Color Harmonies of #E04821
Complementary color
Monochromatic Colors of #E04821
Black with #E04821
Text Example
Text Example
White with #E04821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04821; }
p { color: rgb(224,72,33); }
H1.HeaderClassName
{
color: #E04821;
}
.AnyTagClassName
{
color: #E04821;
}
</style>
background-color css
<style>
a { background-color: #E04821; }
a { background-color: rgb(224,72,33); }
div.DivClassName
{
background-color: #E04821;
}
.BgClassName
{
background-color: #E04821;
}
</style>
border-color css
<style>
span { border-color: #E04821; }
span { border-color: rgb(224,72,33); }
td.TdClassName
{
border-color: #E04821;
}
.TagClassName
{
border-color: #E04821;
}
</style>