Shades of Cinnabar #E95140
Tints of Cinnabar #E95140
RGB
CMYK
RGB Variations
Color information
#E95140 (or 0xE95140) is known color: Cinnabar. HEX triplet: E9, 51 and 40. RGB value is (233,81,64). Sum of RGB (Red+Green+Blue) = 233+81+64=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E95140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95140 is #16AEBF. Grayscale: #7C7C7C. Windows color (decimal): -1486528 or 4215273. OLE color: 4215273.
HSL color Cylindrical-coordinate representation of color #E95140: hue angle of 6.04º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E95140 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 64 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.09 |
| HSL | 6.04º | 0.79% | 0.58% | - |
| HSV(B) | 6.04º | 0.73% | 0.91% | - |
| XYZ | 37.47 | 23.58 | 7.43 | - |
| YUV | 124.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 64 | 0 | 0.65 | 0.73 | 0.09 | 6.04 | 0.79 | 0.58 |
| Hex | E9 | 51 | 40 | 0 | 41 | 49 | 9 | 6 | 4F | 3A |
| Octal | 351 | 121 | 100 | 0 | 101 | 111 | 11 | 6 | 117 | 72 |
| Binary | 11101001 | 1010001 | 1000000 | 0 | 1000001 | 1001001 | 1001 | 110 | 1001111 | 111010 |
Color Harmonies of #E95140
Complementary color
Monochromatic Colors of #E95140
Black with #E95140
Text Example
Text Example
White with #E95140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95140; }
p { color: rgb(233,81,64); }
H1.HeaderClassName
{
color: #E95140;
}
.AnyTagClassName
{
color: #E95140;
}
</style>
background-color css
<style>
a { background-color: #E95140; }
a { background-color: rgb(233,81,64); }
div.DivClassName
{
background-color: #E95140;
}
.BgClassName
{
background-color: #E95140;
}
</style>
border-color css
<style>
span { border-color: #E95140; }
span { border-color: rgb(233,81,64); }
td.TdClassName
{
border-color: #E95140;
}
.TagClassName
{
border-color: #E95140;
}
</style>