Shades of Cinnabar #E03022
Tints of Cinnabar #E03022
RGB
CMYK
RGB Variations
Color information
#E03022 (or 0xE03022) is known color: Cinnabar. HEX triplet: E0, 30 and 22. RGB value is (224,48,34). Sum of RGB (Red+Green+Blue) = 224+48+34=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E03022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03022 is #1FCFDD. Grayscale: #636363. Windows color (decimal): -2084830 or 2240736. OLE color: 2240736.
HSL color Cylindrical-coordinate representation of color #E03022: hue angle of 4.42º 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 #E03022 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 34 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.12 |
| HSL | 4.42º | 0.75% | 0.51% | - |
| HSV(B) | 4.42º | 0.85% | 0.88% | - |
| XYZ | 32.09 | 18.08 | 3.31 | - |
| YUV | 99.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 34 | 0 | 0.79 | 0.85 | 0.12 | 4.42 | 0.75 | 0.51 |
| Hex | E0 | 30 | 22 | 0 | 4F | 55 | C | 4 | 4B | 33 |
| Octal | 340 | 60 | 42 | 0 | 117 | 125 | 14 | 4 | 113 | 63 |
| Binary | 11100000 | 110000 | 100010 | 0 | 1001111 | 1010101 | 1100 | 100 | 1001011 | 110011 |
Color Harmonies of #E03022
Complementary color
Monochromatic Colors of #E03022
Black with #E03022
Text Example
Text Example
White with #E03022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03022; }
p { color: rgb(224,48,34); }
H1.HeaderClassName
{
color: #E03022;
}
.AnyTagClassName
{
color: #E03022;
}
</style>
background-color css
<style>
a { background-color: #E03022; }
a { background-color: rgb(224,48,34); }
div.DivClassName
{
background-color: #E03022;
}
.BgClassName
{
background-color: #E03022;
}
</style>
border-color css
<style>
span { border-color: #E03022; }
span { border-color: rgb(224,48,34); }
td.TdClassName
{
border-color: #E03022;
}
.TagClassName
{
border-color: #E03022;
}
</style>