Shades of Cinnabar #E9291C
Tints of Cinnabar #E9291C
RGB
CMYK
RGB Variations
Color information
#E9291C (or 0xE9291C) is known color: Cinnabar. HEX triplet: E9, 29 and 1C. RGB value is (233,41,28). Sum of RGB (Red+Green+Blue) = 233+41+28=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E9291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9291C is #16D6E3. Grayscale: #616161. Windows color (decimal): -1496804 or 1845737. OLE color: 1845737.
HSL color Cylindrical-coordinate representation of color #E9291C: hue angle of 3.8º 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 #E9291C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.09 |
| HSL | 3.8º | 0.82% | 0.51% | - |
| HSV(B) | 3.8º | 0.88% | 0.91% | - |
| XYZ | 34.61 | 18.99 | 2.94 | - |
| YUV | 96.93 | 89.11 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 28 | 0 | 0.82 | 0.88 | 0.09 | 3.8 | 0.82 | 0.51 |
| Hex | E9 | 29 | 1C | 0 | 52 | 58 | 9 | 4 | 52 | 33 |
| Octal | 351 | 51 | 34 | 0 | 122 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101001 | 101001 | 11100 | 0 | 1010010 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E9291C
Complementary color
Monochromatic Colors of #E9291C
Black with #E9291C
Text Example
Text Example
White with #E9291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9291C; }
p { color: rgb(233,41,28); }
H1.HeaderClassName
{
color: #E9291C;
}
.AnyTagClassName
{
color: #E9291C;
}
</style>
background-color css
<style>
a { background-color: #E9291C; }
a { background-color: rgb(233,41,28); }
div.DivClassName
{
background-color: #E9291C;
}
.BgClassName
{
background-color: #E9291C;
}
</style>
border-color css
<style>
span { border-color: #E9291C; }
span { border-color: rgb(233,41,28); }
td.TdClassName
{
border-color: #E9291C;
}
.TagClassName
{
border-color: #E9291C;
}
</style>