Shades of Cinnabar #E85326
Tints of Cinnabar #E85326
RGB
CMYK
RGB Variations
Color information
#E85326 (or 0xE85326) is known color: Cinnabar. HEX triplet: E8, 53 and 26. RGB value is (232,83,38). Sum of RGB (Red+Green+Blue) = 232+83+38=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E85326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85326 is #17ACD9. Grayscale: #7A7A7A. Windows color (decimal): -1551578 or 2511848. OLE color: 2511848.
HSL color Cylindrical-coordinate representation of color #E85326: hue angle of 13.92º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E85326 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 38 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.09 |
| HSL | 13.92º | 0.81% | 0.53% | - |
| HSV(B) | 13.92º | 0.84% | 0.91% | - |
| XYZ | 36.72 | 23.48 | 4.43 | - |
| YUV | 122.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 38 | 0 | 0.64 | 0.84 | 0.09 | 13.92 | 0.81 | 0.53 |
| Hex | E8 | 53 | 26 | 0 | 40 | 54 | 9 | E | 51 | 35 |
| Octal | 350 | 123 | 46 | 0 | 100 | 124 | 11 | 16 | 121 | 65 |
| Binary | 11101000 | 1010011 | 100110 | 0 | 1000000 | 1010100 | 1001 | 1110 | 1010001 | 110101 |
Color Harmonies of #E85326
Complementary color
Monochromatic Colors of #E85326
Black with #E85326
Text Example
Text Example
White with #E85326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85326; }
p { color: rgb(232,83,38); }
H1.HeaderClassName
{
color: #E85326;
}
.AnyTagClassName
{
color: #E85326;
}
</style>
background-color css
<style>
a { background-color: #E85326; }
a { background-color: rgb(232,83,38); }
div.DivClassName
{
background-color: #E85326;
}
.BgClassName
{
background-color: #E85326;
}
</style>
border-color css
<style>
span { border-color: #E85326; }
span { border-color: rgb(232,83,38); }
td.TdClassName
{
border-color: #E85326;
}
.TagClassName
{
border-color: #E85326;
}
</style>