Shades of Cinnabar #E04822
Tints of Cinnabar #E04822
RGB
CMYK
RGB Variations
Color information
#E04822 (or 0xE04822) is known color: Cinnabar. HEX triplet: E0, 48 and 22. RGB value is (224,72,34). Sum of RGB (Red+Green+Blue) = 224+72+34=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E04822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04822 is #1FB7DD. Grayscale: #717171. Windows color (decimal): -2078686 or 2246880. OLE color: 2246880.
HSL color Cylindrical-coordinate representation of color #E04822: hue angle of 12º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E04822 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 34 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.12 |
| HSL | 12º | 0.75% | 0.51% | - |
| HSV(B) | 12º | 0.85% | 0.88% | - |
| XYZ | 33.35 | 20.6 | 3.73 | - |
| YUV | 113.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 34 | 0 | 0.68 | 0.85 | 0.12 | 12 | 0.75 | 0.51 |
| Hex | E0 | 48 | 22 | 0 | 44 | 55 | C | C | 4B | 33 |
| Octal | 340 | 110 | 42 | 0 | 104 | 125 | 14 | 14 | 113 | 63 |
| Binary | 11100000 | 1001000 | 100010 | 0 | 1000100 | 1010101 | 1100 | 1100 | 1001011 | 110011 |
Color Harmonies of #E04822
Complementary color
Monochromatic Colors of #E04822
Black with #E04822
Text Example
Text Example
White with #E04822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04822; }
p { color: rgb(224,72,34); }
H1.HeaderClassName
{
color: #E04822;
}
.AnyTagClassName
{
color: #E04822;
}
</style>
background-color css
<style>
a { background-color: #E04822; }
a { background-color: rgb(224,72,34); }
div.DivClassName
{
background-color: #E04822;
}
.BgClassName
{
background-color: #E04822;
}
</style>
border-color css
<style>
span { border-color: #E04822; }
span { border-color: rgb(224,72,34); }
td.TdClassName
{
border-color: #E04822;
}
.TagClassName
{
border-color: #E04822;
}
</style>