Shades of Cinnabar #E82E2B
Tints of Cinnabar #E82E2B
RGB
CMYK
RGB Variations
Color information
#E82E2B (or 0xE82E2B) is known color: Cinnabar. HEX triplet: E8, 2E and 2B. RGB value is (232,46,43). Sum of RGB (Red+Green+Blue) = 232+46+43=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E2B is #17D1D4. Grayscale: #656565. Windows color (decimal): -1561045 or 2830056. OLE color: 2830056.
HSL color Cylindrical-coordinate representation of color #E82E2B: hue angle of 0.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82E2B is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 43 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.09 |
| HSL | 0.95º | 0.8% | 0.54% | - |
| HSV(B) | 0.95º | 0.81% | 0.91% | - |
| XYZ | 34.69 | 19.28 | 4.18 | - |
| YUV | 101.27 | 95.12 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 43 | 0 | 0.80 | 0.81 | 0.09 | 0.95 | 0.8 | 0.54 |
| Hex | E8 | 2E | 2B | 0 | 50 | 51 | 9 | 1 | 50 | 36 |
| Octal | 350 | 56 | 53 | 0 | 120 | 121 | 11 | 1 | 120 | 66 |
| Binary | 11101000 | 101110 | 101011 | 0 | 1010000 | 1010001 | 1001 | 1 | 1010000 | 110110 |
Color Harmonies of #E82E2B
Complementary color
Monochromatic Colors of #E82E2B
Black with #E82E2B
Text Example
Text Example
White with #E82E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E2B; }
p { color: rgb(232,46,43); }
H1.HeaderClassName
{
color: #E82E2B;
}
.AnyTagClassName
{
color: #E82E2B;
}
</style>
background-color css
<style>
a { background-color: #E82E2B; }
a { background-color: rgb(232,46,43); }
div.DivClassName
{
background-color: #E82E2B;
}
.BgClassName
{
background-color: #E82E2B;
}
</style>
border-color css
<style>
span { border-color: #E82E2B; }
span { border-color: rgb(232,46,43); }
td.TdClassName
{
border-color: #E82E2B;
}
.TagClassName
{
border-color: #E82E2B;
}
</style>