Shades of Cinnabar #E2462E
Tints of Cinnabar #E2462E
RGB
CMYK
RGB Variations
Color information
#E2462E (or 0xE2462E) is known color: Cinnabar. HEX triplet: E2, 46 and 2E. RGB value is (226,70,46). Sum of RGB (Red+Green+Blue) = 226+70+46=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2462E is #1DB9D1. Grayscale: #727272. Windows color (decimal): -1948114 or 3032802. OLE color: 3032802.
HSL color Cylindrical-coordinate representation of color #E2462E: hue angle of 8º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2462E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.11 |
| HSL | 8º | 0.76% | 0.53% | - |
| HSV(B) | 8º | 0.8% | 0.89% | - |
| XYZ | 34.05 | 20.75 | 4.79 | - |
| YUV | 113.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 46 | 0 | 0.69 | 0.80 | 0.11 | 8 | 0.76 | 0.53 |
| Hex | E2 | 46 | 2E | 0 | 45 | 50 | B | 8 | 4C | 35 |
| Octal | 342 | 106 | 56 | 0 | 105 | 120 | 13 | 10 | 114 | 65 |
| Binary | 11100010 | 1000110 | 101110 | 0 | 1000101 | 1010000 | 1011 | 1000 | 1001100 | 110101 |
Color Harmonies of #E2462E
Complementary color
Monochromatic Colors of #E2462E
Black with #E2462E
Text Example
Text Example
White with #E2462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2462E; }
p { color: rgb(226,70,46); }
H1.HeaderClassName
{
color: #E2462E;
}
.AnyTagClassName
{
color: #E2462E;
}
</style>
background-color css
<style>
a { background-color: #E2462E; }
a { background-color: rgb(226,70,46); }
div.DivClassName
{
background-color: #E2462E;
}
.BgClassName
{
background-color: #E2462E;
}
</style>
border-color css
<style>
span { border-color: #E2462E; }
span { border-color: rgb(226,70,46); }
td.TdClassName
{
border-color: #E2462E;
}
.TagClassName
{
border-color: #E2462E;
}
</style>