Shades of Cinnabar #E15022
Tints of Cinnabar #E15022
RGB
CMYK
RGB Variations
Color information
#E15022 (or 0xE15022) is known color: Cinnabar. HEX triplet: E1, 50 and 22. RGB value is (225,80,34). Sum of RGB (Red+Green+Blue) = 225+80+34=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E15022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15022 is #1EAFDD. Grayscale: #767676. Windows color (decimal): -2011102 or 2248929. OLE color: 2248929.
HSL color Cylindrical-coordinate representation of color #E15022: hue angle of 14.45º degrees, saturation: 0.76, 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 #E15022 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.12 |
| HSL | 14.45º | 0.76% | 0.51% | - |
| HSV(B) | 14.45º | 0.85% | 0.88% | - |
| XYZ | 34.21 | 21.86 | 3.93 | - |
| YUV | 118.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 34 | 0 | 0.64 | 0.85 | 0.12 | 14.45 | 0.76 | 0.51 |
| Hex | E1 | 50 | 22 | 0 | 40 | 55 | C | E | 4C | 33 |
| Octal | 341 | 120 | 42 | 0 | 100 | 125 | 14 | 16 | 114 | 63 |
| Binary | 11100001 | 1010000 | 100010 | 0 | 1000000 | 1010101 | 1100 | 1110 | 1001100 | 110011 |
Color Harmonies of #E15022
Complementary color
Monochromatic Colors of #E15022
Black with #E15022
Text Example
Text Example
White with #E15022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15022; }
p { color: rgb(225,80,34); }
H1.HeaderClassName
{
color: #E15022;
}
.AnyTagClassName
{
color: #E15022;
}
</style>
background-color css
<style>
a { background-color: #E15022; }
a { background-color: rgb(225,80,34); }
div.DivClassName
{
background-color: #E15022;
}
.BgClassName
{
background-color: #E15022;
}
</style>
border-color css
<style>
span { border-color: #E15022; }
span { border-color: rgb(225,80,34); }
td.TdClassName
{
border-color: #E15022;
}
.TagClassName
{
border-color: #E15022;
}
</style>