Shades of Cinnabar #E9471B
Tints of Cinnabar #E9471B
RGB
CMYK
RGB Variations
Color information
#E9471B (or 0xE9471B) is known color: Cinnabar. HEX triplet: E9, 47 and 1B. RGB value is (233,71,27). Sum of RGB (Red+Green+Blue) = 233+71+27=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9471B is #16B8E4. Grayscale: #727272. Windows color (decimal): -1489125 or 1787881. OLE color: 1787881.
HSL color Cylindrical-coordinate representation of color #E9471B: hue angle of 12.82º 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 #E9471B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.09 |
| HSL | 12.82º | 0.82% | 0.51% | - |
| HSV(B) | 12.82º | 0.88% | 0.91% | - |
| XYZ | 36.06 | 21.91 | 3.37 | - |
| YUV | 114.42 | 78.67 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 27 | 0 | 0.70 | 0.88 | 0.09 | 12.82 | 0.82 | 0.51 |
| Hex | E9 | 47 | 1B | 0 | 46 | 58 | 9 | D | 52 | 33 |
| Octal | 351 | 107 | 33 | 0 | 106 | 130 | 11 | 15 | 122 | 63 |
| Binary | 11101001 | 1000111 | 11011 | 0 | 1000110 | 1011000 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E9471B
Complementary color
Monochromatic Colors of #E9471B
Black with #E9471B
Text Example
Text Example
White with #E9471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9471B; }
p { color: rgb(233,71,27); }
H1.HeaderClassName
{
color: #E9471B;
}
.AnyTagClassName
{
color: #E9471B;
}
</style>
background-color css
<style>
a { background-color: #E9471B; }
a { background-color: rgb(233,71,27); }
div.DivClassName
{
background-color: #E9471B;
}
.BgClassName
{
background-color: #E9471B;
}
</style>
border-color css
<style>
span { border-color: #E9471B; }
span { border-color: rgb(233,71,27); }
td.TdClassName
{
border-color: #E9471B;
}
.TagClassName
{
border-color: #E9471B;
}
</style>