Shades of Cinnabar #E3491B
Tints of Cinnabar #E3491B
RGB
CMYK
RGB Variations
Color information
#E3491B (or 0xE3491B) is known color: Cinnabar. HEX triplet: E3, 49 and 1B. RGB value is (227,73,27). Sum of RGB (Red+Green+Blue) = 227+73+27=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E3491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3491B is #1CB6E4. Grayscale: #727272. Windows color (decimal): -1881829 or 1788387. OLE color: 1788387.
HSL color Cylindrical-coordinate representation of color #E3491B: hue angle of 13.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3491B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.11 |
| HSL | 13.8º | 0.79% | 0.5% | - |
| HSV(B) | 13.8º | 0.88% | 0.89% | - |
| XYZ | 34.26 | 21.18 | 3.32 | - |
| YUV | 113.8 | 79.02 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 27 | 0 | 0.68 | 0.88 | 0.11 | 13.8 | 0.79 | 0.5 |
| Hex | E3 | 49 | 1B | 0 | 44 | 58 | B | E | 4F | 32 |
| Octal | 343 | 111 | 33 | 0 | 104 | 130 | 13 | 16 | 117 | 62 |
| Binary | 11100011 | 1001001 | 11011 | 0 | 1000100 | 1011000 | 1011 | 1110 | 1001111 | 110010 |
Color Harmonies of #E3491B
Complementary color
Monochromatic Colors of #E3491B
Black with #E3491B
Text Example
Text Example
White with #E3491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3491B; }
p { color: rgb(227,73,27); }
H1.HeaderClassName
{
color: #E3491B;
}
.AnyTagClassName
{
color: #E3491B;
}
</style>
background-color css
<style>
a { background-color: #E3491B; }
a { background-color: rgb(227,73,27); }
div.DivClassName
{
background-color: #E3491B;
}
.BgClassName
{
background-color: #E3491B;
}
</style>
border-color css
<style>
span { border-color: #E3491B; }
span { border-color: rgb(227,73,27); }
td.TdClassName
{
border-color: #E3491B;
}
.TagClassName
{
border-color: #E3491B;
}
</style>