Shades of Cinnabar #E9512D
Tints of Cinnabar #E9512D
RGB
CMYK
RGB Variations
Color information
#E9512D (or 0xE9512D) is known color: Cinnabar. HEX triplet: E9, 51 and 2D. RGB value is (233,81,45). Sum of RGB (Red+Green+Blue) = 233+81+45=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9512D is #16AED2. Grayscale: #7A7A7A. Windows color (decimal): -1486547 or 2970089. OLE color: 2970089.
HSL color Cylindrical-coordinate representation of color #E9512D: hue angle of 11.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9512D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.09 |
| HSL | 11.49º | 0.81% | 0.55% | - |
| HSV(B) | 11.49º | 0.81% | 0.91% | - |
| XYZ | 37.02 | 23.4 | 5.05 | - |
| YUV | 122.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 45 | 0 | 0.65 | 0.81 | 0.09 | 11.49 | 0.81 | 0.55 |
| Hex | E9 | 51 | 2D | 0 | 41 | 51 | 9 | B | 51 | 37 |
| Octal | 351 | 121 | 55 | 0 | 101 | 121 | 11 | 13 | 121 | 67 |
| Binary | 11101001 | 1010001 | 101101 | 0 | 1000001 | 1010001 | 1001 | 1011 | 1010001 | 110111 |
Color Harmonies of #E9512D
Complementary color
Monochromatic Colors of #E9512D
Black with #E9512D
Text Example
Text Example
White with #E9512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9512D; }
p { color: rgb(233,81,45); }
H1.HeaderClassName
{
color: #E9512D;
}
.AnyTagClassName
{
color: #E9512D;
}
</style>
background-color css
<style>
a { background-color: #E9512D; }
a { background-color: rgb(233,81,45); }
div.DivClassName
{
background-color: #E9512D;
}
.BgClassName
{
background-color: #E9512D;
}
</style>
border-color css
<style>
span { border-color: #E9512D; }
span { border-color: rgb(233,81,45); }
td.TdClassName
{
border-color: #E9512D;
}
.TagClassName
{
border-color: #E9512D;
}
</style>