Shades of Cinnabar #E34D32
Tints of Cinnabar #E34D32
RGB
CMYK
RGB Variations
Color information
#E34D32 (or 0xE34D32) is known color: Cinnabar. HEX triplet: E3, 4D and 32. RGB value is (227,77,50). Sum of RGB (Red+Green+Blue) = 227+77+50=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D32 is #1CB2CD. Grayscale: #777777. Windows color (decimal): -1880782 or 3296739. OLE color: 3296739.
HSL color Cylindrical-coordinate representation of color #E34D32: hue angle of 9.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E34D32 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 50 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.11 |
| HSL | 9.15º | 0.76% | 0.54% | - |
| HSV(B) | 9.15º | 0.78% | 0.89% | - |
| XYZ | 34.91 | 21.87 | 5.4 | - |
| YUV | 118.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 50 | 0 | 0.66 | 0.78 | 0.11 | 9.15 | 0.76 | 0.54 |
| Hex | E3 | 4D | 32 | 0 | 42 | 4E | B | 9 | 4C | 36 |
| Octal | 343 | 115 | 62 | 0 | 102 | 116 | 13 | 11 | 114 | 66 |
| Binary | 11100011 | 1001101 | 110010 | 0 | 1000010 | 1001110 | 1011 | 1001 | 1001100 | 110110 |
Color Harmonies of #E34D32
Complementary color
Monochromatic Colors of #E34D32
Black with #E34D32
Text Example
Text Example
White with #E34D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34D32; }
p { color: rgb(227,77,50); }
H1.HeaderClassName
{
color: #E34D32;
}
.AnyTagClassName
{
color: #E34D32;
}
</style>
background-color css
<style>
a { background-color: #E34D32; }
a { background-color: rgb(227,77,50); }
div.DivClassName
{
background-color: #E34D32;
}
.BgClassName
{
background-color: #E34D32;
}
</style>
border-color css
<style>
span { border-color: #E34D32; }
span { border-color: rgb(227,77,50); }
td.TdClassName
{
border-color: #E34D32;
}
.TagClassName
{
border-color: #E34D32;
}
</style>