Shades of Cinnabar #E5463A
Tints of Cinnabar #E5463A
RGB
CMYK
RGB Variations
Color information
#E5463A (or 0xE5463A) is known color: Cinnabar. HEX triplet: E5, 46 and 3A. RGB value is (229,70,58). Sum of RGB (Red+Green+Blue) = 229+70+58=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5463A is #1AB9C5. Grayscale: #747474. Windows color (decimal): -1751494 or 3819237. OLE color: 3819237.
HSL color Cylindrical-coordinate representation of color #E5463A: hue angle of 4.21º 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 #E5463A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 58 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.10 |
| HSL | 4.21º | 0.77% | 0.56% | - |
| HSV(B) | 4.21º | 0.75% | 0.9% | - |
| XYZ | 35.27 | 21.34 | 6.26 | - |
| YUV | 116.17 | 95.18 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 58 | 0 | 0.69 | 0.75 | 0.10 | 4.21 | 0.77 | 0.56 |
| Hex | E5 | 46 | 3A | 0 | 45 | 4B | A | 4 | 4D | 38 |
| Octal | 345 | 106 | 72 | 0 | 105 | 113 | 12 | 4 | 115 | 70 |
| Binary | 11100101 | 1000110 | 111010 | 0 | 1000101 | 1001011 | 1010 | 100 | 1001101 | 111000 |
Color Harmonies of #E5463A
Complementary color
Monochromatic Colors of #E5463A
Black with #E5463A
Text Example
Text Example
White with #E5463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5463A; }
p { color: rgb(229,70,58); }
H1.HeaderClassName
{
color: #E5463A;
}
.AnyTagClassName
{
color: #E5463A;
}
</style>
background-color css
<style>
a { background-color: #E5463A; }
a { background-color: rgb(229,70,58); }
div.DivClassName
{
background-color: #E5463A;
}
.BgClassName
{
background-color: #E5463A;
}
</style>
border-color css
<style>
span { border-color: #E5463A; }
span { border-color: rgb(229,70,58); }
td.TdClassName
{
border-color: #E5463A;
}
.TagClassName
{
border-color: #E5463A;
}
</style>