Shades of Cinnabar #E64416
Tints of Cinnabar #E64416
RGB
CMYK
RGB Variations
Color information
#E64416 (or 0xE64416) is known color: Cinnabar. HEX triplet: E6, 44 and 16. RGB value is (230,68,22). Sum of RGB (Red+Green+Blue) = 230+68+22=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E64416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64416 is #19BBE9. Grayscale: #6F6F6F. Windows color (decimal): -1686506 or 1459430. OLE color: 1459430.
HSL color Cylindrical-coordinate representation of color #E64416: hue angle of 13.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64416 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.10 |
| HSL | 13.27º | 0.83% | 0.49% | - |
| HSV(B) | 13.27º | 0.9% | 0.9% | - |
| XYZ | 34.85 | 21.02 | 2.98 | - |
| YUV | 111.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 22 | 0 | 0.70 | 0.90 | 0.10 | 13.27 | 0.83 | 0.49 |
| Hex | E6 | 44 | 16 | 0 | 46 | 5A | A | D | 53 | 31 |
| Octal | 346 | 104 | 26 | 0 | 106 | 132 | 12 | 15 | 123 | 61 |
| Binary | 11100110 | 1000100 | 10110 | 0 | 1000110 | 1011010 | 1010 | 1101 | 1010011 | 110001 |
Color Harmonies of #E64416
Complementary color
Monochromatic Colors of #E64416
Black with #E64416
Text Example
Text Example
White with #E64416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64416; }
p { color: rgb(230,68,22); }
H1.HeaderClassName
{
color: #E64416;
}
.AnyTagClassName
{
color: #E64416;
}
</style>
background-color css
<style>
a { background-color: #E64416; }
a { background-color: rgb(230,68,22); }
div.DivClassName
{
background-color: #E64416;
}
.BgClassName
{
background-color: #E64416;
}
</style>
border-color css
<style>
span { border-color: #E64416; }
span { border-color: rgb(230,68,22); }
td.TdClassName
{
border-color: #E64416;
}
.TagClassName
{
border-color: #E64416;
}
</style>