Shades of Cinnabar #E54735
Tints of Cinnabar #E54735
RGB
CMYK
RGB Variations
Color information
#E54735 (or 0xE54735) is known color: Cinnabar. HEX triplet: E5, 47 and 35. RGB value is (229,71,53). Sum of RGB (Red+Green+Blue) = 229+71+53=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E54735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54735 is #1AB8CA. Grayscale: #747474. Windows color (decimal): -1751243 or 3491813. OLE color: 3491813.
HSL color Cylindrical-coordinate representation of color #E54735: hue angle of 6.14º 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 #E54735 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 53 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.10 |
| HSL | 6.14º | 0.77% | 0.55% | - |
| HSV(B) | 6.14º | 0.77% | 0.9% | - |
| XYZ | 35.21 | 21.42 | 5.65 | - |
| YUV | 116.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 53 | 0 | 0.69 | 0.77 | 0.10 | 6.14 | 0.77 | 0.55 |
| Hex | E5 | 47 | 35 | 0 | 45 | 4D | A | 6 | 4D | 37 |
| Octal | 345 | 107 | 65 | 0 | 105 | 115 | 12 | 6 | 115 | 67 |
| Binary | 11100101 | 1000111 | 110101 | 0 | 1000101 | 1001101 | 1010 | 110 | 1001101 | 110111 |
Color Harmonies of #E54735
Complementary color
Monochromatic Colors of #E54735
Black with #E54735
Text Example
Text Example
White with #E54735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54735; }
p { color: rgb(229,71,53); }
H1.HeaderClassName
{
color: #E54735;
}
.AnyTagClassName
{
color: #E54735;
}
</style>
background-color css
<style>
a { background-color: #E54735; }
a { background-color: rgb(229,71,53); }
div.DivClassName
{
background-color: #E54735;
}
.BgClassName
{
background-color: #E54735;
}
</style>
border-color css
<style>
span { border-color: #E54735; }
span { border-color: rgb(229,71,53); }
td.TdClassName
{
border-color: #E54735;
}
.TagClassName
{
border-color: #E54735;
}
</style>