Shades of Cinnabar #E8331E
Tints of Cinnabar #E8331E
RGB
CMYK
RGB Variations
Color information
#E8331E (or 0xE8331E) is known color: Cinnabar. HEX triplet: E8, 33 and 1E. RGB value is (232,51,30). Sum of RGB (Red+Green+Blue) = 232+51+30=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8331E is #17CCE1. Grayscale: #666666. Windows color (decimal): -1559778 or 1979368. OLE color: 1979368.
HSL color Cylindrical-coordinate representation of color #E8331E: hue angle of 6.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8331E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.09 |
| HSL | 6.24º | 0.81% | 0.51% | - |
| HSV(B) | 6.24º | 0.87% | 0.91% | - |
| XYZ | 34.7 | 19.62 | 3.19 | - |
| YUV | 102.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 30 | 0 | 0.78 | 0.87 | 0.09 | 6.24 | 0.81 | 0.51 |
| Hex | E8 | 33 | 1E | 0 | 4E | 57 | 9 | 6 | 51 | 33 |
| Octal | 350 | 63 | 36 | 0 | 116 | 127 | 11 | 6 | 121 | 63 |
| Binary | 11101000 | 110011 | 11110 | 0 | 1001110 | 1010111 | 1001 | 110 | 1010001 | 110011 |
Color Harmonies of #E8331E
Complementary color
Monochromatic Colors of #E8331E
Black with #E8331E
Text Example
Text Example
White with #E8331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8331E; }
p { color: rgb(232,51,30); }
H1.HeaderClassName
{
color: #E8331E;
}
.AnyTagClassName
{
color: #E8331E;
}
</style>
background-color css
<style>
a { background-color: #E8331E; }
a { background-color: rgb(232,51,30); }
div.DivClassName
{
background-color: #E8331E;
}
.BgClassName
{
background-color: #E8331E;
}
</style>
border-color css
<style>
span { border-color: #E8331E; }
span { border-color: rgb(232,51,30); }
td.TdClassName
{
border-color: #E8331E;
}
.TagClassName
{
border-color: #E8331E;
}
</style>