Shades of Cinnabar #E9321A
Tints of Cinnabar #E9321A
RGB
CMYK
RGB Variations
Color information
#E9321A (or 0xE9321A) is known color: Cinnabar. HEX triplet: E9, 32 and 1A. RGB value is (233,50,26). Sum of RGB (Red+Green+Blue) = 233+50+26=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9321A is #16CDE5. Grayscale: #666666. Windows color (decimal): -1494502 or 1716969. OLE color: 1716969.
HSL color Cylindrical-coordinate representation of color #E9321A: hue angle of 6.96º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9321A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.09 |
| HSL | 6.96º | 0.82% | 0.51% | - |
| HSV(B) | 6.96º | 0.89% | 0.91% | - |
| XYZ | 34.93 | 19.68 | 2.93 | - |
| YUV | 101.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 26 | 0 | 0.79 | 0.89 | 0.09 | 6.96 | 0.82 | 0.51 |
| Hex | E9 | 32 | 1A | 0 | 4F | 59 | 9 | 7 | 52 | 33 |
| Octal | 351 | 62 | 32 | 0 | 117 | 131 | 11 | 7 | 122 | 63 |
| Binary | 11101001 | 110010 | 11010 | 0 | 1001111 | 1011001 | 1001 | 111 | 1010010 | 110011 |
Color Harmonies of #E9321A
Complementary color
Monochromatic Colors of #E9321A
Black with #E9321A
Text Example
Text Example
White with #E9321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9321A; }
p { color: rgb(233,50,26); }
H1.HeaderClassName
{
color: #E9321A;
}
.AnyTagClassName
{
color: #E9321A;
}
</style>
background-color css
<style>
a { background-color: #E9321A; }
a { background-color: rgb(233,50,26); }
div.DivClassName
{
background-color: #E9321A;
}
.BgClassName
{
background-color: #E9321A;
}
</style>
border-color css
<style>
span { border-color: #E9321A; }
span { border-color: rgb(233,50,26); }
td.TdClassName
{
border-color: #E9321A;
}
.TagClassName
{
border-color: #E9321A;
}
</style>