Shades of Cinnabar #E9321B
Tints of Cinnabar #E9321B
RGB
CMYK
RGB Variations
Color information
#E9321B (or 0xE9321B) is known color: Cinnabar. HEX triplet: E9, 32 and 1B. RGB value is (233,50,27). Sum of RGB (Red+Green+Blue) = 233+50+27=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9321B is #16CDE4. Grayscale: #666666. Windows color (decimal): -1494501 or 1782505. OLE color: 1782505.
HSL color Cylindrical-coordinate representation of color #E9321B: hue angle of 6.7º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9321B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.09 |
| HSL | 6.7º | 0.82% | 0.51% | - |
| HSV(B) | 6.7º | 0.88% | 0.91% | - |
| XYZ | 34.94 | 19.68 | 2.99 | - |
| YUV | 102.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 27 | 0 | 0.79 | 0.88 | 0.09 | 6.7 | 0.82 | 0.51 |
| Hex | E9 | 32 | 1B | 0 | 4F | 58 | 9 | 7 | 52 | 33 |
| Octal | 351 | 62 | 33 | 0 | 117 | 130 | 11 | 7 | 122 | 63 |
| Binary | 11101001 | 110010 | 11011 | 0 | 1001111 | 1011000 | 1001 | 111 | 1010010 | 110011 |
Color Harmonies of #E9321B
Complementary color
Monochromatic Colors of #E9321B
Black with #E9321B
Text Example
Text Example
White with #E9321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9321B; }
p { color: rgb(233,50,27); }
H1.HeaderClassName
{
color: #E9321B;
}
.AnyTagClassName
{
color: #E9321B;
}
</style>
background-color css
<style>
a { background-color: #E9321B; }
a { background-color: rgb(233,50,27); }
div.DivClassName
{
background-color: #E9321B;
}
.BgClassName
{
background-color: #E9321B;
}
</style>
border-color css
<style>
span { border-color: #E9321B; }
span { border-color: rgb(233,50,27); }
td.TdClassName
{
border-color: #E9321B;
}
.TagClassName
{
border-color: #E9321B;
}
</style>