Shades of Cinnabar #E64528
Tints of Cinnabar #E64528
RGB
CMYK
RGB Variations
Color information
#E64528 (or 0xE64528) is known color: Cinnabar. HEX triplet: E6, 45 and 28. RGB value is (230,69,40). Sum of RGB (Red+Green+Blue) = 230+69+40=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E64528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64528 is #19BAD7. Grayscale: #727272. Windows color (decimal): -1686232 or 2639334. OLE color: 2639334.
HSL color Cylindrical-coordinate representation of color #E64528: hue angle of 9.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E64528 is Cyan = 0, Magento = 0.7, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 40 | - |
| CMYK | 0 | 0.7 | 0.83 | 0.10 |
| HSL | 9.16º | 0.79% | 0.53% | - |
| HSV(B) | 9.16º | 0.83% | 0.9% | - |
| XYZ | 35.14 | 21.23 | 4.25 | - |
| YUV | 113.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 40 | 0 | 0.7 | 0.83 | 0.10 | 9.16 | 0.79 | 0.53 |
| Hex | E6 | 45 | 28 | 0 | 46 | 53 | A | 9 | 4F | 35 |
| Octal | 346 | 105 | 50 | 0 | 106 | 123 | 12 | 11 | 117 | 65 |
| Binary | 11100110 | 1000101 | 101000 | 0 | 1000110 | 1010011 | 1010 | 1001 | 1001111 | 110101 |
Color Harmonies of #E64528
Complementary color
Monochromatic Colors of #E64528
Black with #E64528
Text Example
Text Example
White with #E64528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64528; }
p { color: rgb(230,69,40); }
H1.HeaderClassName
{
color: #E64528;
}
.AnyTagClassName
{
color: #E64528;
}
</style>
background-color css
<style>
a { background-color: #E64528; }
a { background-color: rgb(230,69,40); }
div.DivClassName
{
background-color: #E64528;
}
.BgClassName
{
background-color: #E64528;
}
</style>
border-color css
<style>
span { border-color: #E64528; }
span { border-color: rgb(230,69,40); }
td.TdClassName
{
border-color: #E64528;
}
.TagClassName
{
border-color: #E64528;
}
</style>