Shades of Cinnabar #E34932
Tints of Cinnabar #E34932
RGB
CMYK
RGB Variations
Color information
#E34932 (or 0xE34932) is known color: Cinnabar. HEX triplet: E3, 49 and 32. RGB value is (227,73,50). Sum of RGB (Red+Green+Blue) = 227+73+50=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E34932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34932 is #1CB6CD. Grayscale: #747474. Windows color (decimal): -1881806 or 3295715. OLE color: 3295715.
HSL color Cylindrical-coordinate representation of color #E34932: hue angle of 7.8º 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 #E34932 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.11 |
| HSL | 7.8º | 0.76% | 0.54% | - |
| HSV(B) | 7.8º | 0.78% | 0.89% | - |
| XYZ | 34.64 | 21.33 | 5.31 | - |
| YUV | 116.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 50 | 0 | 0.68 | 0.78 | 0.11 | 7.8 | 0.76 | 0.54 |
| Hex | E3 | 49 | 32 | 0 | 44 | 4E | B | 8 | 4C | 36 |
| Octal | 343 | 111 | 62 | 0 | 104 | 116 | 13 | 10 | 114 | 66 |
| Binary | 11100011 | 1001001 | 110010 | 0 | 1000100 | 1001110 | 1011 | 1000 | 1001100 | 110110 |
Color Harmonies of #E34932
Complementary color
Monochromatic Colors of #E34932
Black with #E34932
Text Example
Text Example
White with #E34932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34932; }
p { color: rgb(227,73,50); }
H1.HeaderClassName
{
color: #E34932;
}
.AnyTagClassName
{
color: #E34932;
}
</style>
background-color css
<style>
a { background-color: #E34932; }
a { background-color: rgb(227,73,50); }
div.DivClassName
{
background-color: #E34932;
}
.BgClassName
{
background-color: #E34932;
}
</style>
border-color css
<style>
span { border-color: #E34932; }
span { border-color: rgb(227,73,50); }
td.TdClassName
{
border-color: #E34932;
}
.TagClassName
{
border-color: #E34932;
}
</style>