Shades of Cinnabar #E85229
Tints of Cinnabar #E85229
RGB
CMYK
RGB Variations
Color information
#E85229 (or 0xE85229) is known color: Cinnabar. HEX triplet: E8, 52 and 29. RGB value is (232,82,41). Sum of RGB (Red+Green+Blue) = 232+82+41=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E85229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85229 is #17ADD6. Grayscale: #7A7A7A. Windows color (decimal): -1551831 or 2708200. OLE color: 2708200.
HSL color Cylindrical-coordinate representation of color #E85229: hue angle of 12.88º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E85229 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 41 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.09 |
| HSL | 12.88º | 0.81% | 0.54% | - |
| HSV(B) | 12.88º | 0.82% | 0.91% | - |
| XYZ | 36.7 | 23.35 | 4.67 | - |
| YUV | 122.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 41 | 0 | 0.65 | 0.82 | 0.09 | 12.88 | 0.81 | 0.54 |
| Hex | E8 | 52 | 29 | 0 | 41 | 52 | 9 | D | 51 | 36 |
| Octal | 350 | 122 | 51 | 0 | 101 | 122 | 11 | 15 | 121 | 66 |
| Binary | 11101000 | 1010010 | 101001 | 0 | 1000001 | 1010010 | 1001 | 1101 | 1010001 | 110110 |
Color Harmonies of #E85229
Complementary color
Monochromatic Colors of #E85229
Black with #E85229
Text Example
Text Example
White with #E85229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85229; }
p { color: rgb(232,82,41); }
H1.HeaderClassName
{
color: #E85229;
}
.AnyTagClassName
{
color: #E85229;
}
</style>
background-color css
<style>
a { background-color: #E85229; }
a { background-color: rgb(232,82,41); }
div.DivClassName
{
background-color: #E85229;
}
.BgClassName
{
background-color: #E85229;
}
</style>
border-color css
<style>
span { border-color: #E85229; }
span { border-color: rgb(232,82,41); }
td.TdClassName
{
border-color: #E85229;
}
.TagClassName
{
border-color: #E85229;
}
</style>