Shades of Cinnabar #E34729
Tints of Cinnabar #E34729
RGB
CMYK
RGB Variations
Color information
#E34729 (or 0xE34729) is known color: Cinnabar. HEX triplet: E3, 47 and 29. RGB value is (227,71,41). Sum of RGB (Red+Green+Blue) = 227+71+41=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E34729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34729 is #1CB8D6. Grayscale: #727272. Windows color (decimal): -1882327 or 2705379. OLE color: 2705379.
HSL color Cylindrical-coordinate representation of color #E34729: hue angle of 9.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E34729 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 41 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.11 |
| HSL | 9.68º | 0.77% | 0.53% | - |
| HSV(B) | 9.68º | 0.82% | 0.89% | - |
| XYZ | 34.33 | 21 | 4.34 | - |
| YUV | 114.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 41 | 0 | 0.69 | 0.82 | 0.11 | 9.68 | 0.77 | 0.53 |
| Hex | E3 | 47 | 29 | 0 | 45 | 52 | B | A | 4D | 35 |
| Octal | 343 | 107 | 51 | 0 | 105 | 122 | 13 | 12 | 115 | 65 |
| Binary | 11100011 | 1000111 | 101001 | 0 | 1000101 | 1010010 | 1011 | 1010 | 1001101 | 110101 |
Color Harmonies of #E34729
Complementary color
Monochromatic Colors of #E34729
Black with #E34729
Text Example
Text Example
White with #E34729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34729; }
p { color: rgb(227,71,41); }
H1.HeaderClassName
{
color: #E34729;
}
.AnyTagClassName
{
color: #E34729;
}
</style>
background-color css
<style>
a { background-color: #E34729; }
a { background-color: rgb(227,71,41); }
div.DivClassName
{
background-color: #E34729;
}
.BgClassName
{
background-color: #E34729;
}
</style>
border-color css
<style>
span { border-color: #E34729; }
span { border-color: rgb(227,71,41); }
td.TdClassName
{
border-color: #E34729;
}
.TagClassName
{
border-color: #E34729;
}
</style>