Shades of Cinnabar #E5291E
Tints of Cinnabar #E5291E
RGB
CMYK
RGB Variations
Color information
#E5291E (or 0xE5291E) is known color: Cinnabar. HEX triplet: E5, 29 and 1E. RGB value is (229,41,30). Sum of RGB (Red+Green+Blue) = 229+41+30=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E5291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5291E is #1AD6E1. Grayscale: #606060. Windows color (decimal): -1758946 or 1976805. OLE color: 1976805.
HSL color Cylindrical-coordinate representation of color #E5291E: hue angle of 3.32º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5291E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.10 |
| HSL | 3.32º | 0.79% | 0.51% | - |
| HSV(B) | 3.32º | 0.87% | 0.9% | - |
| XYZ | 33.34 | 18.34 | 3.01 | - |
| YUV | 95.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 30 | 0 | 0.82 | 0.87 | 0.10 | 3.32 | 0.79 | 0.51 |
| Hex | E5 | 29 | 1E | 0 | 52 | 57 | A | 3 | 4F | 33 |
| Octal | 345 | 51 | 36 | 0 | 122 | 127 | 12 | 3 | 117 | 63 |
| Binary | 11100101 | 101001 | 11110 | 0 | 1010010 | 1010111 | 1010 | 11 | 1001111 | 110011 |
Color Harmonies of #E5291E
Complementary color
Monochromatic Colors of #E5291E
Black with #E5291E
Text Example
Text Example
White with #E5291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5291E; }
p { color: rgb(229,41,30); }
H1.HeaderClassName
{
color: #E5291E;
}
.AnyTagClassName
{
color: #E5291E;
}
</style>
background-color css
<style>
a { background-color: #E5291E; }
a { background-color: rgb(229,41,30); }
div.DivClassName
{
background-color: #E5291E;
}
.BgClassName
{
background-color: #E5291E;
}
</style>
border-color css
<style>
span { border-color: #E5291E; }
span { border-color: rgb(229,41,30); }
td.TdClassName
{
border-color: #E5291E;
}
.TagClassName
{
border-color: #E5291E;
}
</style>