Shades of Cinnabar #E64020
Tints of Cinnabar #E64020
RGB
CMYK
RGB Variations
Color information
#E64020 (or 0xE64020) is known color: Cinnabar. HEX triplet: E6, 40 and 20. RGB value is (230,64,32). Sum of RGB (Red+Green+Blue) = 230+64+32=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E64020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64020 is #19BFDF. Grayscale: #6E6E6E. Windows color (decimal): -1687520 or 2113766. OLE color: 2113766.
HSL color Cylindrical-coordinate representation of color #E64020: hue angle of 9.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E64020 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 32 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.10 |
| HSL | 9.7º | 0.8% | 0.51% | - |
| HSV(B) | 9.7º | 0.86% | 0.9% | - |
| XYZ | 34.73 | 20.59 | 3.51 | - |
| YUV | 109.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 32 | 0 | 0.72 | 0.86 | 0.10 | 9.7 | 0.8 | 0.51 |
| Hex | E6 | 40 | 20 | 0 | 48 | 56 | A | A | 50 | 33 |
| Octal | 346 | 100 | 40 | 0 | 110 | 126 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 1000000 | 100000 | 0 | 1001000 | 1010110 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E64020
Complementary color
Monochromatic Colors of #E64020
Black with #E64020
Text Example
Text Example
White with #E64020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64020; }
p { color: rgb(230,64,32); }
H1.HeaderClassName
{
color: #E64020;
}
.AnyTagClassName
{
color: #E64020;
}
</style>
background-color css
<style>
a { background-color: #E64020; }
a { background-color: rgb(230,64,32); }
div.DivClassName
{
background-color: #E64020;
}
.BgClassName
{
background-color: #E64020;
}
</style>
border-color css
<style>
span { border-color: #E64020; }
span { border-color: rgb(230,64,32); }
td.TdClassName
{
border-color: #E64020;
}
.TagClassName
{
border-color: #E64020;
}
</style>