Shades of Alizarin #E4252B
Tints of Alizarin #E4252B
RGB
CMYK
RGB Variations
Color information
#E4252B (or 0xE4252B) is known color: Alizarin. HEX triplet: E4, 25 and 2B. RGB value is (228,37,43). Sum of RGB (Red+Green+Blue) = 228+37+43=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E4252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4252B is #1BDAD4. Grayscale: #5E5E5E. Windows color (decimal): -1825493 or 2827748. OLE color: 2827748.
HSL color Cylindrical-coordinate representation of color #E4252B: hue angle of 358.12º 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 #E4252B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 43 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.11 |
| HSL | 358.12º | 0.78% | 0.52% | - |
| HSV(B) | 358.12º | 0.84% | 0.89% | - |
| XYZ | 33.09 | 17.99 | 4.01 | - |
| YUV | 94.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 43 | 0 | 0.84 | 0.81 | 0.11 | 358.12 | 0.78 | 0.52 |
| Hex | E4 | 25 | 2B | 0 | 54 | 51 | B | 166 | 4E | 34 |
| Octal | 344 | 45 | 53 | 0 | 124 | 121 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100101 | 101011 | 0 | 1010100 | 1010001 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E4252B
Complementary color
Monochromatic Colors of #E4252B
Black with #E4252B
Text Example
Text Example
White with #E4252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4252B; }
p { color: rgb(228,37,43); }
H1.HeaderClassName
{
color: #E4252B;
}
.AnyTagClassName
{
color: #E4252B;
}
</style>
background-color css
<style>
a { background-color: #E4252B; }
a { background-color: rgb(228,37,43); }
div.DivClassName
{
background-color: #E4252B;
}
.BgClassName
{
background-color: #E4252B;
}
</style>
border-color css
<style>
span { border-color: #E4252B; }
span { border-color: rgb(228,37,43); }
td.TdClassName
{
border-color: #E4252B;
}
.TagClassName
{
border-color: #E4252B;
}
</style>