Shades of Cinnabar #E9482C
Tints of Cinnabar #E9482C
RGB
CMYK
RGB Variations
Color information
#E9482C (or 0xE9482C) is known color: Cinnabar. HEX triplet: E9, 48 and 2C. RGB value is (233,72,44). Sum of RGB (Red+Green+Blue) = 233+72+44=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9482C is #16B7D3. Grayscale: #757575. Windows color (decimal): -1488852 or 2902249. OLE color: 2902249.
HSL color Cylindrical-coordinate representation of color #E9482C: hue angle of 8.89º degrees, saturation: 0.81, 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 #E9482C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.09 |
| HSL | 8.89º | 0.81% | 0.54% | - |
| HSV(B) | 8.89º | 0.81% | 0.91% | - |
| XYZ | 36.38 | 22.14 | 4.74 | - |
| YUV | 116.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 44 | 0 | 0.69 | 0.81 | 0.09 | 8.89 | 0.81 | 0.54 |
| Hex | E9 | 48 | 2C | 0 | 45 | 51 | 9 | 9 | 51 | 36 |
| Octal | 351 | 110 | 54 | 0 | 105 | 121 | 11 | 11 | 121 | 66 |
| Binary | 11101001 | 1001000 | 101100 | 0 | 1000101 | 1010001 | 1001 | 1001 | 1010001 | 110110 |
Color Harmonies of #E9482C
Complementary color
Monochromatic Colors of #E9482C
Black with #E9482C
Text Example
Text Example
White with #E9482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9482C; }
p { color: rgb(233,72,44); }
H1.HeaderClassName
{
color: #E9482C;
}
.AnyTagClassName
{
color: #E9482C;
}
</style>
background-color css
<style>
a { background-color: #E9482C; }
a { background-color: rgb(233,72,44); }
div.DivClassName
{
background-color: #E9482C;
}
.BgClassName
{
background-color: #E9482C;
}
</style>
border-color css
<style>
span { border-color: #E9482C; }
span { border-color: rgb(233,72,44); }
td.TdClassName
{
border-color: #E9482C;
}
.TagClassName
{
border-color: #E9482C;
}
</style>