Shades of Cinnabar #E8321D
Tints of Cinnabar #E8321D
RGB
CMYK
RGB Variations
Color information
#E8321D (or 0xE8321D) is known color: Cinnabar. HEX triplet: E8, 32 and 1D. RGB value is (232,50,29). Sum of RGB (Red+Green+Blue) = 232+50+29=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8321D is #17CDE2. Grayscale: #666666. Windows color (decimal): -1560035 or 1913576. OLE color: 1913576.
HSL color Cylindrical-coordinate representation of color #E8321D: hue angle of 6.21º 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 #E8321D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.09 |
| HSL | 6.21º | 0.82% | 0.51% | - |
| HSV(B) | 6.21º | 0.88% | 0.91% | - |
| XYZ | 34.64 | 19.53 | 3.11 | - |
| YUV | 102.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 29 | 0 | 0.78 | 0.88 | 0.09 | 6.21 | 0.82 | 0.51 |
| Hex | E8 | 32 | 1D | 0 | 4E | 58 | 9 | 6 | 52 | 33 |
| Octal | 350 | 62 | 35 | 0 | 116 | 130 | 11 | 6 | 122 | 63 |
| Binary | 11101000 | 110010 | 11101 | 0 | 1001110 | 1011000 | 1001 | 110 | 1010010 | 110011 |
Color Harmonies of #E8321D
Complementary color
Monochromatic Colors of #E8321D
Black with #E8321D
Text Example
Text Example
White with #E8321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8321D; }
p { color: rgb(232,50,29); }
H1.HeaderClassName
{
color: #E8321D;
}
.AnyTagClassName
{
color: #E8321D;
}
</style>
background-color css
<style>
a { background-color: #E8321D; }
a { background-color: rgb(232,50,29); }
div.DivClassName
{
background-color: #E8321D;
}
.BgClassName
{
background-color: #E8321D;
}
</style>
border-color css
<style>
span { border-color: #E8321D; }
span { border-color: rgb(232,50,29); }
td.TdClassName
{
border-color: #E8321D;
}
.TagClassName
{
border-color: #E8321D;
}
</style>