Shades of Cinnabar #E8522B
Tints of Cinnabar #E8522B
RGB
CMYK
RGB Variations
Color information
#E8522B (or 0xE8522B) is known color: Cinnabar. HEX triplet: E8, 52 and 2B. RGB value is (232,82,43). Sum of RGB (Red+Green+Blue) = 232+82+43=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8522B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8522B is #17ADD4. Grayscale: #7A7A7A. Windows color (decimal): -1551829 or 2839272. OLE color: 2839272.
HSL color Cylindrical-coordinate representation of color #E8522B: hue angle of 12.38º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8522B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 43 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.09 |
| HSL | 12.38º | 0.8% | 0.54% | - |
| HSV(B) | 12.38º | 0.81% | 0.91% | - |
| XYZ | 36.73 | 23.36 | 4.86 | - |
| YUV | 122.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 43 | 0 | 0.65 | 0.81 | 0.09 | 12.38 | 0.8 | 0.54 |
| Hex | E8 | 52 | 2B | 0 | 41 | 51 | 9 | C | 50 | 36 |
| Octal | 350 | 122 | 53 | 0 | 101 | 121 | 11 | 14 | 120 | 66 |
| Binary | 11101000 | 1010010 | 101011 | 0 | 1000001 | 1010001 | 1001 | 1100 | 1010000 | 110110 |
Color Harmonies of #E8522B
Complementary color
Monochromatic Colors of #E8522B
Black with #E8522B
Text Example
Text Example
White with #E8522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8522B; }
p { color: rgb(232,82,43); }
H1.HeaderClassName
{
color: #E8522B;
}
.AnyTagClassName
{
color: #E8522B;
}
</style>
background-color css
<style>
a { background-color: #E8522B; }
a { background-color: rgb(232,82,43); }
div.DivClassName
{
background-color: #E8522B;
}
.BgClassName
{
background-color: #E8522B;
}
</style>
border-color css
<style>
span { border-color: #E8522B; }
span { border-color: rgb(232,82,43); }
td.TdClassName
{
border-color: #E8522B;
}
.TagClassName
{
border-color: #E8522B;
}
</style>