Shades of Cinnabar #E32D29
Tints of Cinnabar #E32D29
RGB
CMYK
RGB Variations
Color information
#E32D29 (or 0xE32D29) is known color: Cinnabar. HEX triplet: E3, 2D and 29. RGB value is (227,45,41). Sum of RGB (Red+Green+Blue) = 227+45+41=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D29 is #1CD2D6. Grayscale: #636363. Windows color (decimal): -1888983 or 2698723. OLE color: 2698723.
HSL color Cylindrical-coordinate representation of color #E32D29: hue angle of 1.29º 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 #E32D29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 41 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.11 |
| HSL | 1.29º | 0.77% | 0.53% | - |
| HSV(B) | 1.29º | 0.82% | 0.89% | - |
| XYZ | 33.02 | 18.37 | 3.9 | - |
| YUV | 98.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 41 | 0 | 0.80 | 0.82 | 0.11 | 1.29 | 0.77 | 0.53 |
| Hex | E3 | 2D | 29 | 0 | 50 | 52 | B | 1 | 4D | 35 |
| Octal | 343 | 55 | 51 | 0 | 120 | 122 | 13 | 1 | 115 | 65 |
| Binary | 11100011 | 101101 | 101001 | 0 | 1010000 | 1010010 | 1011 | 1 | 1001101 | 110101 |
Color Harmonies of #E32D29
Complementary color
Monochromatic Colors of #E32D29
Black with #E32D29
Text Example
Text Example
White with #E32D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D29; }
p { color: rgb(227,45,41); }
H1.HeaderClassName
{
color: #E32D29;
}
.AnyTagClassName
{
color: #E32D29;
}
</style>
background-color css
<style>
a { background-color: #E32D29; }
a { background-color: rgb(227,45,41); }
div.DivClassName
{
background-color: #E32D29;
}
.BgClassName
{
background-color: #E32D29;
}
</style>
border-color css
<style>
span { border-color: #E32D29; }
span { border-color: rgb(227,45,41); }
td.TdClassName
{
border-color: #E32D29;
}
.TagClassName
{
border-color: #E32D29;
}
</style>