Shades of Cinnabar #E2492A
Tints of Cinnabar #E2492A
RGB
CMYK
RGB Variations
Color information
#E2492A (or 0xE2492A) is known color: Cinnabar. HEX triplet: E2, 49 and 2A. RGB value is (226,73,42). Sum of RGB (Red+Green+Blue) = 226+73+42=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2492A is #1DB6D5. Grayscale: #737373. Windows color (decimal): -1947350 or 2771426. OLE color: 2771426.
HSL color Cylindrical-coordinate representation of color #E2492A: hue angle of 10.11º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2492A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.11 |
| HSL | 10.11º | 0.76% | 0.53% | - |
| HSV(B) | 10.11º | 0.81% | 0.89% | - |
| XYZ | 34.16 | 21.1 | 4.46 | - |
| YUV | 115.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 42 | 0 | 0.68 | 0.81 | 0.11 | 10.11 | 0.76 | 0.53 |
| Hex | E2 | 49 | 2A | 0 | 44 | 51 | B | A | 4C | 35 |
| Octal | 342 | 111 | 52 | 0 | 104 | 121 | 13 | 12 | 114 | 65 |
| Binary | 11100010 | 1001001 | 101010 | 0 | 1000100 | 1010001 | 1011 | 1010 | 1001100 | 110101 |
Color Harmonies of #E2492A
Complementary color
Monochromatic Colors of #E2492A
Black with #E2492A
Text Example
Text Example
White with #E2492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2492A; }
p { color: rgb(226,73,42); }
H1.HeaderClassName
{
color: #E2492A;
}
.AnyTagClassName
{
color: #E2492A;
}
</style>
background-color css
<style>
a { background-color: #E2492A; }
a { background-color: rgb(226,73,42); }
div.DivClassName
{
background-color: #E2492A;
}
.BgClassName
{
background-color: #E2492A;
}
</style>
border-color css
<style>
span { border-color: #E2492A; }
span { border-color: rgb(226,73,42); }
td.TdClassName
{
border-color: #E2492A;
}
.TagClassName
{
border-color: #E2492A;
}
</style>