Shades of Cinnabar #E9512E
Tints of Cinnabar #E9512E
RGB
CMYK
RGB Variations
Color information
#E9512E (or 0xE9512E) is known color: Cinnabar. HEX triplet: E9, 51 and 2E. RGB value is (233,81,46). Sum of RGB (Red+Green+Blue) = 233+81+46=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9512E is #16AED1. Grayscale: #7A7A7A. Windows color (decimal): -1486546 or 3035625. OLE color: 3035625.
HSL color Cylindrical-coordinate representation of color #E9512E: hue angle of 11.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9512E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 46 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.09 |
| HSL | 11.23º | 0.81% | 0.55% | - |
| HSV(B) | 11.23º | 0.8% | 0.91% | - |
| XYZ | 37.04 | 23.41 | 5.15 | - |
| YUV | 122.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 46 | 0 | 0.65 | 0.80 | 0.09 | 11.23 | 0.81 | 0.55 |
| Hex | E9 | 51 | 2E | 0 | 41 | 50 | 9 | B | 51 | 37 |
| Octal | 351 | 121 | 56 | 0 | 101 | 120 | 11 | 13 | 121 | 67 |
| Binary | 11101001 | 1010001 | 101110 | 0 | 1000001 | 1010000 | 1001 | 1011 | 1010001 | 110111 |
Color Harmonies of #E9512E
Complementary color
Monochromatic Colors of #E9512E
Black with #E9512E
Text Example
Text Example
White with #E9512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9512E; }
p { color: rgb(233,81,46); }
H1.HeaderClassName
{
color: #E9512E;
}
.AnyTagClassName
{
color: #E9512E;
}
</style>
background-color css
<style>
a { background-color: #E9512E; }
a { background-color: rgb(233,81,46); }
div.DivClassName
{
background-color: #E9512E;
}
.BgClassName
{
background-color: #E9512E;
}
</style>
border-color css
<style>
span { border-color: #E9512E; }
span { border-color: rgb(233,81,46); }
td.TdClassName
{
border-color: #E9512E;
}
.TagClassName
{
border-color: #E9512E;
}
</style>