Shades of Cinnabar #E5473A
Tints of Cinnabar #E5473A
RGB
CMYK
RGB Variations
Color information
#E5473A (or 0xE5473A) is known color: Cinnabar. HEX triplet: E5, 47 and 3A. RGB value is (229,71,58). Sum of RGB (Red+Green+Blue) = 229+71+58=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5473A is #1AB8C5. Grayscale: #747474. Windows color (decimal): -1751238 or 3819493. OLE color: 3819493.
HSL color Cylindrical-coordinate representation of color #E5473A: hue angle of 4.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5473A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 58 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.10 |
| HSL | 4.56º | 0.77% | 0.56% | - |
| HSV(B) | 4.56º | 0.75% | 0.9% | - |
| XYZ | 35.33 | 21.47 | 6.29 | - |
| YUV | 116.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 58 | 0 | 0.69 | 0.75 | 0.10 | 4.56 | 0.77 | 0.56 |
| Hex | E5 | 47 | 3A | 0 | 45 | 4B | A | 5 | 4D | 38 |
| Octal | 345 | 107 | 72 | 0 | 105 | 113 | 12 | 5 | 115 | 70 |
| Binary | 11100101 | 1000111 | 111010 | 0 | 1000101 | 1001011 | 1010 | 101 | 1001101 | 111000 |
Color Harmonies of #E5473A
Complementary color
Monochromatic Colors of #E5473A
Black with #E5473A
Text Example
Text Example
White with #E5473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5473A; }
p { color: rgb(229,71,58); }
H1.HeaderClassName
{
color: #E5473A;
}
.AnyTagClassName
{
color: #E5473A;
}
</style>
background-color css
<style>
a { background-color: #E5473A; }
a { background-color: rgb(229,71,58); }
div.DivClassName
{
background-color: #E5473A;
}
.BgClassName
{
background-color: #E5473A;
}
</style>
border-color css
<style>
span { border-color: #E5473A; }
span { border-color: rgb(229,71,58); }
td.TdClassName
{
border-color: #E5473A;
}
.TagClassName
{
border-color: #E5473A;
}
</style>