Shades of Cinnabar #E64032
Tints of Cinnabar #E64032
RGB
CMYK
RGB Variations
Color information
#E64032 (or 0xE64032) is known color: Cinnabar. HEX triplet: E6, 40 and 32. RGB value is (230,64,50). Sum of RGB (Red+Green+Blue) = 230+64+50=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E64032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64032 is #19BFCD. Grayscale: #707070. Windows color (decimal): -1687502 or 3293414. OLE color: 3293414.
HSL color Cylindrical-coordinate representation of color #E64032: hue angle of 4.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E64032 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.10 |
| HSL | 4.67º | 0.78% | 0.55% | - |
| HSV(B) | 4.67º | 0.78% | 0.9% | - |
| XYZ | 35.04 | 20.72 | 5.17 | - |
| YUV | 112.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 50 | 0 | 0.72 | 0.78 | 0.10 | 4.67 | 0.78 | 0.55 |
| Hex | E6 | 40 | 32 | 0 | 48 | 4E | A | 5 | 4E | 37 |
| Octal | 346 | 100 | 62 | 0 | 110 | 116 | 12 | 5 | 116 | 67 |
| Binary | 11100110 | 1000000 | 110010 | 0 | 1001000 | 1001110 | 1010 | 101 | 1001110 | 110111 |
Color Harmonies of #E64032
Complementary color
Monochromatic Colors of #E64032
Black with #E64032
Text Example
Text Example
White with #E64032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64032; }
p { color: rgb(230,64,50); }
H1.HeaderClassName
{
color: #E64032;
}
.AnyTagClassName
{
color: #E64032;
}
</style>
background-color css
<style>
a { background-color: #E64032; }
a { background-color: rgb(230,64,50); }
div.DivClassName
{
background-color: #E64032;
}
.BgClassName
{
background-color: #E64032;
}
</style>
border-color css
<style>
span { border-color: #E64032; }
span { border-color: rgb(230,64,50); }
td.TdClassName
{
border-color: #E64032;
}
.TagClassName
{
border-color: #E64032;
}
</style>