Shades of Cinnabar #E34835
Tints of Cinnabar #E34835
RGB
CMYK
RGB Variations
Color information
#E34835 (or 0xE34835) is known color: Cinnabar. HEX triplet: E3, 48 and 35. RGB value is (227,72,53). Sum of RGB (Red+Green+Blue) = 227+72+53=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E34835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34835 is #1CB7CA. Grayscale: #747474. Windows color (decimal): -1882059 or 3492067. OLE color: 3492067.
HSL color Cylindrical-coordinate representation of color #E34835: hue angle of 6.55º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E34835 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 53 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.11 |
| HSL | 6.55º | 0.76% | 0.55% | - |
| HSV(B) | 6.55º | 0.77% | 0.89% | - |
| XYZ | 34.64 | 21.22 | 5.64 | - |
| YUV | 116.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 53 | 0 | 0.68 | 0.77 | 0.11 | 6.55 | 0.76 | 0.55 |
| Hex | E3 | 48 | 35 | 0 | 44 | 4D | B | 7 | 4C | 37 |
| Octal | 343 | 110 | 65 | 0 | 104 | 115 | 13 | 7 | 114 | 67 |
| Binary | 11100011 | 1001000 | 110101 | 0 | 1000100 | 1001101 | 1011 | 111 | 1001100 | 110111 |
Color Harmonies of #E34835
Complementary color
Monochromatic Colors of #E34835
Black with #E34835
Text Example
Text Example
White with #E34835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34835; }
p { color: rgb(227,72,53); }
H1.HeaderClassName
{
color: #E34835;
}
.AnyTagClassName
{
color: #E34835;
}
</style>
background-color css
<style>
a { background-color: #E34835; }
a { background-color: rgb(227,72,53); }
div.DivClassName
{
background-color: #E34835;
}
.BgClassName
{
background-color: #E34835;
}
</style>
border-color css
<style>
span { border-color: #E34835; }
span { border-color: rgb(227,72,53); }
td.TdClassName
{
border-color: #E34835;
}
.TagClassName
{
border-color: #E34835;
}
</style>