Shades of Cinnabar #E3491C
Tints of Cinnabar #E3491C
RGB
CMYK
RGB Variations
Color information
#E3491C (or 0xE3491C) is known color: Cinnabar. HEX triplet: E3, 49 and 1C. RGB value is (227,73,28). Sum of RGB (Red+Green+Blue) = 227+73+28=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E3491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3491C is #1CB6E3. Grayscale: #727272. Windows color (decimal): -1881828 or 1853923. OLE color: 1853923.
HSL color Cylindrical-coordinate representation of color #E3491C: hue angle of 13.57º degrees, saturation: 0.78, 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 #E3491C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 28 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.11 |
| HSL | 13.57º | 0.78% | 0.5% | - |
| HSV(B) | 13.57º | 0.88% | 0.89% | - |
| XYZ | 34.27 | 21.18 | 3.38 | - |
| YUV | 113.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 28 | 0 | 0.68 | 0.88 | 0.11 | 13.57 | 0.78 | 0.5 |
| Hex | E3 | 49 | 1C | 0 | 44 | 58 | B | E | 4E | 32 |
| Octal | 343 | 111 | 34 | 0 | 104 | 130 | 13 | 16 | 116 | 62 |
| Binary | 11100011 | 1001001 | 11100 | 0 | 1000100 | 1011000 | 1011 | 1110 | 1001110 | 110010 |
Color Harmonies of #E3491C
Complementary color
Monochromatic Colors of #E3491C
Black with #E3491C
Text Example
Text Example
White with #E3491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3491C; }
p { color: rgb(227,73,28); }
H1.HeaderClassName
{
color: #E3491C;
}
.AnyTagClassName
{
color: #E3491C;
}
</style>
background-color css
<style>
a { background-color: #E3491C; }
a { background-color: rgb(227,73,28); }
div.DivClassName
{
background-color: #E3491C;
}
.BgClassName
{
background-color: #E3491C;
}
</style>
border-color css
<style>
span { border-color: #E3491C; }
span { border-color: rgb(227,73,28); }
td.TdClassName
{
border-color: #E3491C;
}
.TagClassName
{
border-color: #E3491C;
}
</style>