Shades of Cinnabar #E9482B
Tints of Cinnabar #E9482B
RGB
CMYK
RGB Variations
Color information
#E9482B (or 0xE9482B) is known color: Cinnabar. HEX triplet: E9, 48 and 2B. RGB value is (233,72,43). Sum of RGB (Red+Green+Blue) = 233+72+43=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9482B is #16B7D4. Grayscale: #757575. Windows color (decimal): -1488853 or 2836713. OLE color: 2836713.
HSL color Cylindrical-coordinate representation of color #E9482B: hue angle of 9.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9482B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 43 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.09 |
| HSL | 9.16º | 0.81% | 0.54% | - |
| HSV(B) | 9.16º | 0.82% | 0.91% | - |
| XYZ | 36.36 | 22.13 | 4.64 | - |
| YUV | 116.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 43 | 0 | 0.69 | 0.82 | 0.09 | 9.16 | 0.81 | 0.54 |
| Hex | E9 | 48 | 2B | 0 | 45 | 52 | 9 | 9 | 51 | 36 |
| Octal | 351 | 110 | 53 | 0 | 105 | 122 | 11 | 11 | 121 | 66 |
| Binary | 11101001 | 1001000 | 101011 | 0 | 1000101 | 1010010 | 1001 | 1001 | 1010001 | 110110 |
Color Harmonies of #E9482B
Complementary color
Monochromatic Colors of #E9482B
Black with #E9482B
Text Example
Text Example
White with #E9482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9482B; }
p { color: rgb(233,72,43); }
H1.HeaderClassName
{
color: #E9482B;
}
.AnyTagClassName
{
color: #E9482B;
}
</style>
background-color css
<style>
a { background-color: #E9482B; }
a { background-color: rgb(233,72,43); }
div.DivClassName
{
background-color: #E9482B;
}
.BgClassName
{
background-color: #E9482B;
}
</style>
border-color css
<style>
span { border-color: #E9482B; }
span { border-color: rgb(233,72,43); }
td.TdClassName
{
border-color: #E9482B;
}
.TagClassName
{
border-color: #E9482B;
}
</style>