Shades of Cinnabar #E32D21
Tints of Cinnabar #E32D21
RGB
CMYK
RGB Variations
Color information
#E32D21 (or 0xE32D21) is known color: Cinnabar. HEX triplet: E3, 2D and 21. RGB value is (227,45,33). Sum of RGB (Red+Green+Blue) = 227+45+33=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D21 is #1CD2DE. Grayscale: #626262. Windows color (decimal): -1888991 or 2174435. OLE color: 2174435.
HSL color Cylindrical-coordinate representation of color #E32D21: hue angle of 3.71º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32D21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.11 |
| HSL | 3.71º | 0.78% | 0.51% | - |
| HSV(B) | 3.71º | 0.85% | 0.89% | - |
| XYZ | 32.89 | 18.32 | 3.24 | - |
| YUV | 98.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 33 | 0 | 0.80 | 0.85 | 0.11 | 3.71 | 0.78 | 0.51 |
| Hex | E3 | 2D | 21 | 0 | 50 | 55 | B | 4 | 4E | 33 |
| Octal | 343 | 55 | 41 | 0 | 120 | 125 | 13 | 4 | 116 | 63 |
| Binary | 11100011 | 101101 | 100001 | 0 | 1010000 | 1010101 | 1011 | 100 | 1001110 | 110011 |
Color Harmonies of #E32D21
Complementary color
Monochromatic Colors of #E32D21
Black with #E32D21
Text Example
Text Example
White with #E32D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D21; }
p { color: rgb(227,45,33); }
H1.HeaderClassName
{
color: #E32D21;
}
.AnyTagClassName
{
color: #E32D21;
}
</style>
background-color css
<style>
a { background-color: #E32D21; }
a { background-color: rgb(227,45,33); }
div.DivClassName
{
background-color: #E32D21;
}
.BgClassName
{
background-color: #E32D21;
}
</style>
border-color css
<style>
span { border-color: #E32D21; }
span { border-color: rgb(227,45,33); }
td.TdClassName
{
border-color: #E32D21;
}
.TagClassName
{
border-color: #E32D21;
}
</style>