Shades of Cinnabar #E2492D
Tints of Cinnabar #E2492D
RGB
CMYK
RGB Variations
Color information
#E2492D (or 0xE2492D) is known color: Cinnabar. HEX triplet: E2, 49 and 2D. RGB value is (226,73,45). Sum of RGB (Red+Green+Blue) = 226+73+45=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2492D is #1DB6D2. Grayscale: #737373. Windows color (decimal): -1947347 or 2968034. OLE color: 2968034.
HSL color Cylindrical-coordinate representation of color #E2492D: hue angle of 9.28º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2492D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.11 |
| HSL | 9.28º | 0.76% | 0.53% | - |
| HSV(B) | 9.28º | 0.8% | 0.89% | - |
| XYZ | 34.22 | 21.12 | 4.76 | - |
| YUV | 115.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 45 | 0 | 0.68 | 0.80 | 0.11 | 9.28 | 0.76 | 0.53 |
| Hex | E2 | 49 | 2D | 0 | 44 | 50 | B | 9 | 4C | 35 |
| Octal | 342 | 111 | 55 | 0 | 104 | 120 | 13 | 11 | 114 | 65 |
| Binary | 11100010 | 1001001 | 101101 | 0 | 1000100 | 1010000 | 1011 | 1001 | 1001100 | 110101 |
Color Harmonies of #E2492D
Complementary color
Monochromatic Colors of #E2492D
Black with #E2492D
Text Example
Text Example
White with #E2492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2492D; }
p { color: rgb(226,73,45); }
H1.HeaderClassName
{
color: #E2492D;
}
.AnyTagClassName
{
color: #E2492D;
}
</style>
background-color css
<style>
a { background-color: #E2492D; }
a { background-color: rgb(226,73,45); }
div.DivClassName
{
background-color: #E2492D;
}
.BgClassName
{
background-color: #E2492D;
}
</style>
border-color css
<style>
span { border-color: #E2492D; }
span { border-color: rgb(226,73,45); }
td.TdClassName
{
border-color: #E2492D;
}
.TagClassName
{
border-color: #E2492D;
}
</style>