Shades of Cinnabar #E85142
Tints of Cinnabar #E85142
RGB
CMYK
RGB Variations
Color information
#E85142 (or 0xE85142) is known color: Cinnabar. HEX triplet: E8, 51 and 42. RGB value is (232,81,66). Sum of RGB (Red+Green+Blue) = 232+81+66=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E85142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85142 is #17AEBD. Grayscale: #7C7C7C. Windows color (decimal): -1552062 or 4346344. OLE color: 4346344.
HSL color Cylindrical-coordinate representation of color #E85142: hue angle of 5.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85142 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 66 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.09 |
| HSL | 5.42º | 0.78% | 0.58% | - |
| HSV(B) | 5.42º | 0.72% | 0.91% | - |
| XYZ | 37.2 | 23.43 | 7.72 | - |
| YUV | 124.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 66 | 0 | 0.65 | 0.72 | 0.09 | 5.42 | 0.78 | 0.58 |
| Hex | E8 | 51 | 42 | 0 | 41 | 48 | 9 | 5 | 4E | 3A |
| Octal | 350 | 121 | 102 | 0 | 101 | 110 | 11 | 5 | 116 | 72 |
| Binary | 11101000 | 1010001 | 1000010 | 0 | 1000001 | 1001000 | 1001 | 101 | 1001110 | 111010 |
Color Harmonies of #E85142
Complementary color
Monochromatic Colors of #E85142
Black with #E85142
Text Example
Text Example
White with #E85142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85142; }
p { color: rgb(232,81,66); }
H1.HeaderClassName
{
color: #E85142;
}
.AnyTagClassName
{
color: #E85142;
}
</style>
background-color css
<style>
a { background-color: #E85142; }
a { background-color: rgb(232,81,66); }
div.DivClassName
{
background-color: #E85142;
}
.BgClassName
{
background-color: #E85142;
}
</style>
border-color css
<style>
span { border-color: #E85142; }
span { border-color: rgb(232,81,66); }
td.TdClassName
{
border-color: #E85142;
}
.TagClassName
{
border-color: #E85142;
}
</style>