Shades of Cinnabar #E95329
Tints of Cinnabar #E95329
RGB
CMYK
RGB Variations
Color information
#E95329 (or 0xE95329) is known color: Cinnabar. HEX triplet: E9, 53 and 29. RGB value is (233,83,41). Sum of RGB (Red+Green+Blue) = 233+83+41=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E95329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95329 is #16ACD6. Grayscale: #7B7B7B. Windows color (decimal): -1486039 or 2708457. OLE color: 2708457.
HSL color Cylindrical-coordinate representation of color #E95329: hue angle of 13.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E95329 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 41 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.09 |
| HSL | 13.13º | 0.81% | 0.54% | - |
| HSV(B) | 13.13º | 0.82% | 0.91% | - |
| XYZ | 37.1 | 23.67 | 4.71 | - |
| YUV | 123.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 41 | 0 | 0.64 | 0.82 | 0.09 | 13.13 | 0.81 | 0.54 |
| Hex | E9 | 53 | 29 | 0 | 40 | 52 | 9 | D | 51 | 36 |
| Octal | 351 | 123 | 51 | 0 | 100 | 122 | 11 | 15 | 121 | 66 |
| Binary | 11101001 | 1010011 | 101001 | 0 | 1000000 | 1010010 | 1001 | 1101 | 1010001 | 110110 |
Color Harmonies of #E95329
Complementary color
Monochromatic Colors of #E95329
Black with #E95329
Text Example
Text Example
White with #E95329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95329; }
p { color: rgb(233,83,41); }
H1.HeaderClassName
{
color: #E95329;
}
.AnyTagClassName
{
color: #E95329;
}
</style>
background-color css
<style>
a { background-color: #E95329; }
a { background-color: rgb(233,83,41); }
div.DivClassName
{
background-color: #E95329;
}
.BgClassName
{
background-color: #E95329;
}
</style>
border-color css
<style>
span { border-color: #E95329; }
span { border-color: rgb(233,83,41); }
td.TdClassName
{
border-color: #E95329;
}
.TagClassName
{
border-color: #E95329;
}
</style>