Shades of Cinnabar #E64529
Tints of Cinnabar #E64529
RGB
CMYK
RGB Variations
Color information
#E64529 (or 0xE64529) is known color: Cinnabar. HEX triplet: E6, 45 and 29. RGB value is (230,69,41). Sum of RGB (Red+Green+Blue) = 230+69+41=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E64529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64529 is #19BAD6. Grayscale: #727272. Windows color (decimal): -1686231 or 2704870. OLE color: 2704870.
HSL color Cylindrical-coordinate representation of color #E64529: hue angle of 8.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E64529 is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 41 | - |
| CMYK | 0 | 0.7 | 0.82 | 0.10 |
| HSL | 8.89º | 0.79% | 0.53% | - |
| HSV(B) | 8.89º | 0.82% | 0.9% | - |
| XYZ | 35.16 | 21.24 | 4.34 | - |
| YUV | 113.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 41 | 0 | 0.7 | 0.82 | 0.10 | 8.89 | 0.79 | 0.53 |
| Hex | E6 | 45 | 29 | 0 | 46 | 52 | A | 9 | 4F | 35 |
| Octal | 346 | 105 | 51 | 0 | 106 | 122 | 12 | 11 | 117 | 65 |
| Binary | 11100110 | 1000101 | 101001 | 0 | 1000110 | 1010010 | 1010 | 1001 | 1001111 | 110101 |
Color Harmonies of #E64529
Complementary color
Monochromatic Colors of #E64529
Black with #E64529
Text Example
Text Example
White with #E64529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64529; }
p { color: rgb(230,69,41); }
H1.HeaderClassName
{
color: #E64529;
}
.AnyTagClassName
{
color: #E64529;
}
</style>
background-color css
<style>
a { background-color: #E64529; }
a { background-color: rgb(230,69,41); }
div.DivClassName
{
background-color: #E64529;
}
.BgClassName
{
background-color: #E64529;
}
</style>
border-color css
<style>
span { border-color: #E64529; }
span { border-color: rgb(230,69,41); }
td.TdClassName
{
border-color: #E64529;
}
.TagClassName
{
border-color: #E64529;
}
</style>