Shades of Cinnabar #E83A2E
Tints of Cinnabar #E83A2E
RGB
CMYK
RGB Variations
Color information
#E83A2E (or 0xE83A2E) is known color: Cinnabar. HEX triplet: E8, 3A and 2E. RGB value is (232,58,46). Sum of RGB (Red+Green+Blue) = 232+58+46=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83A2E is #17C5D1. Grayscale: #6C6C6C. Windows color (decimal): -1557970 or 3029736. OLE color: 3029736.
HSL color Cylindrical-coordinate representation of color #E83A2E: hue angle of 3.87º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E83A2E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 46 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.09 |
| HSL | 3.87º | 0.8% | 0.55% | - |
| HSV(B) | 3.87º | 0.8% | 0.91% | - |
| XYZ | 35.28 | 20.38 | 4.66 | - |
| YUV | 108.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 46 | 0 | 0.75 | 0.80 | 0.09 | 3.87 | 0.8 | 0.55 |
| Hex | E8 | 3A | 2E | 0 | 4B | 50 | 9 | 4 | 50 | 37 |
| Octal | 350 | 72 | 56 | 0 | 113 | 120 | 11 | 4 | 120 | 67 |
| Binary | 11101000 | 111010 | 101110 | 0 | 1001011 | 1010000 | 1001 | 100 | 1010000 | 110111 |
Color Harmonies of #E83A2E
Complementary color
Monochromatic Colors of #E83A2E
Black with #E83A2E
Text Example
Text Example
White with #E83A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A2E; }
p { color: rgb(232,58,46); }
H1.HeaderClassName
{
color: #E83A2E;
}
.AnyTagClassName
{
color: #E83A2E;
}
</style>
background-color css
<style>
a { background-color: #E83A2E; }
a { background-color: rgb(232,58,46); }
div.DivClassName
{
background-color: #E83A2E;
}
.BgClassName
{
background-color: #E83A2E;
}
</style>
border-color css
<style>
span { border-color: #E83A2E; }
span { border-color: rgb(232,58,46); }
td.TdClassName
{
border-color: #E83A2E;
}
.TagClassName
{
border-color: #E83A2E;
}
</style>