Shades of Cinnabar #E64946
Tints of Cinnabar #E64946
RGB
CMYK
RGB Variations
Color information
#E64946 (or 0xE64946) is known color: Cinnabar. HEX triplet: E6, 49 and 46. RGB value is (230,73,70). Sum of RGB (Red+Green+Blue) = 230+73+70=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E64946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64946 is #19B6B9. Grayscale: #777777. Windows color (decimal): -1685178 or 4606438. OLE color: 4606438.
HSL color Cylindrical-coordinate representation of color #E64946: hue angle of 1.12º 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 #E64946 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 70 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.10 |
| HSL | 1.13º | 0.76% | 0.59% | - |
| HSV(B) | 1.13º | 0.7% | 0.9% | - |
| XYZ | 36.12 | 22.03 | 8.14 | - |
| YUV | 119.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 70 | 0 | 0.68 | 0.70 | 0.10 | 1.13 | 0.76 | 0.59 |
| Hex | E6 | 49 | 46 | 0 | 44 | 46 | A | 1 | 4C | 3B |
| Octal | 346 | 111 | 106 | 0 | 104 | 106 | 12 | 1 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1000110 | 0 | 1000100 | 1000110 | 1010 | 1 | 1001100 | 111011 |
Color Harmonies of #E64946
Complementary color
Monochromatic Colors of #E64946
Black with #E64946
Text Example
Text Example
White with #E64946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64946; }
p { color: rgb(230,73,70); }
H1.HeaderClassName
{
color: #E64946;
}
.AnyTagClassName
{
color: #E64946;
}
</style>
background-color css
<style>
a { background-color: #E64946; }
a { background-color: rgb(230,73,70); }
div.DivClassName
{
background-color: #E64946;
}
.BgClassName
{
background-color: #E64946;
}
</style>
border-color css
<style>
span { border-color: #E64946; }
span { border-color: rgb(230,73,70); }
td.TdClassName
{
border-color: #E64946;
}
.TagClassName
{
border-color: #E64946;
}
</style>