Shades of Cinnabar #E64017
Tints of Cinnabar #E64017
RGB
CMYK
RGB Variations
Color information
#E64017 (or 0xE64017) is known color: Cinnabar. HEX triplet: E6, 40 and 17. RGB value is (230,64,23). Sum of RGB (Red+Green+Blue) = 230+64+23=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E64017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64017 is #19BFE8. Grayscale: #6D6D6D. Windows color (decimal): -1687529 or 1523942. OLE color: 1523942.
HSL color Cylindrical-coordinate representation of color #E64017: hue angle of 11.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64017 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 23 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.10 |
| HSL | 11.88º | 0.82% | 0.5% | - |
| HSV(B) | 11.88º | 0.9% | 0.9% | - |
| XYZ | 34.62 | 20.55 | 2.95 | - |
| YUV | 108.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 23 | 0 | 0.72 | 0.9 | 0.10 | 11.88 | 0.82 | 0.5 |
| Hex | E6 | 40 | 17 | 0 | 48 | 5A | A | C | 52 | 32 |
| Octal | 346 | 100 | 27 | 0 | 110 | 132 | 12 | 14 | 122 | 62 |
| Binary | 11100110 | 1000000 | 10111 | 0 | 1001000 | 1011010 | 1010 | 1100 | 1010010 | 110010 |
Color Harmonies of #E64017
Complementary color
Monochromatic Colors of #E64017
Black with #E64017
Text Example
Text Example
White with #E64017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64017; }
p { color: rgb(230,64,23); }
H1.HeaderClassName
{
color: #E64017;
}
.AnyTagClassName
{
color: #E64017;
}
</style>
background-color css
<style>
a { background-color: #E64017; }
a { background-color: rgb(230,64,23); }
div.DivClassName
{
background-color: #E64017;
}
.BgClassName
{
background-color: #E64017;
}
</style>
border-color css
<style>
span { border-color: #E64017; }
span { border-color: rgb(230,64,23); }
td.TdClassName
{
border-color: #E64017;
}
.TagClassName
{
border-color: #E64017;
}
</style>