Shades of Cinnabar #E7482E
Tints of Cinnabar #E7482E
RGB
CMYK
RGB Variations
Color information
#E7482E (or 0xE7482E) is known color: Cinnabar. HEX triplet: E7, 48 and 2E. RGB value is (231,72,46). Sum of RGB (Red+Green+Blue) = 231+72+46=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E7482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7482E is #18B7D1. Grayscale: #747474. Windows color (decimal): -1619922 or 3033319. OLE color: 3033319.
HSL color Cylindrical-coordinate representation of color #E7482E: hue angle of 8.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7482E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.09 |
| HSL | 8.43º | 0.79% | 0.54% | - |
| HSV(B) | 8.43º | 0.8% | 0.91% | - |
| XYZ | 35.77 | 21.82 | 4.91 | - |
| YUV | 116.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 46 | 0 | 0.69 | 0.80 | 0.09 | 8.43 | 0.79 | 0.54 |
| Hex | E7 | 48 | 2E | 0 | 45 | 50 | 9 | 8 | 4F | 36 |
| Octal | 347 | 110 | 56 | 0 | 105 | 120 | 11 | 10 | 117 | 66 |
| Binary | 11100111 | 1001000 | 101110 | 0 | 1000101 | 1010000 | 1001 | 1000 | 1001111 | 110110 |
Color Harmonies of #E7482E
Complementary color
Monochromatic Colors of #E7482E
Black with #E7482E
Text Example
Text Example
White with #E7482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7482E; }
p { color: rgb(231,72,46); }
H1.HeaderClassName
{
color: #E7482E;
}
.AnyTagClassName
{
color: #E7482E;
}
</style>
background-color css
<style>
a { background-color: #E7482E; }
a { background-color: rgb(231,72,46); }
div.DivClassName
{
background-color: #E7482E;
}
.BgClassName
{
background-color: #E7482E;
}
</style>
border-color css
<style>
span { border-color: #E7482E; }
span { border-color: rgb(231,72,46); }
td.TdClassName
{
border-color: #E7482E;
}
.TagClassName
{
border-color: #E7482E;
}
</style>