Shades of Alizarin #E13941
Tints of Alizarin #E13941
RGB
CMYK
RGB Variations
Color information
#E13941 (or 0xE13941) is known color: Alizarin. HEX triplet: E1, 39 and 41. RGB value is (225,57,65). Sum of RGB (Red+Green+Blue) = 225+57+65=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E13941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13941 is #1EC6BE. Grayscale: #6C6C6C. Windows color (decimal): -2016959 or 4274657. OLE color: 4274657.
HSL color Cylindrical-coordinate representation of color #E13941: hue angle of 357.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13941 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 65 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.12 |
| HSL | 357.14º | 0.74% | 0.55% | - |
| HSV(B) | 357.14º | 0.75% | 0.88% | - |
| XYZ | 33.47 | 19.32 | 6.97 | - |
| YUV | 108.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 65 | 0 | 0.75 | 0.71 | 0.12 | 357.14 | 0.74 | 0.55 |
| Hex | E1 | 39 | 41 | 0 | 4B | 47 | C | 165 | 4A | 37 |
| Octal | 341 | 71 | 101 | 0 | 113 | 107 | 14 | 545 | 112 | 67 |
| Binary | 11100001 | 111001 | 1000001 | 0 | 1001011 | 1000111 | 1100 | 101100101 | 1001010 | 110111 |
Color Harmonies of #E13941
Complementary color
Monochromatic Colors of #E13941
Black with #E13941
Text Example
Text Example
White with #E13941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13941; }
p { color: rgb(225,57,65); }
H1.HeaderClassName
{
color: #E13941;
}
.AnyTagClassName
{
color: #E13941;
}
</style>
background-color css
<style>
a { background-color: #E13941; }
a { background-color: rgb(225,57,65); }
div.DivClassName
{
background-color: #E13941;
}
.BgClassName
{
background-color: #E13941;
}
</style>
border-color css
<style>
span { border-color: #E13941; }
span { border-color: rgb(225,57,65); }
td.TdClassName
{
border-color: #E13941;
}
.TagClassName
{
border-color: #E13941;
}
</style>