Shades of Cinnabar #E9512A
Tints of Cinnabar #E9512A
RGB
CMYK
RGB Variations
Color information
#E9512A (or 0xE9512A) is known color: Cinnabar. HEX triplet: E9, 51 and 2A. RGB value is (233,81,42). Sum of RGB (Red+Green+Blue) = 233+81+42=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9512A is #16AED5. Grayscale: #7A7A7A. Windows color (decimal): -1486550 or 2773481. OLE color: 2773481.
HSL color Cylindrical-coordinate representation of color #E9512A: hue angle of 12.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9512A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 42 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.09 |
| HSL | 12.25º | 0.81% | 0.54% | - |
| HSV(B) | 12.25º | 0.82% | 0.91% | - |
| XYZ | 36.96 | 23.38 | 4.75 | - |
| YUV | 122 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 42 | 0 | 0.65 | 0.82 | 0.09 | 12.25 | 0.81 | 0.54 |
| Hex | E9 | 51 | 2A | 0 | 41 | 52 | 9 | C | 51 | 36 |
| Octal | 351 | 121 | 52 | 0 | 101 | 122 | 11 | 14 | 121 | 66 |
| Binary | 11101001 | 1010001 | 101010 | 0 | 1000001 | 1010010 | 1001 | 1100 | 1010001 | 110110 |
Color Harmonies of #E9512A
Complementary color
Monochromatic Colors of #E9512A
Black with #E9512A
Text Example
Text Example
White with #E9512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9512A; }
p { color: rgb(233,81,42); }
H1.HeaderClassName
{
color: #E9512A;
}
.AnyTagClassName
{
color: #E9512A;
}
</style>
background-color css
<style>
a { background-color: #E9512A; }
a { background-color: rgb(233,81,42); }
div.DivClassName
{
background-color: #E9512A;
}
.BgClassName
{
background-color: #E9512A;
}
</style>
border-color css
<style>
span { border-color: #E9512A; }
span { border-color: rgb(233,81,42); }
td.TdClassName
{
border-color: #E9512A;
}
.TagClassName
{
border-color: #E9512A;
}
</style>