Shades of Cinnabar #E9471A
Tints of Cinnabar #E9471A
RGB
CMYK
RGB Variations
Color information
#E9471A (or 0xE9471A) is known color: Cinnabar. HEX triplet: E9, 47 and 1A. RGB value is (233,71,26). Sum of RGB (Red+Green+Blue) = 233+71+26=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9471A is #16B8E5. Grayscale: #727272. Windows color (decimal): -1489126 or 1722345. OLE color: 1722345.
HSL color Cylindrical-coordinate representation of color #E9471A: hue angle of 13.04º 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 #E9471A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 26 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.09 |
| HSL | 13.04º | 0.82% | 0.51% | - |
| HSV(B) | 13.04º | 0.89% | 0.91% | - |
| XYZ | 36.04 | 21.9 | 3.31 | - |
| YUV | 114.31 | 78.17 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 26 | 0 | 0.70 | 0.89 | 0.09 | 13.04 | 0.82 | 0.51 |
| Hex | E9 | 47 | 1A | 0 | 46 | 59 | 9 | D | 52 | 33 |
| Octal | 351 | 107 | 32 | 0 | 106 | 131 | 11 | 15 | 122 | 63 |
| Binary | 11101001 | 1000111 | 11010 | 0 | 1000110 | 1011001 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E9471A
Complementary color
Monochromatic Colors of #E9471A
Black with #E9471A
Text Example
Text Example
White with #E9471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9471A; }
p { color: rgb(233,71,26); }
H1.HeaderClassName
{
color: #E9471A;
}
.AnyTagClassName
{
color: #E9471A;
}
</style>
background-color css
<style>
a { background-color: #E9471A; }
a { background-color: rgb(233,71,26); }
div.DivClassName
{
background-color: #E9471A;
}
.BgClassName
{
background-color: #E9471A;
}
</style>
border-color css
<style>
span { border-color: #E9471A; }
span { border-color: rgb(233,71,26); }
td.TdClassName
{
border-color: #E9471A;
}
.TagClassName
{
border-color: #E9471A;
}
</style>