Shades of Cinnabar #E54934
Tints of Cinnabar #E54934
RGB
CMYK
RGB Variations
Color information
#E54934 (or 0xE54934) is known color: Cinnabar. HEX triplet: E5, 49 and 34. RGB value is (229,73,52). Sum of RGB (Red+Green+Blue) = 229+73+52=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E54934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54934 is #1AB6CB. Grayscale: #757575. Windows color (decimal): -1750732 or 3426789. OLE color: 3426789.
HSL color Cylindrical-coordinate representation of color #E54934: hue angle of 7.12º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E54934 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 52 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.10 |
| HSL | 7.12º | 0.77% | 0.55% | - |
| HSV(B) | 7.12º | 0.77% | 0.9% | - |
| XYZ | 35.32 | 21.67 | 5.57 | - |
| YUV | 117.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 52 | 0 | 0.68 | 0.77 | 0.10 | 7.12 | 0.77 | 0.55 |
| Hex | E5 | 49 | 34 | 0 | 44 | 4D | A | 7 | 4D | 37 |
| Octal | 345 | 111 | 64 | 0 | 104 | 115 | 12 | 7 | 115 | 67 |
| Binary | 11100101 | 1001001 | 110100 | 0 | 1000100 | 1001101 | 1010 | 111 | 1001101 | 110111 |
Color Harmonies of #E54934
Complementary color
Monochromatic Colors of #E54934
Black with #E54934
Text Example
Text Example
White with #E54934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54934; }
p { color: rgb(229,73,52); }
H1.HeaderClassName
{
color: #E54934;
}
.AnyTagClassName
{
color: #E54934;
}
</style>
background-color css
<style>
a { background-color: #E54934; }
a { background-color: rgb(229,73,52); }
div.DivClassName
{
background-color: #E54934;
}
.BgClassName
{
background-color: #E54934;
}
</style>
border-color css
<style>
span { border-color: #E54934; }
span { border-color: rgb(229,73,52); }
td.TdClassName
{
border-color: #E54934;
}
.TagClassName
{
border-color: #E54934;
}
</style>