Shades of Cinnabar #E8512D
Tints of Cinnabar #E8512D
RGB
CMYK
RGB Variations
Color information
#E8512D (or 0xE8512D) is known color: Cinnabar. HEX triplet: E8, 51 and 2D. RGB value is (232,81,45). Sum of RGB (Red+Green+Blue) = 232+81+45=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8512D is #17AED2. Grayscale: #7A7A7A. Windows color (decimal): -1552083 or 2970088. OLE color: 2970088.
HSL color Cylindrical-coordinate representation of color #E8512D: hue angle of 11.55º degrees, saturation: 0.8, 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 #E8512D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.09 |
| HSL | 11.55º | 0.8% | 0.54% | - |
| HSV(B) | 11.55º | 0.81% | 0.91% | - |
| XYZ | 36.69 | 23.23 | 5.03 | - |
| YUV | 122.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 45 | 0 | 0.65 | 0.81 | 0.09 | 11.55 | 0.8 | 0.54 |
| Hex | E8 | 51 | 2D | 0 | 41 | 51 | 9 | C | 50 | 36 |
| Octal | 350 | 121 | 55 | 0 | 101 | 121 | 11 | 14 | 120 | 66 |
| Binary | 11101000 | 1010001 | 101101 | 0 | 1000001 | 1010001 | 1001 | 1100 | 1010000 | 110110 |
Color Harmonies of #E8512D
Complementary color
Monochromatic Colors of #E8512D
Black with #E8512D
Text Example
Text Example
White with #E8512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8512D; }
p { color: rgb(232,81,45); }
H1.HeaderClassName
{
color: #E8512D;
}
.AnyTagClassName
{
color: #E8512D;
}
</style>
background-color css
<style>
a { background-color: #E8512D; }
a { background-color: rgb(232,81,45); }
div.DivClassName
{
background-color: #E8512D;
}
.BgClassName
{
background-color: #E8512D;
}
</style>
border-color css
<style>
span { border-color: #E8512D; }
span { border-color: rgb(232,81,45); }
td.TdClassName
{
border-color: #E8512D;
}
.TagClassName
{
border-color: #E8512D;
}
</style>