Shades of Cinnabar #E34D29
Tints of Cinnabar #E34D29
RGB
CMYK
RGB Variations
Color information
#E34D29 (or 0xE34D29) is known color: Cinnabar. HEX triplet: E3, 4D and 29. RGB value is (227,77,41). Sum of RGB (Red+Green+Blue) = 227+77+41=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D29 is #1CB2D6. Grayscale: #767676. Windows color (decimal): -1880791 or 2706915. OLE color: 2706915.
HSL color Cylindrical-coordinate representation of color #E34D29: hue angle of 11.61º 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 #E34D29 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 41 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.11 |
| HSL | 11.61º | 0.77% | 0.53% | - |
| HSV(B) | 11.61º | 0.82% | 0.89% | - |
| XYZ | 34.73 | 21.8 | 4.47 | - |
| YUV | 117.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 41 | 0 | 0.66 | 0.82 | 0.11 | 11.61 | 0.77 | 0.53 |
| Hex | E3 | 4D | 29 | 0 | 42 | 52 | B | C | 4D | 35 |
| Octal | 343 | 115 | 51 | 0 | 102 | 122 | 13 | 14 | 115 | 65 |
| Binary | 11100011 | 1001101 | 101001 | 0 | 1000010 | 1010010 | 1011 | 1100 | 1001101 | 110101 |
Color Harmonies of #E34D29
Complementary color
Monochromatic Colors of #E34D29
Black with #E34D29
Text Example
Text Example
White with #E34D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34D29; }
p { color: rgb(227,77,41); }
H1.HeaderClassName
{
color: #E34D29;
}
.AnyTagClassName
{
color: #E34D29;
}
</style>
background-color css
<style>
a { background-color: #E34D29; }
a { background-color: rgb(227,77,41); }
div.DivClassName
{
background-color: #E34D29;
}
.BgClassName
{
background-color: #E34D29;
}
</style>
border-color css
<style>
span { border-color: #E34D29; }
span { border-color: rgb(227,77,41); }
td.TdClassName
{
border-color: #E34D29;
}
.TagClassName
{
border-color: #E34D29;
}
</style>