Shades of Cinnabar #E1512E
Tints of Cinnabar #E1512E
RGB
CMYK
RGB Variations
Color information
#E1512E (or 0xE1512E) is known color: Cinnabar. HEX triplet: E1, 51 and 2E. RGB value is (225,81,46). Sum of RGB (Red+Green+Blue) = 225+81+46=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1512E is #1EAED1. Grayscale: #787878. Windows color (decimal): -2010834 or 3035617. OLE color: 3035617.
HSL color Cylindrical-coordinate representation of color #E1512E: hue angle of 11.73º 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 #E1512E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 46 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.12 |
| HSL | 11.73º | 0.75% | 0.53% | - |
| HSV(B) | 11.73º | 0.8% | 0.88% | - |
| XYZ | 34.49 | 22.09 | 5.03 | - |
| YUV | 120.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 46 | 0 | 0.64 | 0.80 | 0.12 | 11.73 | 0.75 | 0.53 |
| Hex | E1 | 51 | 2E | 0 | 40 | 50 | C | C | 4B | 35 |
| Octal | 341 | 121 | 56 | 0 | 100 | 120 | 14 | 14 | 113 | 65 |
| Binary | 11100001 | 1010001 | 101110 | 0 | 1000000 | 1010000 | 1100 | 1100 | 1001011 | 110101 |
Color Harmonies of #E1512E
Complementary color
Monochromatic Colors of #E1512E
Black with #E1512E
Text Example
Text Example
White with #E1512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1512E; }
p { color: rgb(225,81,46); }
H1.HeaderClassName
{
color: #E1512E;
}
.AnyTagClassName
{
color: #E1512E;
}
</style>
background-color css
<style>
a { background-color: #E1512E; }
a { background-color: rgb(225,81,46); }
div.DivClassName
{
background-color: #E1512E;
}
.BgClassName
{
background-color: #E1512E;
}
</style>
border-color css
<style>
span { border-color: #E1512E; }
span { border-color: rgb(225,81,46); }
td.TdClassName
{
border-color: #E1512E;
}
.TagClassName
{
border-color: #E1512E;
}
</style>