Shades of Alizarin #E41D32
Tints of Alizarin #E41D32
RGB
CMYK
RGB Variations
Color information
#E41D32 (or 0xE41D32) is known color: Alizarin. HEX triplet: E4, 1D and 32. RGB value is (228,29,50). Sum of RGB (Red+Green+Blue) = 228+29+50=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D32 is #1BE2CD. Grayscale: #5B5B5B. Windows color (decimal): -1827534 or 3284452. OLE color: 3284452.
HSL color Cylindrical-coordinate representation of color #E41D32: hue angle of 353.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D32 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 50 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.11 |
| HSL | 353.67º | 0.79% | 0.5% | - |
| HSV(B) | 353.67º | 0.87% | 0.89% | - |
| XYZ | 33.01 | 17.6 | 4.68 | - |
| YUV | 90.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 50 | 0 | 0.87 | 0.78 | 0.11 | 353.67 | 0.79 | 0.5 |
| Hex | E4 | 1D | 32 | 0 | 57 | 4E | B | 162 | 4F | 32 |
| Octal | 344 | 35 | 62 | 0 | 127 | 116 | 13 | 542 | 117 | 62 |
| Binary | 11100100 | 11101 | 110010 | 0 | 1010111 | 1001110 | 1011 | 101100010 | 1001111 | 110010 |
Color Harmonies of #E41D32
Complementary color
Monochromatic Colors of #E41D32
Black with #E41D32
Text Example
Text Example
White with #E41D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D32; }
p { color: rgb(228,29,50); }
H1.HeaderClassName
{
color: #E41D32;
}
.AnyTagClassName
{
color: #E41D32;
}
</style>
background-color css
<style>
a { background-color: #E41D32; }
a { background-color: rgb(228,29,50); }
div.DivClassName
{
background-color: #E41D32;
}
.BgClassName
{
background-color: #E41D32;
}
</style>
border-color css
<style>
span { border-color: #E41D32; }
span { border-color: rgb(228,29,50); }
td.TdClassName
{
border-color: #E41D32;
}
.TagClassName
{
border-color: #E41D32;
}
</style>