Shades of Alizarin #E1232F
Tints of Alizarin #E1232F
RGB
CMYK
RGB Variations
Color information
#E1232F (or 0xE1232F) is known color: Alizarin. HEX triplet: E1, 23 and 2F. RGB value is (225,35,47). Sum of RGB (Red+Green+Blue) = 225+35+47=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1232F is #1EDCD0. Grayscale: #5D5D5D. Windows color (decimal): -2022609 or 3089377. OLE color: 3089377.
HSL color Cylindrical-coordinate representation of color #E1232F: hue angle of 356.21º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1232F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.12 |
| HSL | 356.21º | 0.76% | 0.51% | - |
| HSV(B) | 356.21º | 0.84% | 0.88% | - |
| XYZ | 32.17 | 17.41 | 4.36 | - |
| YUV | 93.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 47 | 0 | 0.84 | 0.79 | 0.12 | 356.21 | 0.76 | 0.51 |
| Hex | E1 | 23 | 2F | 0 | 54 | 4F | C | 164 | 4C | 33 |
| Octal | 341 | 43 | 57 | 0 | 124 | 117 | 14 | 544 | 114 | 63 |
| Binary | 11100001 | 100011 | 101111 | 0 | 1010100 | 1001111 | 1100 | 101100100 | 1001100 | 110011 |
Color Harmonies of #E1232F
Complementary color
Monochromatic Colors of #E1232F
Black with #E1232F
Text Example
Text Example
White with #E1232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1232F; }
p { color: rgb(225,35,47); }
H1.HeaderClassName
{
color: #E1232F;
}
.AnyTagClassName
{
color: #E1232F;
}
</style>
background-color css
<style>
a { background-color: #E1232F; }
a { background-color: rgb(225,35,47); }
div.DivClassName
{
background-color: #E1232F;
}
.BgClassName
{
background-color: #E1232F;
}
</style>
border-color css
<style>
span { border-color: #E1232F; }
span { border-color: rgb(225,35,47); }
td.TdClassName
{
border-color: #E1232F;
}
.TagClassName
{
border-color: #E1232F;
}
</style>