Shades of Alizarin #E13437
Tints of Alizarin #E13437
RGB
CMYK
RGB Variations
Color information
#E13437 (or 0xE13437) is known color: Alizarin. HEX triplet: E1, 34 and 37. RGB value is (225,52,55). Sum of RGB (Red+Green+Blue) = 225+52+55=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E13437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13437 is #1ECBC8. Grayscale: #686868. Windows color (decimal): -2018249 or 3618017. OLE color: 3618017.
HSL color Cylindrical-coordinate representation of color #E13437: hue angle of 358.96º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13437 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 55 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.12 |
| HSL | 358.96º | 0.74% | 0.54% | - |
| HSV(B) | 358.96º | 0.77% | 0.88% | - |
| XYZ | 32.97 | 18.74 | 5.49 | - |
| YUV | 104.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 55 | 0 | 0.77 | 0.76 | 0.12 | 358.96 | 0.74 | 0.54 |
| Hex | E1 | 34 | 37 | 0 | 4D | 4C | C | 167 | 4A | 36 |
| Octal | 341 | 64 | 67 | 0 | 115 | 114 | 14 | 547 | 112 | 66 |
| Binary | 11100001 | 110100 | 110111 | 0 | 1001101 | 1001100 | 1100 | 101100111 | 1001010 | 110110 |
Color Harmonies of #E13437
Complementary color
Monochromatic Colors of #E13437
Black with #E13437
Text Example
Text Example
White with #E13437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13437; }
p { color: rgb(225,52,55); }
H1.HeaderClassName
{
color: #E13437;
}
.AnyTagClassName
{
color: #E13437;
}
</style>
background-color css
<style>
a { background-color: #E13437; }
a { background-color: rgb(225,52,55); }
div.DivClassName
{
background-color: #E13437;
}
.BgClassName
{
background-color: #E13437;
}
</style>
border-color css
<style>
span { border-color: #E13437; }
span { border-color: rgb(225,52,55); }
td.TdClassName
{
border-color: #E13437;
}
.TagClassName
{
border-color: #E13437;
}
</style>