Shades of Cinnabar #E5522E
Tints of Cinnabar #E5522E
RGB
CMYK
RGB Variations
Color information
#E5522E (or 0xE5522E) is known color: Cinnabar. HEX triplet: E5, 52 and 2E. RGB value is (229,82,46). Sum of RGB (Red+Green+Blue) = 229+82+46=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5522E is #1AADD1. Grayscale: #7A7A7A. Windows color (decimal): -1748434 or 3035877. OLE color: 3035877.
HSL color Cylindrical-coordinate representation of color #E5522E: hue angle of 11.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5522E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 46 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.10 |
| HSL | 11.8º | 0.78% | 0.54% | - |
| HSV(B) | 11.8º | 0.8% | 0.9% | - |
| XYZ | 35.82 | 22.89 | 5.11 | - |
| YUV | 121.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 46 | 0 | 0.64 | 0.80 | 0.10 | 11.8 | 0.78 | 0.54 |
| Hex | E5 | 52 | 2E | 0 | 40 | 50 | A | C | 4E | 36 |
| Octal | 345 | 122 | 56 | 0 | 100 | 120 | 12 | 14 | 116 | 66 |
| Binary | 11100101 | 1010010 | 101110 | 0 | 1000000 | 1010000 | 1010 | 1100 | 1001110 | 110110 |
Color Harmonies of #E5522E
Complementary color
Monochromatic Colors of #E5522E
Black with #E5522E
Text Example
Text Example
White with #E5522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5522E; }
p { color: rgb(229,82,46); }
H1.HeaderClassName
{
color: #E5522E;
}
.AnyTagClassName
{
color: #E5522E;
}
</style>
background-color css
<style>
a { background-color: #E5522E; }
a { background-color: rgb(229,82,46); }
div.DivClassName
{
background-color: #E5522E;
}
.BgClassName
{
background-color: #E5522E;
}
</style>
border-color css
<style>
span { border-color: #E5522E; }
span { border-color: rgb(229,82,46); }
td.TdClassName
{
border-color: #E5522E;
}
.TagClassName
{
border-color: #E5522E;
}
</style>