Shades of Cinnabar #E32E28
Tints of Cinnabar #E32E28
RGB
CMYK
RGB Variations
Color information
#E32E28 (or 0xE32E28) is known color: Cinnabar. HEX triplet: E3, 2E and 28. RGB value is (227,46,40). Sum of RGB (Red+Green+Blue) = 227+46+40=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E28 is #1CD1D7. Grayscale: #636363. Windows color (decimal): -1888728 or 2633443. OLE color: 2633443.
HSL color Cylindrical-coordinate representation of color #E32E28: hue angle of 1.93º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32E28 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 40 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.11 |
| HSL | 1.93º | 0.77% | 0.52% | - |
| HSV(B) | 1.93º | 0.82% | 0.89% | - |
| XYZ | 33.04 | 18.44 | 3.83 | - |
| YUV | 99.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 40 | 0 | 0.80 | 0.82 | 0.11 | 1.93 | 0.77 | 0.52 |
| Hex | E3 | 2E | 28 | 0 | 50 | 52 | B | 2 | 4D | 34 |
| Octal | 343 | 56 | 50 | 0 | 120 | 122 | 13 | 2 | 115 | 64 |
| Binary | 11100011 | 101110 | 101000 | 0 | 1010000 | 1010010 | 1011 | 10 | 1001101 | 110100 |
Color Harmonies of #E32E28
Complementary color
Monochromatic Colors of #E32E28
Black with #E32E28
Text Example
Text Example
White with #E32E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E28; }
p { color: rgb(227,46,40); }
H1.HeaderClassName
{
color: #E32E28;
}
.AnyTagClassName
{
color: #E32E28;
}
</style>
background-color css
<style>
a { background-color: #E32E28; }
a { background-color: rgb(227,46,40); }
div.DivClassName
{
background-color: #E32E28;
}
.BgClassName
{
background-color: #E32E28;
}
</style>
border-color css
<style>
span { border-color: #E32E28; }
span { border-color: rgb(227,46,40); }
td.TdClassName
{
border-color: #E32E28;
}
.TagClassName
{
border-color: #E32E28;
}
</style>