Shades of Cinnabar #E64720
Tints of Cinnabar #E64720
RGB
CMYK
RGB Variations
Color information
#E64720 (or 0xE64720) is known color: Cinnabar. HEX triplet: E6, 47 and 20. RGB value is (230,71,32). Sum of RGB (Red+Green+Blue) = 230+71+32=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E64720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64720 is #19B8DF. Grayscale: #727272. Windows color (decimal): -1685728 or 2115558. OLE color: 2115558.
HSL color Cylindrical-coordinate representation of color #E64720: hue angle of 11.82º 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 #E64720 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.10 |
| HSL | 11.82º | 0.8% | 0.51% | - |
| HSV(B) | 11.82º | 0.86% | 0.9% | - |
| XYZ | 35.15 | 21.43 | 3.65 | - |
| YUV | 114.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 32 | 0 | 0.69 | 0.86 | 0.10 | 11.82 | 0.8 | 0.51 |
| Hex | E6 | 47 | 20 | 0 | 45 | 56 | A | C | 50 | 33 |
| Octal | 346 | 107 | 40 | 0 | 105 | 126 | 12 | 14 | 120 | 63 |
| Binary | 11100110 | 1000111 | 100000 | 0 | 1000101 | 1010110 | 1010 | 1100 | 1010000 | 110011 |
Color Harmonies of #E64720
Complementary color
Monochromatic Colors of #E64720
Black with #E64720
Text Example
Text Example
White with #E64720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64720; }
p { color: rgb(230,71,32); }
H1.HeaderClassName
{
color: #E64720;
}
.AnyTagClassName
{
color: #E64720;
}
</style>
background-color css
<style>
a { background-color: #E64720; }
a { background-color: rgb(230,71,32); }
div.DivClassName
{
background-color: #E64720;
}
.BgClassName
{
background-color: #E64720;
}
</style>
border-color css
<style>
span { border-color: #E64720; }
span { border-color: rgb(230,71,32); }
td.TdClassName
{
border-color: #E64720;
}
.TagClassName
{
border-color: #E64720;
}
</style>