Shades of Cinnabar #E95531
Tints of Cinnabar #E95531
RGB
CMYK
RGB Variations
Color information
#E95531 (or 0xE95531) is known color: Cinnabar. HEX triplet: E9, 55 and 31. RGB value is (233,85,49). Sum of RGB (Red+Green+Blue) = 233+85+49=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E95531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95531 is #16AACE. Grayscale: #7D7D7D. Windows color (decimal): -1485519 or 3233257. OLE color: 3233257.
HSL color Cylindrical-coordinate representation of color #E95531: hue angle of 11.74º 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 #E95531 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 49 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.09 |
| HSL | 11.74º | 0.81% | 0.55% | - |
| HSV(B) | 11.74º | 0.79% | 0.91% | - |
| XYZ | 37.41 | 24.04 | 5.57 | - |
| YUV | 125.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 49 | 0 | 0.64 | 0.79 | 0.09 | 11.74 | 0.81 | 0.55 |
| Hex | E9 | 55 | 31 | 0 | 40 | 4F | 9 | C | 51 | 37 |
| Octal | 351 | 125 | 61 | 0 | 100 | 117 | 11 | 14 | 121 | 67 |
| Binary | 11101001 | 1010101 | 110001 | 0 | 1000000 | 1001111 | 1001 | 1100 | 1010001 | 110111 |
Color Harmonies of #E95531
Complementary color
Monochromatic Colors of #E95531
Black with #E95531
Text Example
Text Example
White with #E95531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95531; }
p { color: rgb(233,85,49); }
H1.HeaderClassName
{
color: #E95531;
}
.AnyTagClassName
{
color: #E95531;
}
</style>
background-color css
<style>
a { background-color: #E95531; }
a { background-color: rgb(233,85,49); }
div.DivClassName
{
background-color: #E95531;
}
.BgClassName
{
background-color: #E95531;
}
</style>
border-color css
<style>
span { border-color: #E95531; }
span { border-color: rgb(233,85,49); }
td.TdClassName
{
border-color: #E95531;
}
.TagClassName
{
border-color: #E95531;
}
</style>