Shades of Cinnabar #E3492C
Tints of Cinnabar #E3492C
RGB
CMYK
RGB Variations
Color information
#E3492C (or 0xE3492C) is known color: Cinnabar. HEX triplet: E3, 49 and 2C. RGB value is (227,73,44). Sum of RGB (Red+Green+Blue) = 227+73+44=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3492C is #1CB6D3. Grayscale: #747474. Windows color (decimal): -1881812 or 2902499. OLE color: 2902499.
HSL color Cylindrical-coordinate representation of color #E3492C: hue angle of 9.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3492C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 44 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.11 |
| HSL | 9.51º | 0.77% | 0.53% | - |
| HSV(B) | 9.51º | 0.81% | 0.89% | - |
| XYZ | 34.52 | 21.28 | 4.67 | - |
| YUV | 115.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 44 | 0 | 0.68 | 0.81 | 0.11 | 9.51 | 0.77 | 0.53 |
| Hex | E3 | 49 | 2C | 0 | 44 | 51 | B | A | 4D | 35 |
| Octal | 343 | 111 | 54 | 0 | 104 | 121 | 13 | 12 | 115 | 65 |
| Binary | 11100011 | 1001001 | 101100 | 0 | 1000100 | 1010001 | 1011 | 1010 | 1001101 | 110101 |
Color Harmonies of #E3492C
Complementary color
Monochromatic Colors of #E3492C
Black with #E3492C
Text Example
Text Example
White with #E3492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3492C; }
p { color: rgb(227,73,44); }
H1.HeaderClassName
{
color: #E3492C;
}
.AnyTagClassName
{
color: #E3492C;
}
</style>
background-color css
<style>
a { background-color: #E3492C; }
a { background-color: rgb(227,73,44); }
div.DivClassName
{
background-color: #E3492C;
}
.BgClassName
{
background-color: #E3492C;
}
</style>
border-color css
<style>
span { border-color: #E3492C; }
span { border-color: rgb(227,73,44); }
td.TdClassName
{
border-color: #E3492C;
}
.TagClassName
{
border-color: #E3492C;
}
</style>