Shades of Alizarin #E42B41
Tints of Alizarin #E42B41
RGB
CMYK
RGB Variations
Color information
#E42B41 (or 0xE42B41) is known color: Alizarin. HEX triplet: E4, 2B and 41. RGB value is (228,43,65). Sum of RGB (Red+Green+Blue) = 228+43+65=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B41 is #1BD4BE. Grayscale: #646464. Windows color (decimal): -1823935 or 4271076. OLE color: 4271076.
HSL color Cylindrical-coordinate representation of color #E42B41: hue angle of 352.86º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42B41 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 65 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.11 |
| HSL | 352.86º | 0.77% | 0.53% | - |
| HSV(B) | 352.86º | 0.81% | 0.89% | - |
| XYZ | 33.81 | 18.6 | 6.81 | - |
| YUV | 100.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 65 | 0 | 0.81 | 0.71 | 0.11 | 352.86 | 0.77 | 0.53 |
| Hex | E4 | 2B | 41 | 0 | 51 | 47 | B | 161 | 4D | 35 |
| Octal | 344 | 53 | 101 | 0 | 121 | 107 | 13 | 541 | 115 | 65 |
| Binary | 11100100 | 101011 | 1000001 | 0 | 1010001 | 1000111 | 1011 | 101100001 | 1001101 | 110101 |
Color Harmonies of #E42B41
Complementary color
Monochromatic Colors of #E42B41
Black with #E42B41
Text Example
Text Example
White with #E42B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B41; }
p { color: rgb(228,43,65); }
H1.HeaderClassName
{
color: #E42B41;
}
.AnyTagClassName
{
color: #E42B41;
}
</style>
background-color css
<style>
a { background-color: #E42B41; }
a { background-color: rgb(228,43,65); }
div.DivClassName
{
background-color: #E42B41;
}
.BgClassName
{
background-color: #E42B41;
}
</style>
border-color css
<style>
span { border-color: #E42B41; }
span { border-color: rgb(228,43,65); }
td.TdClassName
{
border-color: #E42B41;
}
.TagClassName
{
border-color: #E42B41;
}
</style>