Shades of Cinnabar #E7491B
Tints of Cinnabar #E7491B
RGB
CMYK
RGB Variations
Color information
#E7491B (or 0xE7491B) is known color: Cinnabar. HEX triplet: E7, 49 and 1B. RGB value is (231,73,27). Sum of RGB (Red+Green+Blue) = 231+73+27=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7491B is #18B6E4. Grayscale: #737373. Windows color (decimal): -1619685 or 1788391. OLE color: 1788391.
HSL color Cylindrical-coordinate representation of color #E7491B: hue angle of 13.53º 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 #E7491B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.09 |
| HSL | 13.53º | 0.81% | 0.51% | - |
| HSV(B) | 13.53º | 0.88% | 0.91% | - |
| XYZ | 35.54 | 21.83 | 3.38 | - |
| YUV | 115 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 27 | 0 | 0.68 | 0.88 | 0.09 | 13.53 | 0.81 | 0.51 |
| Hex | E7 | 49 | 1B | 0 | 44 | 58 | 9 | E | 51 | 33 |
| Octal | 347 | 111 | 33 | 0 | 104 | 130 | 11 | 16 | 121 | 63 |
| Binary | 11100111 | 1001001 | 11011 | 0 | 1000100 | 1011000 | 1001 | 1110 | 1010001 | 110011 |
Color Harmonies of #E7491B
Complementary color
Monochromatic Colors of #E7491B
Black with #E7491B
Text Example
Text Example
White with #E7491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7491B; }
p { color: rgb(231,73,27); }
H1.HeaderClassName
{
color: #E7491B;
}
.AnyTagClassName
{
color: #E7491B;
}
</style>
background-color css
<style>
a { background-color: #E7491B; }
a { background-color: rgb(231,73,27); }
div.DivClassName
{
background-color: #E7491B;
}
.BgClassName
{
background-color: #E7491B;
}
</style>
border-color css
<style>
span { border-color: #E7491B; }
span { border-color: rgb(231,73,27); }
td.TdClassName
{
border-color: #E7491B;
}
.TagClassName
{
border-color: #E7491B;
}
</style>