Shades of Cinnabar #E1512C
Tints of Cinnabar #E1512C
RGB
CMYK
RGB Variations
Color information
#E1512C (or 0xE1512C) is known color: Cinnabar. HEX triplet: E1, 51 and 2C. RGB value is (225,81,44). Sum of RGB (Red+Green+Blue) = 225+81+44=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1512C is #1EAED3. Grayscale: #787878. Windows color (decimal): -2010836 or 2904545. OLE color: 2904545.
HSL color Cylindrical-coordinate representation of color #E1512C: hue angle of 12.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1512C is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 44 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.12 |
| HSL | 12.27º | 0.75% | 0.53% | - |
| HSV(B) | 12.27º | 0.8% | 0.88% | - |
| XYZ | 34.45 | 22.07 | 4.83 | - |
| YUV | 119.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 44 | 0 | 0.64 | 0.80 | 0.12 | 12.27 | 0.75 | 0.53 |
| Hex | E1 | 51 | 2C | 0 | 40 | 50 | C | C | 4B | 35 |
| Octal | 341 | 121 | 54 | 0 | 100 | 120 | 14 | 14 | 113 | 65 |
| Binary | 11100001 | 1010001 | 101100 | 0 | 1000000 | 1010000 | 1100 | 1100 | 1001011 | 110101 |
Color Harmonies of #E1512C
Complementary color
Monochromatic Colors of #E1512C
Black with #E1512C
Text Example
Text Example
White with #E1512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1512C; }
p { color: rgb(225,81,44); }
H1.HeaderClassName
{
color: #E1512C;
}
.AnyTagClassName
{
color: #E1512C;
}
</style>
background-color css
<style>
a { background-color: #E1512C; }
a { background-color: rgb(225,81,44); }
div.DivClassName
{
background-color: #E1512C;
}
.BgClassName
{
background-color: #E1512C;
}
</style>
border-color css
<style>
span { border-color: #E1512C; }
span { border-color: rgb(225,81,44); }
td.TdClassName
{
border-color: #E1512C;
}
.TagClassName
{
border-color: #E1512C;
}
</style>