Shades of Cinnabar #E64620
Tints of Cinnabar #E64620
RGB
CMYK
RGB Variations
Color information
#E64620 (or 0xE64620) is known color: Cinnabar. HEX triplet: E6, 46 and 20. RGB value is (230,70,32). Sum of RGB (Red+Green+Blue) = 230+70+32=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E64620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64620 is #19B9DF. Grayscale: #717171. Windows color (decimal): -1685984 or 2115302. OLE color: 2115302.
HSL color Cylindrical-coordinate representation of color #E64620: hue angle of 11.52º 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 #E64620 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.10 |
| HSL | 11.52º | 0.8% | 0.51% | - |
| HSV(B) | 11.52º | 0.86% | 0.9% | - |
| XYZ | 35.08 | 21.31 | 3.63 | - |
| YUV | 113.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 32 | 0 | 0.70 | 0.86 | 0.10 | 11.52 | 0.8 | 0.51 |
| Hex | E6 | 46 | 20 | 0 | 46 | 56 | A | C | 50 | 33 |
| Octal | 346 | 106 | 40 | 0 | 106 | 126 | 12 | 14 | 120 | 63 |
| Binary | 11100110 | 1000110 | 100000 | 0 | 1000110 | 1010110 | 1010 | 1100 | 1010000 | 110011 |
Color Harmonies of #E64620
Complementary color
Monochromatic Colors of #E64620
Black with #E64620
Text Example
Text Example
White with #E64620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64620; }
p { color: rgb(230,70,32); }
H1.HeaderClassName
{
color: #E64620;
}
.AnyTagClassName
{
color: #E64620;
}
</style>
background-color css
<style>
a { background-color: #E64620; }
a { background-color: rgb(230,70,32); }
div.DivClassName
{
background-color: #E64620;
}
.BgClassName
{
background-color: #E64620;
}
</style>
border-color css
<style>
span { border-color: #E64620; }
span { border-color: rgb(230,70,32); }
td.TdClassName
{
border-color: #E64620;
}
.TagClassName
{
border-color: #E64620;
}
</style>