Shades of Cinnabar #E1491A
Tints of Cinnabar #E1491A
RGB
CMYK
RGB Variations
Color information
#E1491A (or 0xE1491A) is known color: Cinnabar. HEX triplet: E1, 49 and 1A. RGB value is (225,73,26). Sum of RGB (Red+Green+Blue) = 225+73+26=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1491A is #1EB6E5. Grayscale: #717171. Windows color (decimal): -2012902 or 1722849. OLE color: 1722849.
HSL color Cylindrical-coordinate representation of color #E1491A: hue angle of 14.17º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1491A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.12 |
| HSL | 14.17º | 0.79% | 0.49% | - |
| HSV(B) | 14.17º | 0.88% | 0.88% | - |
| XYZ | 33.62 | 20.85 | 3.23 | - |
| YUV | 113.09 | 78.86 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 26 | 0 | 0.68 | 0.88 | 0.12 | 14.17 | 0.79 | 0.49 |
| Hex | E1 | 49 | 1A | 0 | 44 | 58 | C | E | 4F | 31 |
| Octal | 341 | 111 | 32 | 0 | 104 | 130 | 14 | 16 | 117 | 61 |
| Binary | 11100001 | 1001001 | 11010 | 0 | 1000100 | 1011000 | 1100 | 1110 | 1001111 | 110001 |
Color Harmonies of #E1491A
Complementary color
Monochromatic Colors of #E1491A
Black with #E1491A
Text Example
Text Example
White with #E1491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1491A; }
p { color: rgb(225,73,26); }
H1.HeaderClassName
{
color: #E1491A;
}
.AnyTagClassName
{
color: #E1491A;
}
</style>
background-color css
<style>
a { background-color: #E1491A; }
a { background-color: rgb(225,73,26); }
div.DivClassName
{
background-color: #E1491A;
}
.BgClassName
{
background-color: #E1491A;
}
</style>
border-color css
<style>
span { border-color: #E1491A; }
span { border-color: rgb(225,73,26); }
td.TdClassName
{
border-color: #E1491A;
}
.TagClassName
{
border-color: #E1491A;
}
</style>