Shades of Cinnabar #E85327
Tints of Cinnabar #E85327
RGB
CMYK
RGB Variations
Color information
#E85327 (or 0xE85327) is known color: Cinnabar. HEX triplet: E8, 53 and 27. RGB value is (232,83,39). Sum of RGB (Red+Green+Blue) = 232+83+39=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E85327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85327 is #17ACD8. Grayscale: #7A7A7A. Windows color (decimal): -1551577 or 2577384. OLE color: 2577384.
HSL color Cylindrical-coordinate representation of color #E85327: hue angle of 13.68º 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 #E85327 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 39 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.09 |
| HSL | 13.68º | 0.81% | 0.53% | - |
| HSV(B) | 13.68º | 0.83% | 0.91% | - |
| XYZ | 36.74 | 23.49 | 4.52 | - |
| YUV | 122.54 | 80.86 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 39 | 0 | 0.64 | 0.83 | 0.09 | 13.68 | 0.81 | 0.53 |
| Hex | E8 | 53 | 27 | 0 | 40 | 53 | 9 | E | 51 | 35 |
| Octal | 350 | 123 | 47 | 0 | 100 | 123 | 11 | 16 | 121 | 65 |
| Binary | 11101000 | 1010011 | 100111 | 0 | 1000000 | 1010011 | 1001 | 1110 | 1010001 | 110101 |
Color Harmonies of #E85327
Complementary color
Monochromatic Colors of #E85327
Black with #E85327
Text Example
Text Example
White with #E85327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85327; }
p { color: rgb(232,83,39); }
H1.HeaderClassName
{
color: #E85327;
}
.AnyTagClassName
{
color: #E85327;
}
</style>
background-color css
<style>
a { background-color: #E85327; }
a { background-color: rgb(232,83,39); }
div.DivClassName
{
background-color: #E85327;
}
.BgClassName
{
background-color: #E85327;
}
</style>
border-color css
<style>
span { border-color: #E85327; }
span { border-color: rgb(232,83,39); }
td.TdClassName
{
border-color: #E85327;
}
.TagClassName
{
border-color: #E85327;
}
</style>