Shades of Cinnabar #E85322
Tints of Cinnabar #E85322
RGB
CMYK
RGB Variations
Color information
#E85322 (or 0xE85322) is known color: Cinnabar. HEX triplet: E8, 53 and 22. RGB value is (232,83,34). Sum of RGB (Red+Green+Blue) = 232+83+34=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E85322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85322 is #17ACDD. Grayscale: #7A7A7A. Windows color (decimal): -1551582 or 2249704. OLE color: 2249704.
HSL color Cylindrical-coordinate representation of color #E85322: hue angle of 14.85º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E85322 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.09 |
| HSL | 14.85º | 0.81% | 0.52% | - |
| HSV(B) | 14.85º | 0.85% | 0.91% | - |
| XYZ | 36.66 | 23.46 | 4.11 | - |
| YUV | 121.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 34 | 0 | 0.64 | 0.85 | 0.09 | 14.85 | 0.81 | 0.52 |
| Hex | E8 | 53 | 22 | 0 | 40 | 55 | 9 | F | 51 | 34 |
| Octal | 350 | 123 | 42 | 0 | 100 | 125 | 11 | 17 | 121 | 64 |
| Binary | 11101000 | 1010011 | 100010 | 0 | 1000000 | 1010101 | 1001 | 1111 | 1010001 | 110100 |
Color Harmonies of #E85322
Complementary color
Monochromatic Colors of #E85322
Black with #E85322
Text Example
Text Example
White with #E85322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85322; }
p { color: rgb(232,83,34); }
H1.HeaderClassName
{
color: #E85322;
}
.AnyTagClassName
{
color: #E85322;
}
</style>
background-color css
<style>
a { background-color: #E85322; }
a { background-color: rgb(232,83,34); }
div.DivClassName
{
background-color: #E85322;
}
.BgClassName
{
background-color: #E85322;
}
</style>
border-color css
<style>
span { border-color: #E85322; }
span { border-color: rgb(232,83,34); }
td.TdClassName
{
border-color: #E85322;
}
.TagClassName
{
border-color: #E85322;
}
</style>