Shades of Cinnabar #E95328
Tints of Cinnabar #E95328
RGB
CMYK
RGB Variations
Color information
#E95328 (or 0xE95328) is known color: Cinnabar. HEX triplet: E9, 53 and 28. RGB value is (233,83,40). Sum of RGB (Red+Green+Blue) = 233+83+40=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E95328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95328 is #16ACD7. Grayscale: #7B7B7B. Windows color (decimal): -1486040 or 2642921. OLE color: 2642921.
HSL color Cylindrical-coordinate representation of color #E95328: hue angle of 13.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E95328 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 40 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.09 |
| HSL | 13.37º | 0.81% | 0.54% | - |
| HSV(B) | 13.37º | 0.83% | 0.91% | - |
| XYZ | 37.08 | 23.66 | 4.62 | - |
| YUV | 122.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 40 | 0 | 0.64 | 0.83 | 0.09 | 13.37 | 0.81 | 0.54 |
| Hex | E9 | 53 | 28 | 0 | 40 | 53 | 9 | D | 51 | 36 |
| Octal | 351 | 123 | 50 | 0 | 100 | 123 | 11 | 15 | 121 | 66 |
| Binary | 11101001 | 1010011 | 101000 | 0 | 1000000 | 1010011 | 1001 | 1101 | 1010001 | 110110 |
Color Harmonies of #E95328
Complementary color
Monochromatic Colors of #E95328
Black with #E95328
Text Example
Text Example
White with #E95328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95328; }
p { color: rgb(233,83,40); }
H1.HeaderClassName
{
color: #E95328;
}
.AnyTagClassName
{
color: #E95328;
}
</style>
background-color css
<style>
a { background-color: #E95328; }
a { background-color: rgb(233,83,40); }
div.DivClassName
{
background-color: #E95328;
}
.BgClassName
{
background-color: #E95328;
}
</style>
border-color css
<style>
span { border-color: #E95328; }
span { border-color: rgb(233,83,40); }
td.TdClassName
{
border-color: #E95328;
}
.TagClassName
{
border-color: #E95328;
}
</style>