Shades of Cinnabar #E9512C
Tints of Cinnabar #E9512C
RGB
CMYK
RGB Variations
Color information
#E9512C (or 0xE9512C) is known color: Cinnabar. HEX triplet: E9, 51 and 2C. RGB value is (233,81,44). Sum of RGB (Red+Green+Blue) = 233+81+44=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9512C is #16AED3. Grayscale: #7A7A7A. Windows color (decimal): -1486548 or 2904553. OLE color: 2904553.
HSL color Cylindrical-coordinate representation of color #E9512C: hue angle of 11.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9512C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 44 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.09 |
| HSL | 11.75º | 0.81% | 0.54% | - |
| HSV(B) | 11.75º | 0.81% | 0.91% | - |
| XYZ | 37 | 23.39 | 4.95 | - |
| YUV | 122.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 44 | 0 | 0.65 | 0.81 | 0.09 | 11.75 | 0.81 | 0.54 |
| Hex | E9 | 51 | 2C | 0 | 41 | 51 | 9 | C | 51 | 36 |
| Octal | 351 | 121 | 54 | 0 | 101 | 121 | 11 | 14 | 121 | 66 |
| Binary | 11101001 | 1010001 | 101100 | 0 | 1000001 | 1010001 | 1001 | 1100 | 1010001 | 110110 |
Color Harmonies of #E9512C
Complementary color
Monochromatic Colors of #E9512C
Black with #E9512C
Text Example
Text Example
White with #E9512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9512C; }
p { color: rgb(233,81,44); }
H1.HeaderClassName
{
color: #E9512C;
}
.AnyTagClassName
{
color: #E9512C;
}
</style>
background-color css
<style>
a { background-color: #E9512C; }
a { background-color: rgb(233,81,44); }
div.DivClassName
{
background-color: #E9512C;
}
.BgClassName
{
background-color: #E9512C;
}
</style>
border-color css
<style>
span { border-color: #E9512C; }
span { border-color: rgb(233,81,44); }
td.TdClassName
{
border-color: #E9512C;
}
.TagClassName
{
border-color: #E9512C;
}
</style>