Shades of Cinnabar #E9482A
Tints of Cinnabar #E9482A
RGB
CMYK
RGB Variations
Color information
#E9482A (or 0xE9482A) is known color: Cinnabar. HEX triplet: E9, 48 and 2A. RGB value is (233,72,42). Sum of RGB (Red+Green+Blue) = 233+72+42=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9482A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9482A is #16B7D5. Grayscale: #757575. Windows color (decimal): -1488854 or 2771177. OLE color: 2771177.
HSL color Cylindrical-coordinate representation of color #E9482A: hue angle of 9.42º 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 #E9482A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.09 |
| HSL | 9.42º | 0.81% | 0.54% | - |
| HSV(B) | 9.42º | 0.82% | 0.91% | - |
| XYZ | 36.34 | 22.13 | 4.55 | - |
| YUV | 116.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 42 | 0 | 0.69 | 0.82 | 0.09 | 9.42 | 0.81 | 0.54 |
| Hex | E9 | 48 | 2A | 0 | 45 | 52 | 9 | 9 | 51 | 36 |
| Octal | 351 | 110 | 52 | 0 | 105 | 122 | 11 | 11 | 121 | 66 |
| Binary | 11101001 | 1001000 | 101010 | 0 | 1000101 | 1010010 | 1001 | 1001 | 1010001 | 110110 |
Color Harmonies of #E9482A
Complementary color
Monochromatic Colors of #E9482A
Black with #E9482A
Text Example
Text Example
White with #E9482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9482A; }
p { color: rgb(233,72,42); }
H1.HeaderClassName
{
color: #E9482A;
}
.AnyTagClassName
{
color: #E9482A;
}
</style>
background-color css
<style>
a { background-color: #E9482A; }
a { background-color: rgb(233,72,42); }
div.DivClassName
{
background-color: #E9482A;
}
.BgClassName
{
background-color: #E9482A;
}
</style>
border-color css
<style>
span { border-color: #E9482A; }
span { border-color: rgb(233,72,42); }
td.TdClassName
{
border-color: #E9482A;
}
.TagClassName
{
border-color: #E9482A;
}
</style>