Shades of Cinnabar #E2392B
Tints of Cinnabar #E2392B
RGB
CMYK
RGB Variations
Color information
#E2392B (or 0xE2392B) is known color: Cinnabar. HEX triplet: E2, 39 and 2B. RGB value is (226,57,43). Sum of RGB (Red+Green+Blue) = 226+57+43=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E2392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2392B is #1DC6D4. Grayscale: #6A6A6A. Windows color (decimal): -1951445 or 2832866. OLE color: 2832866.
HSL color Cylindrical-coordinate representation of color #E2392B: hue angle of 4.59º 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 #E2392B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 43 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.11 |
| HSL | 4.59º | 0.76% | 0.53% | - |
| HSV(B) | 4.59º | 0.81% | 0.89% | - |
| XYZ | 33.26 | 19.27 | 4.25 | - |
| YUV | 105.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 43 | 0 | 0.75 | 0.81 | 0.11 | 4.59 | 0.76 | 0.53 |
| Hex | E2 | 39 | 2B | 0 | 4B | 51 | B | 5 | 4C | 35 |
| Octal | 342 | 71 | 53 | 0 | 113 | 121 | 13 | 5 | 114 | 65 |
| Binary | 11100010 | 111001 | 101011 | 0 | 1001011 | 1010001 | 1011 | 101 | 1001100 | 110101 |
Color Harmonies of #E2392B
Complementary color
Monochromatic Colors of #E2392B
Black with #E2392B
Text Example
Text Example
White with #E2392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2392B; }
p { color: rgb(226,57,43); }
H1.HeaderClassName
{
color: #E2392B;
}
.AnyTagClassName
{
color: #E2392B;
}
</style>
background-color css
<style>
a { background-color: #E2392B; }
a { background-color: rgb(226,57,43); }
div.DivClassName
{
background-color: #E2392B;
}
.BgClassName
{
background-color: #E2392B;
}
</style>
border-color css
<style>
span { border-color: #E2392B; }
span { border-color: rgb(226,57,43); }
td.TdClassName
{
border-color: #E2392B;
}
.TagClassName
{
border-color: #E2392B;
}
</style>