Shades of Cinnabar #E95334
Tints of Cinnabar #E95334
RGB
CMYK
RGB Variations
Color information
#E95334 (or 0xE95334) is known color: Cinnabar. HEX triplet: E9, 53 and 34. RGB value is (233,83,52). Sum of RGB (Red+Green+Blue) = 233+83+52=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E95334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95334 is #16ACCB. Grayscale: #7C7C7C. Windows color (decimal): -1486028 or 3429353. OLE color: 3429353.
HSL color Cylindrical-coordinate representation of color #E95334: hue angle of 10.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E95334 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 52 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.09 |
| HSL | 10.28º | 0.8% | 0.56% | - |
| HSV(B) | 10.28º | 0.78% | 0.91% | - |
| XYZ | 37.32 | 23.76 | 5.87 | - |
| YUV | 124.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 52 | 0 | 0.64 | 0.78 | 0.09 | 10.28 | 0.8 | 0.56 |
| Hex | E9 | 53 | 34 | 0 | 40 | 4E | 9 | A | 50 | 38 |
| Octal | 351 | 123 | 64 | 0 | 100 | 116 | 11 | 12 | 120 | 70 |
| Binary | 11101001 | 1010011 | 110100 | 0 | 1000000 | 1001110 | 1001 | 1010 | 1010000 | 111000 |
Color Harmonies of #E95334
Complementary color
Monochromatic Colors of #E95334
Black with #E95334
Text Example
Text Example
White with #E95334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95334; }
p { color: rgb(233,83,52); }
H1.HeaderClassName
{
color: #E95334;
}
.AnyTagClassName
{
color: #E95334;
}
</style>
background-color css
<style>
a { background-color: #E95334; }
a { background-color: rgb(233,83,52); }
div.DivClassName
{
background-color: #E95334;
}
.BgClassName
{
background-color: #E95334;
}
</style>
border-color css
<style>
span { border-color: #E95334; }
span { border-color: rgb(233,83,52); }
td.TdClassName
{
border-color: #E95334;
}
.TagClassName
{
border-color: #E95334;
}
</style>