Shades of Alizarin #E4253B
Tints of Alizarin #E4253B
RGB
CMYK
RGB Variations
Color information
#E4253B (or 0xE4253B) is known color: Alizarin. HEX triplet: E4, 25 and 3B. RGB value is (228,37,59). Sum of RGB (Red+Green+Blue) = 228+37+59=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4253B is #1BDAC4. Grayscale: #606060. Windows color (decimal): -1825477 or 3876324. OLE color: 3876324.
HSL color Cylindrical-coordinate representation of color #E4253B: hue angle of 353.09º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4253B is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.11 |
| HSL | 353.09º | 0.78% | 0.52% | - |
| HSV(B) | 353.09º | 0.84% | 0.89% | - |
| XYZ | 33.45 | 18.13 | 5.87 | - |
| YUV | 96.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 59 | 0 | 0.84 | 0.74 | 0.11 | 353.09 | 0.78 | 0.52 |
| Hex | E4 | 25 | 3B | 0 | 54 | 4A | B | 161 | 4E | 34 |
| Octal | 344 | 45 | 73 | 0 | 124 | 112 | 13 | 541 | 116 | 64 |
| Binary | 11100100 | 100101 | 111011 | 0 | 1010100 | 1001010 | 1011 | 101100001 | 1001110 | 110100 |
Color Harmonies of #E4253B
Complementary color
Monochromatic Colors of #E4253B
Black with #E4253B
Text Example
Text Example
White with #E4253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4253B; }
p { color: rgb(228,37,59); }
H1.HeaderClassName
{
color: #E4253B;
}
.AnyTagClassName
{
color: #E4253B;
}
</style>
background-color css
<style>
a { background-color: #E4253B; }
a { background-color: rgb(228,37,59); }
div.DivClassName
{
background-color: #E4253B;
}
.BgClassName
{
background-color: #E4253B;
}
</style>
border-color css
<style>
span { border-color: #E4253B; }
span { border-color: rgb(228,37,59); }
td.TdClassName
{
border-color: #E4253B;
}
.TagClassName
{
border-color: #E4253B;
}
</style>