Shades of Cinnabar #E64216
Tints of Cinnabar #E64216
RGB
CMYK
RGB Variations
Color information
#E64216 (or 0xE64216) is known color: Cinnabar. HEX triplet: E6, 42 and 16. RGB value is (230,66,22). Sum of RGB (Red+Green+Blue) = 230+66+22=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E64216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64216 is #19BDE9. Grayscale: #6E6E6E. Windows color (decimal): -1687018 or 1458918. OLE color: 1458918.
HSL color Cylindrical-coordinate representation of color #E64216: hue angle of 12.69º 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 #E64216 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.10 |
| HSL | 12.69º | 0.83% | 0.49% | - |
| HSV(B) | 12.69º | 0.9% | 0.9% | - |
| XYZ | 34.73 | 20.78 | 2.94 | - |
| YUV | 110.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 22 | 0 | 0.71 | 0.90 | 0.10 | 12.69 | 0.83 | 0.49 |
| Hex | E6 | 42 | 16 | 0 | 47 | 5A | A | D | 53 | 31 |
| Octal | 346 | 102 | 26 | 0 | 107 | 132 | 12 | 15 | 123 | 61 |
| Binary | 11100110 | 1000010 | 10110 | 0 | 1000111 | 1011010 | 1010 | 1101 | 1010011 | 110001 |
Color Harmonies of #E64216
Complementary color
Monochromatic Colors of #E64216
Black with #E64216
Text Example
Text Example
White with #E64216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64216; }
p { color: rgb(230,66,22); }
H1.HeaderClassName
{
color: #E64216;
}
.AnyTagClassName
{
color: #E64216;
}
</style>
background-color css
<style>
a { background-color: #E64216; }
a { background-color: rgb(230,66,22); }
div.DivClassName
{
background-color: #E64216;
}
.BgClassName
{
background-color: #E64216;
}
</style>
border-color css
<style>
span { border-color: #E64216; }
span { border-color: rgb(230,66,22); }
td.TdClassName
{
border-color: #E64216;
}
.TagClassName
{
border-color: #E64216;
}
</style>