Shades of Cinnabar #E6492D
Tints of Cinnabar #E6492D
RGB
CMYK
RGB Variations
Color information
#E6492D (or 0xE6492D) is known color: Cinnabar. HEX triplet: E6, 49 and 2D. RGB value is (230,73,45). Sum of RGB (Red+Green+Blue) = 230+73+45=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6492D is #19B6D2. Grayscale: #757575. Windows color (decimal): -1685203 or 2968038. OLE color: 2968038.
HSL color Cylindrical-coordinate representation of color #E6492D: hue angle of 9.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6492D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.10 |
| HSL | 9.08º | 0.79% | 0.54% | - |
| HSV(B) | 9.08º | 0.8% | 0.9% | - |
| XYZ | 35.49 | 21.78 | 4.82 | - |
| YUV | 116.75 | 87.51 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 45 | 0 | 0.68 | 0.80 | 0.10 | 9.08 | 0.79 | 0.54 |
| Hex | E6 | 49 | 2D | 0 | 44 | 50 | A | 9 | 4F | 36 |
| Octal | 346 | 111 | 55 | 0 | 104 | 120 | 12 | 11 | 117 | 66 |
| Binary | 11100110 | 1001001 | 101101 | 0 | 1000100 | 1010000 | 1010 | 1001 | 1001111 | 110110 |
Color Harmonies of #E6492D
Complementary color
Monochromatic Colors of #E6492D
Black with #E6492D
Text Example
Text Example
White with #E6492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6492D; }
p { color: rgb(230,73,45); }
H1.HeaderClassName
{
color: #E6492D;
}
.AnyTagClassName
{
color: #E6492D;
}
</style>
background-color css
<style>
a { background-color: #E6492D; }
a { background-color: rgb(230,73,45); }
div.DivClassName
{
background-color: #E6492D;
}
.BgClassName
{
background-color: #E6492D;
}
</style>
border-color css
<style>
span { border-color: #E6492D; }
span { border-color: rgb(230,73,45); }
td.TdClassName
{
border-color: #E6492D;
}
.TagClassName
{
border-color: #E6492D;
}
</style>