Shades of Cinnabar #E6493A
Tints of Cinnabar #E6493A
RGB
CMYK
RGB Variations
Color information
#E6493A (or 0xE6493A) is known color: Cinnabar. HEX triplet: E6, 49 and 3A. RGB value is (230,73,58). Sum of RGB (Red+Green+Blue) = 230+73+58=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6493A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6493A is #19B6C5. Grayscale: #767676. Windows color (decimal): -1685190 or 3820006. OLE color: 3820006.
HSL color Cylindrical-coordinate representation of color #E6493A: hue angle of 5.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6493A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 58 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.10 |
| HSL | 5.23º | 0.77% | 0.56% | - |
| HSV(B) | 5.23º | 0.75% | 0.9% | - |
| XYZ | 35.78 | 21.89 | 6.34 | - |
| YUV | 118.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 58 | 0 | 0.68 | 0.75 | 0.10 | 5.23 | 0.77 | 0.56 |
| Hex | E6 | 49 | 3A | 0 | 44 | 4B | A | 5 | 4D | 38 |
| Octal | 346 | 111 | 72 | 0 | 104 | 113 | 12 | 5 | 115 | 70 |
| Binary | 11100110 | 1001001 | 111010 | 0 | 1000100 | 1001011 | 1010 | 101 | 1001101 | 111000 |
Color Harmonies of #E6493A
Complementary color
Monochromatic Colors of #E6493A
Black with #E6493A
Text Example
Text Example
White with #E6493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6493A; }
p { color: rgb(230,73,58); }
H1.HeaderClassName
{
color: #E6493A;
}
.AnyTagClassName
{
color: #E6493A;
}
</style>
background-color css
<style>
a { background-color: #E6493A; }
a { background-color: rgb(230,73,58); }
div.DivClassName
{
background-color: #E6493A;
}
.BgClassName
{
background-color: #E6493A;
}
</style>
border-color css
<style>
span { border-color: #E6493A; }
span { border-color: rgb(230,73,58); }
td.TdClassName
{
border-color: #E6493A;
}
.TagClassName
{
border-color: #E6493A;
}
</style>