Shades of Cinnabar #E85131
Tints of Cinnabar #E85131
RGB
CMYK
RGB Variations
Color information
#E85131 (or 0xE85131) is known color: Cinnabar. HEX triplet: E8, 51 and 31. RGB value is (232,81,49). Sum of RGB (Red+Green+Blue) = 232+81+49=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E85131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85131 is #17AECE. Grayscale: #7A7A7A. Windows color (decimal): -1552079 or 3232232. OLE color: 3232232.
HSL color Cylindrical-coordinate representation of color #E85131: hue angle of 10.49º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E85131 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 49 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.09 |
| HSL | 10.49º | 0.8% | 0.55% | - |
| HSV(B) | 10.49º | 0.79% | 0.91% | - |
| XYZ | 36.78 | 23.26 | 5.46 | - |
| YUV | 122.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 49 | 0 | 0.65 | 0.79 | 0.09 | 10.49 | 0.8 | 0.55 |
| Hex | E8 | 51 | 31 | 0 | 41 | 4F | 9 | A | 50 | 37 |
| Octal | 350 | 121 | 61 | 0 | 101 | 117 | 11 | 12 | 120 | 67 |
| Binary | 11101000 | 1010001 | 110001 | 0 | 1000001 | 1001111 | 1001 | 1010 | 1010000 | 110111 |
Color Harmonies of #E85131
Complementary color
Monochromatic Colors of #E85131
Black with #E85131
Text Example
Text Example
White with #E85131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85131; }
p { color: rgb(232,81,49); }
H1.HeaderClassName
{
color: #E85131;
}
.AnyTagClassName
{
color: #E85131;
}
</style>
background-color css
<style>
a { background-color: #E85131; }
a { background-color: rgb(232,81,49); }
div.DivClassName
{
background-color: #E85131;
}
.BgClassName
{
background-color: #E85131;
}
</style>
border-color css
<style>
span { border-color: #E85131; }
span { border-color: rgb(232,81,49); }
td.TdClassName
{
border-color: #E85131;
}
.TagClassName
{
border-color: #E85131;
}
</style>