Shades of Cinnabar #E64E1E
Tints of Cinnabar #E64E1E
RGB
CMYK
RGB Variations
Color information
#E64E1E (or 0xE64E1E) is known color: Cinnabar. HEX triplet: E6, 4E and 1E. RGB value is (230,78,30). Sum of RGB (Red+Green+Blue) = 230+78+30=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E1E is #19B1E1. Grayscale: #767676. Windows color (decimal): -1683938 or 1986278. OLE color: 1986278.
HSL color Cylindrical-coordinate representation of color #E64E1E: hue angle of 14.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E64E1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.10 |
| HSL | 14.4º | 0.8% | 0.51% | - |
| HSV(B) | 14.4º | 0.87% | 0.9% | - |
| XYZ | 35.59 | 22.37 | 3.67 | - |
| YUV | 117.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 30 | 0 | 0.66 | 0.87 | 0.10 | 14.4 | 0.8 | 0.51 |
| Hex | E6 | 4E | 1E | 0 | 42 | 57 | A | E | 50 | 33 |
| Octal | 346 | 116 | 36 | 0 | 102 | 127 | 12 | 16 | 120 | 63 |
| Binary | 11100110 | 1001110 | 11110 | 0 | 1000010 | 1010111 | 1010 | 1110 | 1010000 | 110011 |
Color Harmonies of #E64E1E
Complementary color
Monochromatic Colors of #E64E1E
Black with #E64E1E
Text Example
Text Example
White with #E64E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E1E; }
p { color: rgb(230,78,30); }
H1.HeaderClassName
{
color: #E64E1E;
}
.AnyTagClassName
{
color: #E64E1E;
}
</style>
background-color css
<style>
a { background-color: #E64E1E; }
a { background-color: rgb(230,78,30); }
div.DivClassName
{
background-color: #E64E1E;
}
.BgClassName
{
background-color: #E64E1E;
}
</style>
border-color css
<style>
span { border-color: #E64E1E; }
span { border-color: rgb(230,78,30); }
td.TdClassName
{
border-color: #E64E1E;
}
.TagClassName
{
border-color: #E64E1E;
}
</style>