Shades of Cinnabar #E85228
Tints of Cinnabar #E85228
RGB
CMYK
RGB Variations
Color information
#E85228 (or 0xE85228) is known color: Cinnabar. HEX triplet: E8, 52 and 28. RGB value is (232,82,40). Sum of RGB (Red+Green+Blue) = 232+82+40=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E85228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85228 is #17ADD7. Grayscale: #7A7A7A. Windows color (decimal): -1551832 or 2642664. OLE color: 2642664.
HSL color Cylindrical-coordinate representation of color #E85228: hue angle of 13.12º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E85228 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 40 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.09 |
| HSL | 13.13º | 0.81% | 0.53% | - |
| HSV(B) | 13.13º | 0.83% | 0.91% | - |
| XYZ | 36.68 | 23.34 | 4.58 | - |
| YUV | 122.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 40 | 0 | 0.65 | 0.83 | 0.09 | 13.13 | 0.81 | 0.53 |
| Hex | E8 | 52 | 28 | 0 | 41 | 53 | 9 | D | 51 | 35 |
| Octal | 350 | 122 | 50 | 0 | 101 | 123 | 11 | 15 | 121 | 65 |
| Binary | 11101000 | 1010010 | 101000 | 0 | 1000001 | 1010011 | 1001 | 1101 | 1010001 | 110101 |
Color Harmonies of #E85228
Complementary color
Monochromatic Colors of #E85228
Black with #E85228
Text Example
Text Example
White with #E85228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85228; }
p { color: rgb(232,82,40); }
H1.HeaderClassName
{
color: #E85228;
}
.AnyTagClassName
{
color: #E85228;
}
</style>
background-color css
<style>
a { background-color: #E85228; }
a { background-color: rgb(232,82,40); }
div.DivClassName
{
background-color: #E85228;
}
.BgClassName
{
background-color: #E85228;
}
</style>
border-color css
<style>
span { border-color: #E85228; }
span { border-color: rgb(232,82,40); }
td.TdClassName
{
border-color: #E85228;
}
.TagClassName
{
border-color: #E85228;
}
</style>