Shades of Cinnabar #E8331D
Tints of Cinnabar #E8331D
RGB
CMYK
RGB Variations
Color information
#E8331D (or 0xE8331D) is known color: Cinnabar. HEX triplet: E8, 33 and 1D. RGB value is (232,51,29). Sum of RGB (Red+Green+Blue) = 232+51+29=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8331D is #17CCE2. Grayscale: #666666. Windows color (decimal): -1559779 or 1913832. OLE color: 1913832.
HSL color Cylindrical-coordinate representation of color #E8331D: hue angle of 6.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8331D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.09 |
| HSL | 6.5º | 0.82% | 0.51% | - |
| HSV(B) | 6.5º | 0.88% | 0.91% | - |
| XYZ | 34.68 | 19.61 | 3.12 | - |
| YUV | 102.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 29 | 0 | 0.78 | 0.88 | 0.09 | 6.5 | 0.82 | 0.51 |
| Hex | E8 | 33 | 1D | 0 | 4E | 58 | 9 | 7 | 52 | 33 |
| Octal | 350 | 63 | 35 | 0 | 116 | 130 | 11 | 7 | 122 | 63 |
| Binary | 11101000 | 110011 | 11101 | 0 | 1001110 | 1011000 | 1001 | 111 | 1010010 | 110011 |
Color Harmonies of #E8331D
Complementary color
Monochromatic Colors of #E8331D
Black with #E8331D
Text Example
Text Example
White with #E8331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8331D; }
p { color: rgb(232,51,29); }
H1.HeaderClassName
{
color: #E8331D;
}
.AnyTagClassName
{
color: #E8331D;
}
</style>
background-color css
<style>
a { background-color: #E8331D; }
a { background-color: rgb(232,51,29); }
div.DivClassName
{
background-color: #E8331D;
}
.BgClassName
{
background-color: #E8331D;
}
</style>
border-color css
<style>
span { border-color: #E8331D; }
span { border-color: rgb(232,51,29); }
td.TdClassName
{
border-color: #E8331D;
}
.TagClassName
{
border-color: #E8331D;
}
</style>