Shades of Cinnabar #E5462E
Tints of Cinnabar #E5462E
RGB
CMYK
RGB Variations
Color information
#E5462E (or 0xE5462E) is known color: Cinnabar. HEX triplet: E5, 46 and 2E. RGB value is (229,70,46). Sum of RGB (Red+Green+Blue) = 229+70+46=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5462E is #1AB9D1. Grayscale: #737373. Windows color (decimal): -1751506 or 3032805. OLE color: 3032805.
HSL color Cylindrical-coordinate representation of color #E5462E: hue angle of 7.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5462E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.10 |
| HSL | 7.87º | 0.78% | 0.54% | - |
| HSV(B) | 7.87º | 0.8% | 0.9% | - |
| XYZ | 35 | 21.24 | 4.84 | - |
| YUV | 114.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 46 | 0 | 0.69 | 0.80 | 0.10 | 7.87 | 0.78 | 0.54 |
| Hex | E5 | 46 | 2E | 0 | 45 | 50 | A | 8 | 4E | 36 |
| Octal | 345 | 106 | 56 | 0 | 105 | 120 | 12 | 10 | 116 | 66 |
| Binary | 11100101 | 1000110 | 101110 | 0 | 1000101 | 1010000 | 1010 | 1000 | 1001110 | 110110 |
Color Harmonies of #E5462E
Complementary color
Monochromatic Colors of #E5462E
Black with #E5462E
Text Example
Text Example
White with #E5462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5462E; }
p { color: rgb(229,70,46); }
H1.HeaderClassName
{
color: #E5462E;
}
.AnyTagClassName
{
color: #E5462E;
}
</style>
background-color css
<style>
a { background-color: #E5462E; }
a { background-color: rgb(229,70,46); }
div.DivClassName
{
background-color: #E5462E;
}
.BgClassName
{
background-color: #E5462E;
}
</style>
border-color css
<style>
span { border-color: #E5462E; }
span { border-color: rgb(229,70,46); }
td.TdClassName
{
border-color: #E5462E;
}
.TagClassName
{
border-color: #E5462E;
}
</style>