Shades of Cinnabar #E85626
Tints of Cinnabar #E85626
RGB
CMYK
RGB Variations
Color information
#E85626 (or 0xE85626) is known color: Cinnabar. HEX triplet: E8, 56 and 26. RGB value is (232,86,38). Sum of RGB (Red+Green+Blue) = 232+86+38=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E85626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85626 is #17A9D9. Grayscale: #7C7C7C. Windows color (decimal): -1550810 or 2512616. OLE color: 2512616.
HSL color Cylindrical-coordinate representation of color #E85626: hue angle of 14.85º 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 #E85626 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 38 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.09 |
| HSL | 14.85º | 0.81% | 0.53% | - |
| HSV(B) | 14.85º | 0.84% | 0.91% | - |
| XYZ | 36.96 | 23.95 | 4.51 | - |
| YUV | 124.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 38 | 0 | 0.63 | 0.84 | 0.09 | 14.85 | 0.81 | 0.53 |
| Hex | E8 | 56 | 26 | 0 | 3F | 54 | 9 | F | 51 | 35 |
| Octal | 350 | 126 | 46 | 0 | 77 | 124 | 11 | 17 | 121 | 65 |
| Binary | 11101000 | 1010110 | 100110 | 0 | 111111 | 1010100 | 1001 | 1111 | 1010001 | 110101 |
Color Harmonies of #E85626
Complementary color
Monochromatic Colors of #E85626
Black with #E85626
Text Example
Text Example
White with #E85626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85626; }
p { color: rgb(232,86,38); }
H1.HeaderClassName
{
color: #E85626;
}
.AnyTagClassName
{
color: #E85626;
}
</style>
background-color css
<style>
a { background-color: #E85626; }
a { background-color: rgb(232,86,38); }
div.DivClassName
{
background-color: #E85626;
}
.BgClassName
{
background-color: #E85626;
}
</style>
border-color css
<style>
span { border-color: #E85626; }
span { border-color: rgb(232,86,38); }
td.TdClassName
{
border-color: #E85626;
}
.TagClassName
{
border-color: #E85626;
}
</style>