Shades of Cinnabar #E32B29
Tints of Cinnabar #E32B29
RGB
CMYK
RGB Variations
Color information
#E32B29 (or 0xE32B29) is known color: Cinnabar. HEX triplet: E3, 2B and 29. RGB value is (227,43,41). Sum of RGB (Red+Green+Blue) = 227+43+41=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B29 is #1CD4D6. Grayscale: #616161. Windows color (decimal): -1889495 or 2698211. OLE color: 2698211.
HSL color Cylindrical-coordinate representation of color #E32B29: hue angle of 0.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32B29 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 41 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.11 |
| HSL | 0.65º | 0.77% | 0.53% | - |
| HSV(B) | 0.65º | 0.82% | 0.89% | - |
| XYZ | 32.94 | 18.22 | 3.88 | - |
| YUV | 97.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 41 | 0 | 0.81 | 0.82 | 0.11 | 0.65 | 0.77 | 0.53 |
| Hex | E3 | 2B | 29 | 0 | 51 | 52 | B | 1 | 4D | 35 |
| Octal | 343 | 53 | 51 | 0 | 121 | 122 | 13 | 1 | 115 | 65 |
| Binary | 11100011 | 101011 | 101001 | 0 | 1010001 | 1010010 | 1011 | 1 | 1001101 | 110101 |
Color Harmonies of #E32B29
Complementary color
Monochromatic Colors of #E32B29
Black with #E32B29
Text Example
Text Example
White with #E32B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32B29; }
p { color: rgb(227,43,41); }
H1.HeaderClassName
{
color: #E32B29;
}
.AnyTagClassName
{
color: #E32B29;
}
</style>
background-color css
<style>
a { background-color: #E32B29; }
a { background-color: rgb(227,43,41); }
div.DivClassName
{
background-color: #E32B29;
}
.BgClassName
{
background-color: #E32B29;
}
</style>
border-color css
<style>
span { border-color: #E32B29; }
span { border-color: rgb(227,43,41); }
td.TdClassName
{
border-color: #E32B29;
}
.TagClassName
{
border-color: #E32B29;
}
</style>