Shades of Cinnabar #E82E26
Tints of Cinnabar #E82E26
RGB
CMYK
RGB Variations
Color information
#E82E26 (or 0xE82E26) is known color: Cinnabar. HEX triplet: E8, 2E and 26. RGB value is (232,46,38). Sum of RGB (Red+Green+Blue) = 232+46+38=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E26 is #17D1D9. Grayscale: #646464. Windows color (decimal): -1561050 or 2502376. OLE color: 2502376.
HSL color Cylindrical-coordinate representation of color #E82E26: hue angle of 2.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82E26 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 38 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.09 |
| HSL | 2.47º | 0.81% | 0.53% | - |
| HSV(B) | 2.47º | 0.84% | 0.91% | - |
| XYZ | 34.61 | 19.25 | 3.73 | - |
| YUV | 100.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 38 | 0 | 0.80 | 0.84 | 0.09 | 2.47 | 0.81 | 0.53 |
| Hex | E8 | 2E | 26 | 0 | 50 | 54 | 9 | 2 | 51 | 35 |
| Octal | 350 | 56 | 46 | 0 | 120 | 124 | 11 | 2 | 121 | 65 |
| Binary | 11101000 | 101110 | 100110 | 0 | 1010000 | 1010100 | 1001 | 10 | 1010001 | 110101 |
Color Harmonies of #E82E26
Complementary color
Monochromatic Colors of #E82E26
Black with #E82E26
Text Example
Text Example
White with #E82E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E26; }
p { color: rgb(232,46,38); }
H1.HeaderClassName
{
color: #E82E26;
}
.AnyTagClassName
{
color: #E82E26;
}
</style>
background-color css
<style>
a { background-color: #E82E26; }
a { background-color: rgb(232,46,38); }
div.DivClassName
{
background-color: #E82E26;
}
.BgClassName
{
background-color: #E82E26;
}
</style>
border-color css
<style>
span { border-color: #E82E26; }
span { border-color: rgb(232,46,38); }
td.TdClassName
{
border-color: #E82E26;
}
.TagClassName
{
border-color: #E82E26;
}
</style>