Shades of Cinnabar #E8341E
Tints of Cinnabar #E8341E
RGB
CMYK
RGB Variations
Color information
#E8341E (or 0xE8341E) is known color: Cinnabar. HEX triplet: E8, 34 and 1E. RGB value is (232,52,30). Sum of RGB (Red+Green+Blue) = 232+52+30=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8341E is #17CBE1. Grayscale: #676767. Windows color (decimal): -1559522 or 1979624. OLE color: 1979624.
HSL color Cylindrical-coordinate representation of color #E8341E: hue angle of 6.53º 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 #E8341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.09 |
| HSL | 6.53º | 0.81% | 0.51% | - |
| HSV(B) | 6.53º | 0.87% | 0.91% | - |
| XYZ | 34.74 | 19.71 | 3.2 | - |
| YUV | 103.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 30 | 0 | 0.78 | 0.87 | 0.09 | 6.53 | 0.81 | 0.51 |
| Hex | E8 | 34 | 1E | 0 | 4E | 57 | 9 | 7 | 51 | 33 |
| Octal | 350 | 64 | 36 | 0 | 116 | 127 | 11 | 7 | 121 | 63 |
| Binary | 11101000 | 110100 | 11110 | 0 | 1001110 | 1010111 | 1001 | 111 | 1010001 | 110011 |
Color Harmonies of #E8341E
Complementary color
Monochromatic Colors of #E8341E
Black with #E8341E
Text Example
Text Example
White with #E8341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8341E; }
p { color: rgb(232,52,30); }
H1.HeaderClassName
{
color: #E8341E;
}
.AnyTagClassName
{
color: #E8341E;
}
</style>
background-color css
<style>
a { background-color: #E8341E; }
a { background-color: rgb(232,52,30); }
div.DivClassName
{
background-color: #E8341E;
}
.BgClassName
{
background-color: #E8341E;
}
</style>
border-color css
<style>
span { border-color: #E8341E; }
span { border-color: rgb(232,52,30); }
td.TdClassName
{
border-color: #E8341E;
}
.TagClassName
{
border-color: #E8341E;
}
</style>