Shades of Cinnabar #E0492E
Tints of Cinnabar #E0492E
RGB
CMYK
RGB Variations
Color information
#E0492E (or 0xE0492E) is known color: Cinnabar. HEX triplet: E0, 49 and 2E. RGB value is (224,73,46). Sum of RGB (Red+Green+Blue) = 224+73+46=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E0492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0492E is #1FB6D1. Grayscale: #737373. Windows color (decimal): -2078418 or 3033568. OLE color: 3033568.
HSL color Cylindrical-coordinate representation of color #E0492E: hue angle of 9.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0492E is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 46 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.12 |
| HSL | 9.1º | 0.74% | 0.53% | - |
| HSV(B) | 9.1º | 0.79% | 0.88% | - |
| XYZ | 33.62 | 20.81 | 4.83 | - |
| YUV | 115.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 46 | 0 | 0.67 | 0.79 | 0.12 | 9.1 | 0.74 | 0.53 |
| Hex | E0 | 49 | 2E | 0 | 43 | 4F | C | 9 | 4A | 35 |
| Octal | 340 | 111 | 56 | 0 | 103 | 117 | 14 | 11 | 112 | 65 |
| Binary | 11100000 | 1001001 | 101110 | 0 | 1000011 | 1001111 | 1100 | 1001 | 1001010 | 110101 |
Color Harmonies of #E0492E
Complementary color
Monochromatic Colors of #E0492E
Black with #E0492E
Text Example
Text Example
White with #E0492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0492E; }
p { color: rgb(224,73,46); }
H1.HeaderClassName
{
color: #E0492E;
}
.AnyTagClassName
{
color: #E0492E;
}
</style>
background-color css
<style>
a { background-color: #E0492E; }
a { background-color: rgb(224,73,46); }
div.DivClassName
{
background-color: #E0492E;
}
.BgClassName
{
background-color: #E0492E;
}
</style>
border-color css
<style>
span { border-color: #E0492E; }
span { border-color: rgb(224,73,46); }
td.TdClassName
{
border-color: #E0492E;
}
.TagClassName
{
border-color: #E0492E;
}
</style>