Shades of Cinnabar #E64646
Tints of Cinnabar #E64646
RGB
CMYK
RGB Variations
Color information
#E64646 (or 0xE64646) is known color: Cinnabar. HEX triplet: E6, 46 and 46. RGB value is (230,70,70). Sum of RGB (Red+Green+Blue) = 230+70+70=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E64646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64646 is #19B9B9. Grayscale: #767676. Windows color (decimal): -1685946 or 4605670. OLE color: 4605670.
HSL color Cylindrical-coordinate representation of color #E64646: hue angle of 0º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64646 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 70 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.10 |
| HSL | 0º | 0.76% | 0.59% | - |
| HSV(B) | 0º | 0.7% | 0.9% | - |
| XYZ | 35.93 | 21.65 | 8.08 | - |
| YUV | 117.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 70 | 0 | 0.70 | 0.70 | 0.10 | 0 | 0.76 | 0.59 |
| Hex | E6 | 46 | 46 | 0 | 46 | 46 | A | 0 | 4C | 3B |
| Octal | 346 | 106 | 106 | 0 | 106 | 106 | 12 | 0 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1000110 | 0 | 1000110 | 1000110 | 1010 | 0 | 1001100 | 111011 |
Color Harmonies of #E64646
Complementary color
Monochromatic Colors of #E64646
Black with #E64646
Text Example
Text Example
White with #E64646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64646; }
p { color: rgb(230,70,70); }
H1.HeaderClassName
{
color: #E64646;
}
.AnyTagClassName
{
color: #E64646;
}
</style>
background-color css
<style>
a { background-color: #E64646; }
a { background-color: rgb(230,70,70); }
div.DivClassName
{
background-color: #E64646;
}
.BgClassName
{
background-color: #E64646;
}
</style>
border-color css
<style>
span { border-color: #E64646; }
span { border-color: rgb(230,70,70); }
td.TdClassName
{
border-color: #E64646;
}
.TagClassName
{
border-color: #E64646;
}
</style>