Shades of Cinnabar #E95528
Tints of Cinnabar #E95528
RGB
CMYK
RGB Variations
Color information
#E95528 (or 0xE95528) is known color: Cinnabar. HEX triplet: E9, 55 and 28. RGB value is (233,85,40). Sum of RGB (Red+Green+Blue) = 233+85+40=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E95528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95528 is #16AAD7. Grayscale: #7C7C7C. Windows color (decimal): -1485528 or 2643433. OLE color: 2643433.
HSL color Cylindrical-coordinate representation of color #E95528: hue angle of 13.99º 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 #E95528 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 40 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.09 |
| HSL | 13.99º | 0.81% | 0.54% | - |
| HSV(B) | 13.99º | 0.83% | 0.91% | - |
| XYZ | 37.24 | 23.97 | 4.67 | - |
| YUV | 124.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 40 | 0 | 0.64 | 0.83 | 0.09 | 13.99 | 0.81 | 0.54 |
| Hex | E9 | 55 | 28 | 0 | 40 | 53 | 9 | E | 51 | 36 |
| Octal | 351 | 125 | 50 | 0 | 100 | 123 | 11 | 16 | 121 | 66 |
| Binary | 11101001 | 1010101 | 101000 | 0 | 1000000 | 1010011 | 1001 | 1110 | 1010001 | 110110 |
Color Harmonies of #E95528
Complementary color
Monochromatic Colors of #E95528
Black with #E95528
Text Example
Text Example
White with #E95528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95528; }
p { color: rgb(233,85,40); }
H1.HeaderClassName
{
color: #E95528;
}
.AnyTagClassName
{
color: #E95528;
}
</style>
background-color css
<style>
a { background-color: #E95528; }
a { background-color: rgb(233,85,40); }
div.DivClassName
{
background-color: #E95528;
}
.BgClassName
{
background-color: #E95528;
}
</style>
border-color css
<style>
span { border-color: #E95528; }
span { border-color: rgb(233,85,40); }
td.TdClassName
{
border-color: #E95528;
}
.TagClassName
{
border-color: #E95528;
}
</style>