Shades of Cinnabar #E3392B
Tints of Cinnabar #E3392B
RGB
CMYK
RGB Variations
Color information
#E3392B (or 0xE3392B) is known color: Cinnabar. HEX triplet: E3, 39 and 2B. RGB value is (227,57,43). Sum of RGB (Red+Green+Blue) = 227+57+43=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E3392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3392B is #1CC6D4. Grayscale: #6A6A6A. Windows color (decimal): -1885909 or 2832867. OLE color: 2832867.
HSL color Cylindrical-coordinate representation of color #E3392B: hue angle of 4.57º 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 #E3392B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 43 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.11 |
| HSL | 4.57º | 0.77% | 0.53% | - |
| HSV(B) | 4.57º | 0.81% | 0.89% | - |
| XYZ | 33.58 | 19.43 | 4.27 | - |
| YUV | 106.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 43 | 0 | 0.75 | 0.81 | 0.11 | 4.57 | 0.77 | 0.53 |
| Hex | E3 | 39 | 2B | 0 | 4B | 51 | B | 5 | 4D | 35 |
| Octal | 343 | 71 | 53 | 0 | 113 | 121 | 13 | 5 | 115 | 65 |
| Binary | 11100011 | 111001 | 101011 | 0 | 1001011 | 1010001 | 1011 | 101 | 1001101 | 110101 |
Color Harmonies of #E3392B
Complementary color
Monochromatic Colors of #E3392B
Black with #E3392B
Text Example
Text Example
White with #E3392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3392B; }
p { color: rgb(227,57,43); }
H1.HeaderClassName
{
color: #E3392B;
}
.AnyTagClassName
{
color: #E3392B;
}
</style>
background-color css
<style>
a { background-color: #E3392B; }
a { background-color: rgb(227,57,43); }
div.DivClassName
{
background-color: #E3392B;
}
.BgClassName
{
background-color: #E3392B;
}
</style>
border-color css
<style>
span { border-color: #E3392B; }
span { border-color: rgb(227,57,43); }
td.TdClassName
{
border-color: #E3392B;
}
.TagClassName
{
border-color: #E3392B;
}
</style>