Shades of Alizarin #E3232F
Tints of Alizarin #E3232F
RGB
CMYK
RGB Variations
Color information
#E3232F (or 0xE3232F) is known color: Alizarin. HEX triplet: E3, 23 and 2F. RGB value is (227,35,47). Sum of RGB (Red+Green+Blue) = 227+35+47=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3232F is #1CDCD0. Grayscale: #5D5D5D. Windows color (decimal): -1891537 or 3089379. OLE color: 3089379.
HSL color Cylindrical-coordinate representation of color #E3232F: hue angle of 356.25º degrees, saturation: 0.77, 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 #E3232F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.11 |
| HSL | 356.25º | 0.77% | 0.51% | - |
| HSV(B) | 356.25º | 0.85% | 0.89% | - |
| XYZ | 32.79 | 17.74 | 4.38 | - |
| YUV | 93.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 47 | 0 | 0.85 | 0.79 | 0.11 | 356.25 | 0.77 | 0.51 |
| Hex | E3 | 23 | 2F | 0 | 55 | 4F | B | 164 | 4D | 33 |
| Octal | 343 | 43 | 57 | 0 | 125 | 117 | 13 | 544 | 115 | 63 |
| Binary | 11100011 | 100011 | 101111 | 0 | 1010101 | 1001111 | 1011 | 101100100 | 1001101 | 110011 |
Color Harmonies of #E3232F
Complementary color
Monochromatic Colors of #E3232F
Black with #E3232F
Text Example
Text Example
White with #E3232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3232F; }
p { color: rgb(227,35,47); }
H1.HeaderClassName
{
color: #E3232F;
}
.AnyTagClassName
{
color: #E3232F;
}
</style>
background-color css
<style>
a { background-color: #E3232F; }
a { background-color: rgb(227,35,47); }
div.DivClassName
{
background-color: #E3232F;
}
.BgClassName
{
background-color: #E3232F;
}
</style>
border-color css
<style>
span { border-color: #E3232F; }
span { border-color: rgb(227,35,47); }
td.TdClassName
{
border-color: #E3232F;
}
.TagClassName
{
border-color: #E3232F;
}
</style>