Shades of Cinnabar #E9291D
Tints of Cinnabar #E9291D
RGB
CMYK
RGB Variations
Color information
#E9291D (or 0xE9291D) is known color: Cinnabar. HEX triplet: E9, 29 and 1D. RGB value is (233,41,29). Sum of RGB (Red+Green+Blue) = 233+41+29=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E9291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9291D is #16D6E2. Grayscale: #616161. Windows color (decimal): -1496803 or 1911273. OLE color: 1911273.
HSL color Cylindrical-coordinate representation of color #E9291D: hue angle of 3.53º 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 #E9291D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.09 |
| HSL | 3.53º | 0.82% | 0.51% | - |
| HSV(B) | 3.53º | 0.88% | 0.91% | - |
| XYZ | 34.62 | 19 | 3 | - |
| YUV | 97.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 29 | 0 | 0.82 | 0.88 | 0.09 | 3.53 | 0.82 | 0.51 |
| Hex | E9 | 29 | 1D | 0 | 52 | 58 | 9 | 4 | 52 | 33 |
| Octal | 351 | 51 | 35 | 0 | 122 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101001 | 101001 | 11101 | 0 | 1010010 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E9291D
Complementary color
Monochromatic Colors of #E9291D
Black with #E9291D
Text Example
Text Example
White with #E9291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9291D; }
p { color: rgb(233,41,29); }
H1.HeaderClassName
{
color: #E9291D;
}
.AnyTagClassName
{
color: #E9291D;
}
</style>
background-color css
<style>
a { background-color: #E9291D; }
a { background-color: rgb(233,41,29); }
div.DivClassName
{
background-color: #E9291D;
}
.BgClassName
{
background-color: #E9291D;
}
</style>
border-color css
<style>
span { border-color: #E9291D; }
span { border-color: rgb(233,41,29); }
td.TdClassName
{
border-color: #E9291D;
}
.TagClassName
{
border-color: #E9291D;
}
</style>