Shades of Cinnabar #E5522C
Tints of Cinnabar #E5522C
RGB
CMYK
RGB Variations
Color information
#E5522C (or 0xE5522C) is known color: Cinnabar. HEX triplet: E5, 52 and 2C. RGB value is (229,82,44). Sum of RGB (Red+Green+Blue) = 229+82+44=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5522C is #1AADD3. Grayscale: #797979. Windows color (decimal): -1748436 or 2904805. OLE color: 2904805.
HSL color Cylindrical-coordinate representation of color #E5522C: hue angle of 12.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5522C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 44 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.10 |
| HSL | 12.32º | 0.78% | 0.54% | - |
| HSV(B) | 12.32º | 0.81% | 0.9% | - |
| XYZ | 35.79 | 22.87 | 4.91 | - |
| YUV | 121.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 44 | 0 | 0.64 | 0.81 | 0.10 | 12.32 | 0.78 | 0.54 |
| Hex | E5 | 52 | 2C | 0 | 40 | 51 | A | C | 4E | 36 |
| Octal | 345 | 122 | 54 | 0 | 100 | 121 | 12 | 14 | 116 | 66 |
| Binary | 11100101 | 1010010 | 101100 | 0 | 1000000 | 1010001 | 1010 | 1100 | 1001110 | 110110 |
Color Harmonies of #E5522C
Complementary color
Monochromatic Colors of #E5522C
Black with #E5522C
Text Example
Text Example
White with #E5522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5522C; }
p { color: rgb(229,82,44); }
H1.HeaderClassName
{
color: #E5522C;
}
.AnyTagClassName
{
color: #E5522C;
}
</style>
background-color css
<style>
a { background-color: #E5522C; }
a { background-color: rgb(229,82,44); }
div.DivClassName
{
background-color: #E5522C;
}
.BgClassName
{
background-color: #E5522C;
}
</style>
border-color css
<style>
span { border-color: #E5522C; }
span { border-color: rgb(229,82,44); }
td.TdClassName
{
border-color: #E5522C;
}
.TagClassName
{
border-color: #E5522C;
}
</style>