Shades of Cinnabar #E4392C
Tints of Cinnabar #E4392C
RGB
CMYK
RGB Variations
Color information
#E4392C (or 0xE4392C) is known color: Cinnabar. HEX triplet: E4, 39 and 2C. RGB value is (228,57,44). Sum of RGB (Red+Green+Blue) = 228+57+44=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E4392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4392C is #1BC6D3. Grayscale: #6A6A6A. Windows color (decimal): -1820372 or 2898404. OLE color: 2898404.
HSL color Cylindrical-coordinate representation of color #E4392C: hue angle of 4.24º degrees, saturation: 0.77, 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 #E4392C is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 57 | 44 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.11 |
| HSL | 4.24º | 0.77% | 0.53% | - |
| HSV(B) | 4.24º | 0.81% | 0.89% | - |
| XYZ | 33.91 | 19.6 | 4.38 | - |
| YUV | 106.65 | 92.65 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 57 | 44 | 0 | 0.75 | 0.81 | 0.11 | 4.24 | 0.77 | 0.53 |
| Hex | E4 | 39 | 2C | 0 | 4B | 51 | B | 4 | 4D | 35 |
| Octal | 344 | 71 | 54 | 0 | 113 | 121 | 13 | 4 | 115 | 65 |
| Binary | 11100100 | 111001 | 101100 | 0 | 1001011 | 1010001 | 1011 | 100 | 1001101 | 110101 |
Color Harmonies of #E4392C
Complementary color
Monochromatic Colors of #E4392C
Black with #E4392C
Text Example
Text Example
White with #E4392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4392C; }
p { color: rgb(228,57,44); }
H1.HeaderClassName
{
color: #E4392C;
}
.AnyTagClassName
{
color: #E4392C;
}
</style>
background-color css
<style>
a { background-color: #E4392C; }
a { background-color: rgb(228,57,44); }
div.DivClassName
{
background-color: #E4392C;
}
.BgClassName
{
background-color: #E4392C;
}
</style>
border-color css
<style>
span { border-color: #E4392C; }
span { border-color: rgb(228,57,44); }
td.TdClassName
{
border-color: #E4392C;
}
.TagClassName
{
border-color: #E4392C;
}
</style>