Shades of Cinnabar #E64631
Tints of Cinnabar #E64631
RGB
CMYK
RGB Variations
Color information
#E64631 (or 0xE64631) is known color: Cinnabar. HEX triplet: E6, 46 and 31. RGB value is (230,70,49). Sum of RGB (Red+Green+Blue) = 230+70+49=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64631 is #19B9CE. Grayscale: #737373. Windows color (decimal): -1685967 or 3229414. OLE color: 3229414.
HSL color Cylindrical-coordinate representation of color #E64631: hue angle of 6.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E64631 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.10 |
| HSL | 6.96º | 0.78% | 0.55% | - |
| HSV(B) | 6.96º | 0.79% | 0.9% | - |
| XYZ | 35.38 | 21.43 | 5.18 | - |
| YUV | 115.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 49 | 0 | 0.70 | 0.79 | 0.10 | 6.96 | 0.78 | 0.55 |
| Hex | E6 | 46 | 31 | 0 | 46 | 4F | A | 7 | 4E | 37 |
| Octal | 346 | 106 | 61 | 0 | 106 | 117 | 12 | 7 | 116 | 67 |
| Binary | 11100110 | 1000110 | 110001 | 0 | 1000110 | 1001111 | 1010 | 111 | 1001110 | 110111 |
Color Harmonies of #E64631
Complementary color
Monochromatic Colors of #E64631
Black with #E64631
Text Example
Text Example
White with #E64631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64631; }
p { color: rgb(230,70,49); }
H1.HeaderClassName
{
color: #E64631;
}
.AnyTagClassName
{
color: #E64631;
}
</style>
background-color css
<style>
a { background-color: #E64631; }
a { background-color: rgb(230,70,49); }
div.DivClassName
{
background-color: #E64631;
}
.BgClassName
{
background-color: #E64631;
}
</style>
border-color css
<style>
span { border-color: #E64631; }
span { border-color: rgb(230,70,49); }
td.TdClassName
{
border-color: #E64631;
}
.TagClassName
{
border-color: #E64631;
}
</style>