Shades of Cinnabar #E8331B
Tints of Cinnabar #E8331B
RGB
CMYK
RGB Variations
Color information
#E8331B (or 0xE8331B) is known color: Cinnabar. HEX triplet: E8, 33 and 1B. RGB value is (232,51,27). Sum of RGB (Red+Green+Blue) = 232+51+27=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8331B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8331B is #17CCE4. Grayscale: #666666. Windows color (decimal): -1559781 or 1782760. OLE color: 1782760.
HSL color Cylindrical-coordinate representation of color #E8331B: hue angle of 7.02º 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 #E8331B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 27 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.09 |
| HSL | 7.02º | 0.82% | 0.51% | - |
| HSV(B) | 7.02º | 0.88% | 0.91% | - |
| XYZ | 34.66 | 19.6 | 2.99 | - |
| YUV | 102.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 27 | 0 | 0.78 | 0.88 | 0.09 | 7.02 | 0.82 | 0.51 |
| Hex | E8 | 33 | 1B | 0 | 4E | 58 | 9 | 7 | 52 | 33 |
| Octal | 350 | 63 | 33 | 0 | 116 | 130 | 11 | 7 | 122 | 63 |
| Binary | 11101000 | 110011 | 11011 | 0 | 1001110 | 1011000 | 1001 | 111 | 1010010 | 110011 |
Color Harmonies of #E8331B
Complementary color
Monochromatic Colors of #E8331B
Black with #E8331B
Text Example
Text Example
White with #E8331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8331B; }
p { color: rgb(232,51,27); }
H1.HeaderClassName
{
color: #E8331B;
}
.AnyTagClassName
{
color: #E8331B;
}
</style>
background-color css
<style>
a { background-color: #E8331B; }
a { background-color: rgb(232,51,27); }
div.DivClassName
{
background-color: #E8331B;
}
.BgClassName
{
background-color: #E8331B;
}
</style>
border-color css
<style>
span { border-color: #E8331B; }
span { border-color: rgb(232,51,27); }
td.TdClassName
{
border-color: #E8331B;
}
.TagClassName
{
border-color: #E8331B;
}
</style>