Shades of Alizarin #E41F34
Tints of Alizarin #E41F34
RGB
CMYK
RGB Variations
Color information
#E41F34 (or 0xE41F34) is known color: Alizarin. HEX triplet: E4, 1F and 34. RGB value is (228,31,52). Sum of RGB (Red+Green+Blue) = 228+31+52=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F34 is #1BE0CB. Grayscale: #5C5C5C. Windows color (decimal): -1827020 or 3416036. OLE color: 3416036.
HSL color Cylindrical-coordinate representation of color #E41F34: hue angle of 353.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F34 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 52 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.11 |
| HSL | 353.6º | 0.78% | 0.51% | - |
| HSV(B) | 353.6º | 0.86% | 0.89% | - |
| XYZ | 33.1 | 17.72 | 4.92 | - |
| YUV | 92.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 52 | 0 | 0.86 | 0.77 | 0.11 | 353.6 | 0.78 | 0.51 |
| Hex | E4 | 1F | 34 | 0 | 56 | 4D | B | 162 | 4E | 33 |
| Octal | 344 | 37 | 64 | 0 | 126 | 115 | 13 | 542 | 116 | 63 |
| Binary | 11100100 | 11111 | 110100 | 0 | 1010110 | 1001101 | 1011 | 101100010 | 1001110 | 110011 |
Color Harmonies of #E41F34
Complementary color
Monochromatic Colors of #E41F34
Black with #E41F34
Text Example
Text Example
White with #E41F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F34; }
p { color: rgb(228,31,52); }
H1.HeaderClassName
{
color: #E41F34;
}
.AnyTagClassName
{
color: #E41F34;
}
</style>
background-color css
<style>
a { background-color: #E41F34; }
a { background-color: rgb(228,31,52); }
div.DivClassName
{
background-color: #E41F34;
}
.BgClassName
{
background-color: #E41F34;
}
</style>
border-color css
<style>
span { border-color: #E41F34; }
span { border-color: rgb(228,31,52); }
td.TdClassName
{
border-color: #E41F34;
}
.TagClassName
{
border-color: #E41F34;
}
</style>