Shades of Cinnabar #E3332C
Tints of Cinnabar #E3332C
RGB
CMYK
RGB Variations
Color information
#E3332C (or 0xE3332C) is known color: Cinnabar. HEX triplet: E3, 33 and 2C. RGB value is (227,51,44). Sum of RGB (Red+Green+Blue) = 227+51+44=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3332C is #1CCCD3. Grayscale: #676767. Windows color (decimal): -1887444 or 2896867. OLE color: 2896867.
HSL color Cylindrical-coordinate representation of color #E3332C: hue angle of 2.3º 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 #E3332C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 51 | 44 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.11 |
| HSL | 2.3º | 0.77% | 0.53% | - |
| HSV(B) | 2.3º | 0.81% | 0.89% | - |
| XYZ | 33.32 | 18.88 | 4.27 | - |
| YUV | 102.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 51 | 44 | 0 | 0.78 | 0.81 | 0.11 | 2.3 | 0.77 | 0.53 |
| Hex | E3 | 33 | 2C | 0 | 4E | 51 | B | 2 | 4D | 35 |
| Octal | 343 | 63 | 54 | 0 | 116 | 121 | 13 | 2 | 115 | 65 |
| Binary | 11100011 | 110011 | 101100 | 0 | 1001110 | 1010001 | 1011 | 10 | 1001101 | 110101 |
Color Harmonies of #E3332C
Complementary color
Monochromatic Colors of #E3332C
Black with #E3332C
Text Example
Text Example
White with #E3332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3332C; }
p { color: rgb(227,51,44); }
H1.HeaderClassName
{
color: #E3332C;
}
.AnyTagClassName
{
color: #E3332C;
}
</style>
background-color css
<style>
a { background-color: #E3332C; }
a { background-color: rgb(227,51,44); }
div.DivClassName
{
background-color: #E3332C;
}
.BgClassName
{
background-color: #E3332C;
}
</style>
border-color css
<style>
span { border-color: #E3332C; }
span { border-color: rgb(227,51,44); }
td.TdClassName
{
border-color: #E3332C;
}
.TagClassName
{
border-color: #E3332C;
}
</style>