Shades of Cinnabar #E9332D
Tints of Cinnabar #E9332D
RGB
CMYK
RGB Variations
Color information
#E9332D (or 0xE9332D) is known color: Cinnabar. HEX triplet: E9, 33 and 2D. RGB value is (233,51,45). Sum of RGB (Red+Green+Blue) = 233+51+45=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9332D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9332D is #16CCD2. Grayscale: #686868. Windows color (decimal): -1494227 or 2962409. OLE color: 2962409.
HSL color Cylindrical-coordinate representation of color #E9332D: hue angle of 1.91º 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 #E9332D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.09 |
| HSL | 1.91º | 0.81% | 0.55% | - |
| HSV(B) | 1.91º | 0.81% | 0.91% | - |
| XYZ | 35.26 | 19.88 | 4.46 | - |
| YUV | 104.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 45 | 0 | 0.78 | 0.81 | 0.09 | 1.91 | 0.81 | 0.55 |
| Hex | E9 | 33 | 2D | 0 | 4E | 51 | 9 | 2 | 51 | 37 |
| Octal | 351 | 63 | 55 | 0 | 116 | 121 | 11 | 2 | 121 | 67 |
| Binary | 11101001 | 110011 | 101101 | 0 | 1001110 | 1010001 | 1001 | 10 | 1010001 | 110111 |
Color Harmonies of #E9332D
Complementary color
Monochromatic Colors of #E9332D
Black with #E9332D
Text Example
Text Example
White with #E9332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9332D; }
p { color: rgb(233,51,45); }
H1.HeaderClassName
{
color: #E9332D;
}
.AnyTagClassName
{
color: #E9332D;
}
</style>
background-color css
<style>
a { background-color: #E9332D; }
a { background-color: rgb(233,51,45); }
div.DivClassName
{
background-color: #E9332D;
}
.BgClassName
{
background-color: #E9332D;
}
</style>
border-color css
<style>
span { border-color: #E9332D; }
span { border-color: rgb(233,51,45); }
td.TdClassName
{
border-color: #E9332D;
}
.TagClassName
{
border-color: #E9332D;
}
</style>