Shades of Cinnabar #E9391D
Tints of Cinnabar #E9391D
RGB
CMYK
RGB Variations
Color information
#E9391D (or 0xE9391D) is known color: Cinnabar. HEX triplet: E9, 39 and 1D. RGB value is (233,57,29). Sum of RGB (Red+Green+Blue) = 233+57+29=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E9391D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9391D is #16C6E2. Grayscale: #6A6A6A. Windows color (decimal): -1492707 or 1915369. OLE color: 1915369.
HSL color Cylindrical-coordinate representation of color #E9391D: hue angle of 8.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9391D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.09 |
| HSL | 8.24º | 0.82% | 0.51% | - |
| HSV(B) | 8.24º | 0.88% | 0.91% | - |
| XYZ | 35.29 | 20.34 | 3.23 | - |
| YUV | 106.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 29 | 0 | 0.76 | 0.88 | 0.09 | 8.24 | 0.82 | 0.51 |
| Hex | E9 | 39 | 1D | 0 | 4C | 58 | 9 | 8 | 52 | 33 |
| Octal | 351 | 71 | 35 | 0 | 114 | 130 | 11 | 10 | 122 | 63 |
| Binary | 11101001 | 111001 | 11101 | 0 | 1001100 | 1011000 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E9391D
Complementary color
Monochromatic Colors of #E9391D
Black with #E9391D
Text Example
Text Example
White with #E9391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9391D; }
p { color: rgb(233,57,29); }
H1.HeaderClassName
{
color: #E9391D;
}
.AnyTagClassName
{
color: #E9391D;
}
</style>
background-color css
<style>
a { background-color: #E9391D; }
a { background-color: rgb(233,57,29); }
div.DivClassName
{
background-color: #E9391D;
}
.BgClassName
{
background-color: #E9391D;
}
</style>
border-color css
<style>
span { border-color: #E9391D; }
span { border-color: rgb(233,57,29); }
td.TdClassName
{
border-color: #E9391D;
}
.TagClassName
{
border-color: #E9391D;
}
</style>