Shades of Cinnabar #E7492D
Tints of Cinnabar #E7492D
RGB
CMYK
RGB Variations
Color information
#E7492D (or 0xE7492D) is known color: Cinnabar. HEX triplet: E7, 49 and 2D. RGB value is (231,73,45). Sum of RGB (Red+Green+Blue) = 231+73+45=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E7492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7492D is #18B6D2. Grayscale: #757575. Windows color (decimal): -1619667 or 2968039. OLE color: 2968039.
HSL color Cylindrical-coordinate representation of color #E7492D: hue angle of 9.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7492D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 45 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.09 |
| HSL | 9.03º | 0.79% | 0.54% | - |
| HSV(B) | 9.03º | 0.81% | 0.91% | - |
| XYZ | 35.81 | 21.94 | 4.83 | - |
| YUV | 117.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 45 | 0 | 0.68 | 0.81 | 0.09 | 9.03 | 0.79 | 0.54 |
| Hex | E7 | 49 | 2D | 0 | 44 | 51 | 9 | 9 | 4F | 36 |
| Octal | 347 | 111 | 55 | 0 | 104 | 121 | 11 | 11 | 117 | 66 |
| Binary | 11100111 | 1001001 | 101101 | 0 | 1000100 | 1010001 | 1001 | 1001 | 1001111 | 110110 |
Color Harmonies of #E7492D
Complementary color
Monochromatic Colors of #E7492D
Black with #E7492D
Text Example
Text Example
White with #E7492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7492D; }
p { color: rgb(231,73,45); }
H1.HeaderClassName
{
color: #E7492D;
}
.AnyTagClassName
{
color: #E7492D;
}
</style>
background-color css
<style>
a { background-color: #E7492D; }
a { background-color: rgb(231,73,45); }
div.DivClassName
{
background-color: #E7492D;
}
.BgClassName
{
background-color: #E7492D;
}
</style>
border-color css
<style>
span { border-color: #E7492D; }
span { border-color: rgb(231,73,45); }
td.TdClassName
{
border-color: #E7492D;
}
.TagClassName
{
border-color: #E7492D;
}
</style>