Shades of Cinnabar #E64535
Tints of Cinnabar #E64535
RGB
CMYK
RGB Variations
Color information
#E64535 (or 0xE64535) is known color: Cinnabar. HEX triplet: E6, 45 and 35. RGB value is (230,69,53). Sum of RGB (Red+Green+Blue) = 230+69+53=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E64535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64535 is #19BACA. Grayscale: #737373. Windows color (decimal): -1686219 or 3491302. OLE color: 3491302.
HSL color Cylindrical-coordinate representation of color #E64535: hue angle of 5.42º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E64535 is Cyan = 0, Magento = 0.7, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 53 | - |
| CMYK | 0 | 0.7 | 0.77 | 0.10 |
| HSL | 5.42º | 0.78% | 0.55% | - |
| HSV(B) | 5.42º | 0.77% | 0.9% | - |
| XYZ | 35.4 | 21.34 | 5.62 | - |
| YUV | 115.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 53 | 0 | 0.7 | 0.77 | 0.10 | 5.42 | 0.78 | 0.55 |
| Hex | E6 | 45 | 35 | 0 | 46 | 4D | A | 5 | 4E | 37 |
| Octal | 346 | 105 | 65 | 0 | 106 | 115 | 12 | 5 | 116 | 67 |
| Binary | 11100110 | 1000101 | 110101 | 0 | 1000110 | 1001101 | 1010 | 101 | 1001110 | 110111 |
Color Harmonies of #E64535
Complementary color
Monochromatic Colors of #E64535
Black with #E64535
Text Example
Text Example
White with #E64535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64535; }
p { color: rgb(230,69,53); }
H1.HeaderClassName
{
color: #E64535;
}
.AnyTagClassName
{
color: #E64535;
}
</style>
background-color css
<style>
a { background-color: #E64535; }
a { background-color: rgb(230,69,53); }
div.DivClassName
{
background-color: #E64535;
}
.BgClassName
{
background-color: #E64535;
}
</style>
border-color css
<style>
span { border-color: #E64535; }
span { border-color: rgb(230,69,53); }
td.TdClassName
{
border-color: #E64535;
}
.TagClassName
{
border-color: #E64535;
}
</style>