Shades of Cinnabar #E5491A
Tints of Cinnabar #E5491A
RGB
CMYK
RGB Variations
Color information
#E5491A (or 0xE5491A) is known color: Cinnabar. HEX triplet: E5, 49 and 1A. RGB value is (229,73,26). Sum of RGB (Red+Green+Blue) = 229+73+26=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5491A is #1AB6E5. Grayscale: #727272. Windows color (decimal): -1750758 or 1722853. OLE color: 1722853.
HSL color Cylindrical-coordinate representation of color #E5491A: hue angle of 13.89º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5491A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 26 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.10 |
| HSL | 13.89º | 0.8% | 0.5% | - |
| HSV(B) | 13.89º | 0.89% | 0.9% | - |
| XYZ | 34.88 | 21.5 | 3.29 | - |
| YUV | 114.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 26 | 0 | 0.68 | 0.89 | 0.10 | 13.89 | 0.8 | 0.5 |
| Hex | E5 | 49 | 1A | 0 | 44 | 59 | A | E | 50 | 32 |
| Octal | 345 | 111 | 32 | 0 | 104 | 131 | 12 | 16 | 120 | 62 |
| Binary | 11100101 | 1001001 | 11010 | 0 | 1000100 | 1011001 | 1010 | 1110 | 1010000 | 110010 |
Color Harmonies of #E5491A
Complementary color
Monochromatic Colors of #E5491A
Black with #E5491A
Text Example
Text Example
White with #E5491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5491A; }
p { color: rgb(229,73,26); }
H1.HeaderClassName
{
color: #E5491A;
}
.AnyTagClassName
{
color: #E5491A;
}
</style>
background-color css
<style>
a { background-color: #E5491A; }
a { background-color: rgb(229,73,26); }
div.DivClassName
{
background-color: #E5491A;
}
.BgClassName
{
background-color: #E5491A;
}
</style>
border-color css
<style>
span { border-color: #E5491A; }
span { border-color: rgb(229,73,26); }
td.TdClassName
{
border-color: #E5491A;
}
.TagClassName
{
border-color: #E5491A;
}
</style>