Shades of Cinnabar #E7311B
Tints of Cinnabar #E7311B
RGB
CMYK
RGB Variations
Color information
#E7311B (or 0xE7311B) is known color: Cinnabar. HEX triplet: E7, 31 and 1B. RGB value is (231,49,27). Sum of RGB (Red+Green+Blue) = 231+49+27=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7311B is #18CEE4. Grayscale: #656565. Windows color (decimal): -1625829 or 1782247. OLE color: 1782247.
HSL color Cylindrical-coordinate representation of color #E7311B: hue angle of 6.47º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7311B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.09 |
| HSL | 6.47º | 0.81% | 0.51% | - |
| HSV(B) | 6.47º | 0.88% | 0.91% | - |
| XYZ | 34.25 | 19.26 | 2.95 | - |
| YUV | 100.91 | 86.3 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 27 | 0 | 0.79 | 0.88 | 0.09 | 6.47 | 0.81 | 0.51 |
| Hex | E7 | 31 | 1B | 0 | 4F | 58 | 9 | 6 | 51 | 33 |
| Octal | 347 | 61 | 33 | 0 | 117 | 130 | 11 | 6 | 121 | 63 |
| Binary | 11100111 | 110001 | 11011 | 0 | 1001111 | 1011000 | 1001 | 110 | 1010001 | 110011 |
Color Harmonies of #E7311B
Complementary color
Monochromatic Colors of #E7311B
Black with #E7311B
Text Example
Text Example
White with #E7311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7311B; }
p { color: rgb(231,49,27); }
H1.HeaderClassName
{
color: #E7311B;
}
.AnyTagClassName
{
color: #E7311B;
}
</style>
background-color css
<style>
a { background-color: #E7311B; }
a { background-color: rgb(231,49,27); }
div.DivClassName
{
background-color: #E7311B;
}
.BgClassName
{
background-color: #E7311B;
}
</style>
border-color css
<style>
span { border-color: #E7311B; }
span { border-color: rgb(231,49,27); }
td.TdClassName
{
border-color: #E7311B;
}
.TagClassName
{
border-color: #E7311B;
}
</style>