Shades of Cinnabar #E7331E
Tints of Cinnabar #E7331E
RGB
CMYK
RGB Variations
Color information
#E7331E (or 0xE7331E) is known color: Cinnabar. HEX triplet: E7, 33 and 1E. RGB value is (231,51,30). Sum of RGB (Red+Green+Blue) = 231+51+30=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7331E is #18CCE1. Grayscale: #666666. Windows color (decimal): -1625314 or 1979367. OLE color: 1979367.
HSL color Cylindrical-coordinate representation of color #E7331E: hue angle of 6.27º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7331E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.09 |
| HSL | 6.27º | 0.81% | 0.51% | - |
| HSV(B) | 6.27º | 0.87% | 0.91% | - |
| XYZ | 34.37 | 19.45 | 3.17 | - |
| YUV | 102.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 30 | 0 | 0.78 | 0.87 | 0.09 | 6.27 | 0.81 | 0.51 |
| Hex | E7 | 33 | 1E | 0 | 4E | 57 | 9 | 6 | 51 | 33 |
| Octal | 347 | 63 | 36 | 0 | 116 | 127 | 11 | 6 | 121 | 63 |
| Binary | 11100111 | 110011 | 11110 | 0 | 1001110 | 1010111 | 1001 | 110 | 1010001 | 110011 |
Color Harmonies of #E7331E
Complementary color
Monochromatic Colors of #E7331E
Black with #E7331E
Text Example
Text Example
White with #E7331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7331E; }
p { color: rgb(231,51,30); }
H1.HeaderClassName
{
color: #E7331E;
}
.AnyTagClassName
{
color: #E7331E;
}
</style>
background-color css
<style>
a { background-color: #E7331E; }
a { background-color: rgb(231,51,30); }
div.DivClassName
{
background-color: #E7331E;
}
.BgClassName
{
background-color: #E7331E;
}
</style>
border-color css
<style>
span { border-color: #E7331E; }
span { border-color: rgb(231,51,30); }
td.TdClassName
{
border-color: #E7331E;
}
.TagClassName
{
border-color: #E7331E;
}
</style>