Shades of Alizarin #E41D33
Tints of Alizarin #E41D33
RGB
CMYK
RGB Variations
Color information
#E41D33 (or 0xE41D33) is known color: Alizarin. HEX triplet: E4, 1D and 33. RGB value is (228,29,51). Sum of RGB (Red+Green+Blue) = 228+29+51=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D33 is #1BE2CC. Grayscale: #5B5B5B. Windows color (decimal): -1827533 or 3349988. OLE color: 3349988.
HSL color Cylindrical-coordinate representation of color #E41D33: hue angle of 353.37º 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 #E41D33 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 51 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.11 |
| HSL | 353.37º | 0.79% | 0.5% | - |
| HSV(B) | 353.37º | 0.87% | 0.89% | - |
| XYZ | 33.03 | 17.61 | 4.79 | - |
| YUV | 91.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 51 | 0 | 0.87 | 0.78 | 0.11 | 353.37 | 0.79 | 0.5 |
| Hex | E4 | 1D | 33 | 0 | 57 | 4E | B | 161 | 4F | 32 |
| Octal | 344 | 35 | 63 | 0 | 127 | 116 | 13 | 541 | 117 | 62 |
| Binary | 11100100 | 11101 | 110011 | 0 | 1010111 | 1001110 | 1011 | 101100001 | 1001111 | 110010 |
Color Harmonies of #E41D33
Complementary color
Monochromatic Colors of #E41D33
Black with #E41D33
Text Example
Text Example
White with #E41D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D33; }
p { color: rgb(228,29,51); }
H1.HeaderClassName
{
color: #E41D33;
}
.AnyTagClassName
{
color: #E41D33;
}
</style>
background-color css
<style>
a { background-color: #E41D33; }
a { background-color: rgb(228,29,51); }
div.DivClassName
{
background-color: #E41D33;
}
.BgClassName
{
background-color: #E41D33;
}
</style>
border-color css
<style>
span { border-color: #E41D33; }
span { border-color: rgb(228,29,51); }
td.TdClassName
{
border-color: #E41D33;
}
.TagClassName
{
border-color: #E41D33;
}
</style>