Shades of Cinnabar #E6493D
Tints of Cinnabar #E6493D
RGB
CMYK
RGB Variations
Color information
#E6493D (or 0xE6493D) is known color: Cinnabar. HEX triplet: E6, 49 and 3D. RGB value is (230,73,61). Sum of RGB (Red+Green+Blue) = 230+73+61=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6493D is #19B6C2. Grayscale: #767676. Windows color (decimal): -1685187 or 4016614. OLE color: 4016614.
HSL color Cylindrical-coordinate representation of color #E6493D: hue angle of 4.26º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6493D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 61 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.10 |
| HSL | 4.26º | 0.77% | 0.57% | - |
| HSV(B) | 4.26º | 0.73% | 0.9% | - |
| XYZ | 35.86 | 21.93 | 6.76 | - |
| YUV | 118.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 61 | 0 | 0.68 | 0.73 | 0.10 | 4.26 | 0.77 | 0.57 |
| Hex | E6 | 49 | 3D | 0 | 44 | 49 | A | 4 | 4D | 39 |
| Octal | 346 | 111 | 75 | 0 | 104 | 111 | 12 | 4 | 115 | 71 |
| Binary | 11100110 | 1001001 | 111101 | 0 | 1000100 | 1001001 | 1010 | 100 | 1001101 | 111001 |
Color Harmonies of #E6493D
Complementary color
Monochromatic Colors of #E6493D
Black with #E6493D
Text Example
Text Example
White with #E6493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6493D; }
p { color: rgb(230,73,61); }
H1.HeaderClassName
{
color: #E6493D;
}
.AnyTagClassName
{
color: #E6493D;
}
</style>
background-color css
<style>
a { background-color: #E6493D; }
a { background-color: rgb(230,73,61); }
div.DivClassName
{
background-color: #E6493D;
}
.BgClassName
{
background-color: #E6493D;
}
</style>
border-color css
<style>
span { border-color: #E6493D; }
span { border-color: rgb(230,73,61); }
td.TdClassName
{
border-color: #E6493D;
}
.TagClassName
{
border-color: #E6493D;
}
</style>