Shades of Cinnabar #E83531
Tints of Cinnabar #E83531
RGB
CMYK
RGB Variations
Color information
#E83531 (or 0xE83531) is known color: Cinnabar. HEX triplet: E8, 35 and 31. RGB value is (232,53,49). Sum of RGB (Red+Green+Blue) = 232+53+49=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E83531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83531 is #17CACE. Grayscale: #6A6A6A. Windows color (decimal): -1559247 or 3225064. OLE color: 3225064.
HSL color Cylindrical-coordinate representation of color #E83531: hue angle of 1.31º 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 #E83531 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 49 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.09 |
| HSL | 1.31º | 0.8% | 0.55% | - |
| HSV(B) | 1.31º | 0.79% | 0.91% | - |
| XYZ | 35.11 | 19.92 | 4.9 | - |
| YUV | 106.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 49 | 0 | 0.77 | 0.79 | 0.09 | 1.31 | 0.8 | 0.55 |
| Hex | E8 | 35 | 31 | 0 | 4D | 4F | 9 | 1 | 50 | 37 |
| Octal | 350 | 65 | 61 | 0 | 115 | 117 | 11 | 1 | 120 | 67 |
| Binary | 11101000 | 110101 | 110001 | 0 | 1001101 | 1001111 | 1001 | 1 | 1010000 | 110111 |
Color Harmonies of #E83531
Complementary color
Monochromatic Colors of #E83531
Black with #E83531
Text Example
Text Example
White with #E83531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83531; }
p { color: rgb(232,53,49); }
H1.HeaderClassName
{
color: #E83531;
}
.AnyTagClassName
{
color: #E83531;
}
</style>
background-color css
<style>
a { background-color: #E83531; }
a { background-color: rgb(232,53,49); }
div.DivClassName
{
background-color: #E83531;
}
.BgClassName
{
background-color: #E83531;
}
</style>
border-color css
<style>
span { border-color: #E83531; }
span { border-color: rgb(232,53,49); }
td.TdClassName
{
border-color: #E83531;
}
.TagClassName
{
border-color: #E83531;
}
</style>