Shades of Cinnabar #E3512F
Tints of Cinnabar #E3512F
RGB
CMYK
RGB Variations
Color information
#E3512F (or 0xE3512F) is known color: Cinnabar. HEX triplet: E3, 51 and 2F. RGB value is (227,81,47). Sum of RGB (Red+Green+Blue) = 227+81+47=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3512F is #1CAED0. Grayscale: #797979. Windows color (decimal): -1879761 or 3101155. OLE color: 3101155.
HSL color Cylindrical-coordinate representation of color #E3512F: hue angle of 11.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3512F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.11 |
| HSL | 11.33º | 0.76% | 0.54% | - |
| HSV(B) | 11.33º | 0.79% | 0.89% | - |
| XYZ | 35.13 | 22.42 | 5.17 | - |
| YUV | 120.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 47 | 0 | 0.64 | 0.79 | 0.11 | 11.33 | 0.76 | 0.54 |
| Hex | E3 | 51 | 2F | 0 | 40 | 4F | B | B | 4C | 36 |
| Octal | 343 | 121 | 57 | 0 | 100 | 117 | 13 | 13 | 114 | 66 |
| Binary | 11100011 | 1010001 | 101111 | 0 | 1000000 | 1001111 | 1011 | 1011 | 1001100 | 110110 |
Color Harmonies of #E3512F
Complementary color
Monochromatic Colors of #E3512F
Black with #E3512F
Text Example
Text Example
White with #E3512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3512F; }
p { color: rgb(227,81,47); }
H1.HeaderClassName
{
color: #E3512F;
}
.AnyTagClassName
{
color: #E3512F;
}
</style>
background-color css
<style>
a { background-color: #E3512F; }
a { background-color: rgb(227,81,47); }
div.DivClassName
{
background-color: #E3512F;
}
.BgClassName
{
background-color: #E3512F;
}
</style>
border-color css
<style>
span { border-color: #E3512F; }
span { border-color: rgb(227,81,47); }
td.TdClassName
{
border-color: #E3512F;
}
.TagClassName
{
border-color: #E3512F;
}
</style>