Shades of Alizarin #E41527
Tints of Alizarin #E41527
RGB
CMYK
RGB Variations
Color information
#E41527 (or 0xE41527) is known color: Alizarin. HEX triplet: E4, 15 and 27. RGB value is (228,21,39). Sum of RGB (Red+Green+Blue) = 228+21+39=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E41527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41527 is #1BEAD8. Grayscale: #555555. Windows color (decimal): -1829593 or 2561508. OLE color: 2561508.
HSL color Cylindrical-coordinate representation of color #E41527: hue angle of 354.78º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.11 |
| HSL | 354.78º | 0.83% | 0.49% | - |
| HSV(B) | 354.78º | 0.91% | 0.89% | - |
| XYZ | 32.63 | 17.18 | 3.52 | - |
| YUV | 84.95 | 102.08 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 39 | 0 | 0.91 | 0.83 | 0.11 | 354.78 | 0.83 | 0.49 |
| Hex | E4 | 15 | 27 | 0 | 5B | 53 | B | 163 | 53 | 31 |
| Octal | 344 | 25 | 47 | 0 | 133 | 123 | 13 | 543 | 123 | 61 |
| Binary | 11100100 | 10101 | 100111 | 0 | 1011011 | 1010011 | 1011 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E41527
Complementary color
Monochromatic Colors of #E41527
Black with #E41527
Text Example
Text Example
White with #E41527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41527; }
p { color: rgb(228,21,39); }
H1.HeaderClassName
{
color: #E41527;
}
.AnyTagClassName
{
color: #E41527;
}
</style>
background-color css
<style>
a { background-color: #E41527; }
a { background-color: rgb(228,21,39); }
div.DivClassName
{
background-color: #E41527;
}
.BgClassName
{
background-color: #E41527;
}
</style>
border-color css
<style>
span { border-color: #E41527; }
span { border-color: rgb(228,21,39); }
td.TdClassName
{
border-color: #E41527;
}
.TagClassName
{
border-color: #E41527;
}
</style>