Shades of Cinnabar #E9522D
Tints of Cinnabar #E9522D
RGB
CMYK
RGB Variations
Color information
#E9522D (or 0xE9522D) is known color: Cinnabar. HEX triplet: E9, 52 and 2D. RGB value is (233,82,45). Sum of RGB (Red+Green+Blue) = 233+82+45=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9522D is #16ADD2. Grayscale: #7B7B7B. Windows color (decimal): -1486291 or 2970345. OLE color: 2970345.
HSL color Cylindrical-coordinate representation of color #E9522D: hue angle of 11.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9522D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.09 |
| HSL | 11.81º | 0.81% | 0.55% | - |
| HSV(B) | 11.81º | 0.81% | 0.91% | - |
| XYZ | 37.1 | 23.55 | 5.07 | - |
| YUV | 122.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 45 | 0 | 0.65 | 0.81 | 0.09 | 11.81 | 0.81 | 0.55 |
| Hex | E9 | 52 | 2D | 0 | 41 | 51 | 9 | C | 51 | 37 |
| Octal | 351 | 122 | 55 | 0 | 101 | 121 | 11 | 14 | 121 | 67 |
| Binary | 11101001 | 1010010 | 101101 | 0 | 1000001 | 1010001 | 1001 | 1100 | 1010001 | 110111 |
Color Harmonies of #E9522D
Complementary color
Monochromatic Colors of #E9522D
Black with #E9522D
Text Example
Text Example
White with #E9522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9522D; }
p { color: rgb(233,82,45); }
H1.HeaderClassName
{
color: #E9522D;
}
.AnyTagClassName
{
color: #E9522D;
}
</style>
background-color css
<style>
a { background-color: #E9522D; }
a { background-color: rgb(233,82,45); }
div.DivClassName
{
background-color: #E9522D;
}
.BgClassName
{
background-color: #E9522D;
}
</style>
border-color css
<style>
span { border-color: #E9522D; }
span { border-color: rgb(233,82,45); }
td.TdClassName
{
border-color: #E9522D;
}
.TagClassName
{
border-color: #E9522D;
}
</style>