Shades of Cinnabar #E3512B
Tints of Cinnabar #E3512B
RGB
CMYK
RGB Variations
Color information
#E3512B (or 0xE3512B) is known color: Cinnabar. HEX triplet: E3, 51 and 2B. RGB value is (227,81,43). Sum of RGB (Red+Green+Blue) = 227+81+43=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3512B is #1CAED4. Grayscale: #787878. Windows color (decimal): -1879765 or 2839011. OLE color: 2839011.
HSL color Cylindrical-coordinate representation of color #E3512B: hue angle of 12.39º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3512B is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 43 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.11 |
| HSL | 12.39º | 0.77% | 0.53% | - |
| HSV(B) | 12.39º | 0.81% | 0.89% | - |
| XYZ | 35.06 | 22.39 | 4.76 | - |
| YUV | 120.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 43 | 0 | 0.64 | 0.81 | 0.11 | 12.39 | 0.77 | 0.53 |
| Hex | E3 | 51 | 2B | 0 | 40 | 51 | B | C | 4D | 35 |
| Octal | 343 | 121 | 53 | 0 | 100 | 121 | 13 | 14 | 115 | 65 |
| Binary | 11100011 | 1010001 | 101011 | 0 | 1000000 | 1010001 | 1011 | 1100 | 1001101 | 110101 |
Color Harmonies of #E3512B
Complementary color
Monochromatic Colors of #E3512B
Black with #E3512B
Text Example
Text Example
White with #E3512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3512B; }
p { color: rgb(227,81,43); }
H1.HeaderClassName
{
color: #E3512B;
}
.AnyTagClassName
{
color: #E3512B;
}
</style>
background-color css
<style>
a { background-color: #E3512B; }
a { background-color: rgb(227,81,43); }
div.DivClassName
{
background-color: #E3512B;
}
.BgClassName
{
background-color: #E3512B;
}
</style>
border-color css
<style>
span { border-color: #E3512B; }
span { border-color: rgb(227,81,43); }
td.TdClassName
{
border-color: #E3512B;
}
.TagClassName
{
border-color: #E3512B;
}
</style>