Shades of Cinnabar #E34832
Tints of Cinnabar #E34832
RGB
CMYK
RGB Variations
Color information
#E34832 (or 0xE34832) is known color: Cinnabar. HEX triplet: E3, 48 and 32. RGB value is (227,72,50). Sum of RGB (Red+Green+Blue) = 227+72+50=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E34832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34832 is #1CB7CD. Grayscale: #747474. Windows color (decimal): -1882062 or 3295459. OLE color: 3295459.
HSL color Cylindrical-coordinate representation of color #E34832: hue angle of 7.46º 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 #E34832 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.11 |
| HSL | 7.46º | 0.76% | 0.54% | - |
| HSV(B) | 7.46º | 0.78% | 0.89% | - |
| XYZ | 34.57 | 21.2 | 5.29 | - |
| YUV | 115.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 50 | 0 | 0.68 | 0.78 | 0.11 | 7.46 | 0.76 | 0.54 |
| Hex | E3 | 48 | 32 | 0 | 44 | 4E | B | 7 | 4C | 36 |
| Octal | 343 | 110 | 62 | 0 | 104 | 116 | 13 | 7 | 114 | 66 |
| Binary | 11100011 | 1001000 | 110010 | 0 | 1000100 | 1001110 | 1011 | 111 | 1001100 | 110110 |
Color Harmonies of #E34832
Complementary color
Monochromatic Colors of #E34832
Black with #E34832
Text Example
Text Example
White with #E34832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34832; }
p { color: rgb(227,72,50); }
H1.HeaderClassName
{
color: #E34832;
}
.AnyTagClassName
{
color: #E34832;
}
</style>
background-color css
<style>
a { background-color: #E34832; }
a { background-color: rgb(227,72,50); }
div.DivClassName
{
background-color: #E34832;
}
.BgClassName
{
background-color: #E34832;
}
</style>
border-color css
<style>
span { border-color: #E34832; }
span { border-color: rgb(227,72,50); }
td.TdClassName
{
border-color: #E34832;
}
.TagClassName
{
border-color: #E34832;
}
</style>