Shades of Cinnabar #E83231
Tints of Cinnabar #E83231
RGB
CMYK
RGB Variations
Color information
#E83231 (or 0xE83231) is known color: Cinnabar. HEX triplet: E8, 32 and 31. RGB value is (232,50,49). Sum of RGB (Red+Green+Blue) = 232+50+49=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E83231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83231 is #17CDCE. Grayscale: #686868. Windows color (decimal): -1560015 or 3224296. OLE color: 3224296.
HSL color Cylindrical-coordinate representation of color #E83231: hue angle of 0.33º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83231 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 49 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.09 |
| HSL | 0.33º | 0.8% | 0.55% | - |
| HSV(B) | 0.33º | 0.79% | 0.91% | - |
| XYZ | 34.97 | 19.66 | 4.86 | - |
| YUV | 104.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 49 | 0 | 0.78 | 0.79 | 0.09 | 0.33 | 0.8 | 0.55 |
| Hex | E8 | 32 | 31 | 0 | 4E | 4F | 9 | 0 | 50 | 37 |
| Octal | 350 | 62 | 61 | 0 | 116 | 117 | 11 | 0 | 120 | 67 |
| Binary | 11101000 | 110010 | 110001 | 0 | 1001110 | 1001111 | 1001 | 0 | 1010000 | 110111 |
Color Harmonies of #E83231
Complementary color
Monochromatic Colors of #E83231
Black with #E83231
Text Example
Text Example
White with #E83231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83231; }
p { color: rgb(232,50,49); }
H1.HeaderClassName
{
color: #E83231;
}
.AnyTagClassName
{
color: #E83231;
}
</style>
background-color css
<style>
a { background-color: #E83231; }
a { background-color: rgb(232,50,49); }
div.DivClassName
{
background-color: #E83231;
}
.BgClassName
{
background-color: #E83231;
}
</style>
border-color css
<style>
span { border-color: #E83231; }
span { border-color: rgb(232,50,49); }
td.TdClassName
{
border-color: #E83231;
}
.TagClassName
{
border-color: #E83231;
}
</style>