Shades of Cinnabar #E2392A
Tints of Cinnabar #E2392A
RGB
CMYK
RGB Variations
Color information
#E2392A (or 0xE2392A) is known color: Cinnabar. HEX triplet: E2, 39 and 2A. RGB value is (226,57,42). Sum of RGB (Red+Green+Blue) = 226+57+42=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2392A is #1DC6D5. Grayscale: #6A6A6A. Windows color (decimal): -1951446 or 2767330. OLE color: 2767330.
HSL color Cylindrical-coordinate representation of color #E2392A: hue angle of 4.89º 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 #E2392A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 42 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.11 |
| HSL | 4.89º | 0.76% | 0.53% | - |
| HSV(B) | 4.89º | 0.81% | 0.89% | - |
| XYZ | 33.25 | 19.26 | 4.16 | - |
| YUV | 105.82 | 91.99 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 42 | 0 | 0.75 | 0.81 | 0.11 | 4.89 | 0.76 | 0.53 |
| Hex | E2 | 39 | 2A | 0 | 4B | 51 | B | 5 | 4C | 35 |
| Octal | 342 | 71 | 52 | 0 | 113 | 121 | 13 | 5 | 114 | 65 |
| Binary | 11100010 | 111001 | 101010 | 0 | 1001011 | 1010001 | 1011 | 101 | 1001100 | 110101 |
Color Harmonies of #E2392A
Complementary color
Monochromatic Colors of #E2392A
Black with #E2392A
Text Example
Text Example
White with #E2392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2392A; }
p { color: rgb(226,57,42); }
H1.HeaderClassName
{
color: #E2392A;
}
.AnyTagClassName
{
color: #E2392A;
}
</style>
background-color css
<style>
a { background-color: #E2392A; }
a { background-color: rgb(226,57,42); }
div.DivClassName
{
background-color: #E2392A;
}
.BgClassName
{
background-color: #E2392A;
}
</style>
border-color css
<style>
span { border-color: #E2392A; }
span { border-color: rgb(226,57,42); }
td.TdClassName
{
border-color: #E2392A;
}
.TagClassName
{
border-color: #E2392A;
}
</style>