Shades of Cinnabar #E9482D
Tints of Cinnabar #E9482D
RGB
CMYK
RGB Variations
Color information
#E9482D (or 0xE9482D) is known color: Cinnabar. HEX triplet: E9, 48 and 2D. RGB value is (233,72,45). Sum of RGB (Red+Green+Blue) = 233+72+45=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9482D is #16B7D2. Grayscale: #757575. Windows color (decimal): -1488851 or 2967785. OLE color: 2967785.
HSL color Cylindrical-coordinate representation of color #E9482D: hue angle of 8.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9482D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.09 |
| HSL | 8.62º | 0.81% | 0.55% | - |
| HSV(B) | 8.62º | 0.81% | 0.91% | - |
| XYZ | 36.4 | 22.15 | 4.84 | - |
| YUV | 117.06 | 87.34 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 45 | 0 | 0.69 | 0.81 | 0.09 | 8.62 | 0.81 | 0.55 |
| Hex | E9 | 48 | 2D | 0 | 45 | 51 | 9 | 9 | 51 | 37 |
| Octal | 351 | 110 | 55 | 0 | 105 | 121 | 11 | 11 | 121 | 67 |
| Binary | 11101001 | 1001000 | 101101 | 0 | 1000101 | 1010001 | 1001 | 1001 | 1010001 | 110111 |
Color Harmonies of #E9482D
Complementary color
Monochromatic Colors of #E9482D
Black with #E9482D
Text Example
Text Example
White with #E9482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9482D; }
p { color: rgb(233,72,45); }
H1.HeaderClassName
{
color: #E9482D;
}
.AnyTagClassName
{
color: #E9482D;
}
</style>
background-color css
<style>
a { background-color: #E9482D; }
a { background-color: rgb(233,72,45); }
div.DivClassName
{
background-color: #E9482D;
}
.BgClassName
{
background-color: #E9482D;
}
</style>
border-color css
<style>
span { border-color: #E9482D; }
span { border-color: rgb(233,72,45); }
td.TdClassName
{
border-color: #E9482D;
}
.TagClassName
{
border-color: #E9482D;
}
</style>