Shades of Cinnabar #E9401A
Tints of Cinnabar #E9401A
RGB
CMYK
RGB Variations
Color information
#E9401A (or 0xE9401A) is known color: Cinnabar. HEX triplet: E9, 40 and 1A. RGB value is (233,64,26). Sum of RGB (Red+Green+Blue) = 233+64+26=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E9401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9401A is #16BFE5. Grayscale: #6E6E6E. Windows color (decimal): -1490918 or 1720553. OLE color: 1720553.
HSL color Cylindrical-coordinate representation of color #E9401A: hue angle of 11.01º 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 #E9401A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.09 |
| HSL | 11.01º | 0.82% | 0.51% | - |
| HSV(B) | 11.01º | 0.89% | 0.91% | - |
| XYZ | 35.62 | 21.07 | 3.17 | - |
| YUV | 110.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 26 | 0 | 0.73 | 0.89 | 0.09 | 11.01 | 0.82 | 0.51 |
| Hex | E9 | 40 | 1A | 0 | 49 | 59 | 9 | B | 52 | 33 |
| Octal | 351 | 100 | 32 | 0 | 111 | 131 | 11 | 13 | 122 | 63 |
| Binary | 11101001 | 1000000 | 11010 | 0 | 1001001 | 1011001 | 1001 | 1011 | 1010010 | 110011 |
Color Harmonies of #E9401A
Complementary color
Monochromatic Colors of #E9401A
Black with #E9401A
Text Example
Text Example
White with #E9401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9401A; }
p { color: rgb(233,64,26); }
H1.HeaderClassName
{
color: #E9401A;
}
.AnyTagClassName
{
color: #E9401A;
}
</style>
background-color css
<style>
a { background-color: #E9401A; }
a { background-color: rgb(233,64,26); }
div.DivClassName
{
background-color: #E9401A;
}
.BgClassName
{
background-color: #E9401A;
}
</style>
border-color css
<style>
span { border-color: #E9401A; }
span { border-color: rgb(233,64,26); }
td.TdClassName
{
border-color: #E9401A;
}
.TagClassName
{
border-color: #E9401A;
}
</style>