Shades of Cinnabar #E5491B
Tints of Cinnabar #E5491B
RGB
CMYK
RGB Variations
Color information
#E5491B (or 0xE5491B) is known color: Cinnabar. HEX triplet: E5, 49 and 1B. RGB value is (229,73,27). Sum of RGB (Red+Green+Blue) = 229+73+27=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5491B is #1AB6E4. Grayscale: #727272. Windows color (decimal): -1750757 or 1788389. OLE color: 1788389.
HSL color Cylindrical-coordinate representation of color #E5491B: hue angle of 13.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5491B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.10 |
| HSL | 13.66º | 0.8% | 0.5% | - |
| HSV(B) | 13.66º | 0.88% | 0.9% | - |
| XYZ | 34.89 | 21.5 | 3.35 | - |
| YUV | 114.4 | 78.68 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 27 | 0 | 0.68 | 0.88 | 0.10 | 13.66 | 0.8 | 0.5 |
| Hex | E5 | 49 | 1B | 0 | 44 | 58 | A | E | 50 | 32 |
| Octal | 345 | 111 | 33 | 0 | 104 | 130 | 12 | 16 | 120 | 62 |
| Binary | 11100101 | 1001001 | 11011 | 0 | 1000100 | 1011000 | 1010 | 1110 | 1010000 | 110010 |
Color Harmonies of #E5491B
Complementary color
Monochromatic Colors of #E5491B
Black with #E5491B
Text Example
Text Example
White with #E5491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5491B; }
p { color: rgb(229,73,27); }
H1.HeaderClassName
{
color: #E5491B;
}
.AnyTagClassName
{
color: #E5491B;
}
</style>
background-color css
<style>
a { background-color: #E5491B; }
a { background-color: rgb(229,73,27); }
div.DivClassName
{
background-color: #E5491B;
}
.BgClassName
{
background-color: #E5491B;
}
</style>
border-color css
<style>
span { border-color: #E5491B; }
span { border-color: rgb(229,73,27); }
td.TdClassName
{
border-color: #E5491B;
}
.TagClassName
{
border-color: #E5491B;
}
</style>