Shades of Cinnabar #E95032
Tints of Cinnabar #E95032
RGB
CMYK
RGB Variations
Color information
#E95032 (or 0xE95032) is known color: Cinnabar. HEX triplet: E9, 50 and 32. RGB value is (233,80,50). Sum of RGB (Red+Green+Blue) = 233+80+50=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E95032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95032 is #16AFCD. Grayscale: #7A7A7A. Windows color (decimal): -1486798 or 3297513. OLE color: 3297513.
HSL color Cylindrical-coordinate representation of color #E95032: hue angle of 9.84º degrees, saturation: 0.81, 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 #E95032 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 50 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.09 |
| HSL | 9.84º | 0.81% | 0.55% | - |
| HSV(B) | 9.84º | 0.79% | 0.91% | - |
| XYZ | 37.05 | 23.29 | 5.56 | - |
| YUV | 122.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 50 | 0 | 0.66 | 0.79 | 0.09 | 9.84 | 0.81 | 0.55 |
| Hex | E9 | 50 | 32 | 0 | 42 | 4F | 9 | A | 51 | 37 |
| Octal | 351 | 120 | 62 | 0 | 102 | 117 | 11 | 12 | 121 | 67 |
| Binary | 11101001 | 1010000 | 110010 | 0 | 1000010 | 1001111 | 1001 | 1010 | 1010001 | 110111 |
Color Harmonies of #E95032
Complementary color
Monochromatic Colors of #E95032
Black with #E95032
Text Example
Text Example
White with #E95032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95032; }
p { color: rgb(233,80,50); }
H1.HeaderClassName
{
color: #E95032;
}
.AnyTagClassName
{
color: #E95032;
}
</style>
background-color css
<style>
a { background-color: #E95032; }
a { background-color: rgb(233,80,50); }
div.DivClassName
{
background-color: #E95032;
}
.BgClassName
{
background-color: #E95032;
}
</style>
border-color css
<style>
span { border-color: #E95032; }
span { border-color: rgb(233,80,50); }
td.TdClassName
{
border-color: #E95032;
}
.TagClassName
{
border-color: #E95032;
}
</style>