Shades of Alizarin #E1243B
Tints of Alizarin #E1243B
RGB
CMYK
RGB Variations
Color information
#E1243B (or 0xE1243B) is known color: Alizarin. HEX triplet: E1, 24 and 3B. RGB value is (225,36,59). Sum of RGB (Red+Green+Blue) = 225+36+59=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1243B is #1EDBC4. Grayscale: #5F5F5F. Windows color (decimal): -2022341 or 3876065. OLE color: 3876065.
HSL color Cylindrical-coordinate representation of color #E1243B: hue angle of 352.7º 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 #E1243B is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 59 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.12 |
| HSL | 352.7º | 0.76% | 0.51% | - |
| HSV(B) | 352.7º | 0.84% | 0.88% | - |
| XYZ | 32.47 | 17.59 | 5.82 | - |
| YUV | 95.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 59 | 0 | 0.84 | 0.74 | 0.12 | 352.7 | 0.76 | 0.51 |
| Hex | E1 | 24 | 3B | 0 | 54 | 4A | C | 161 | 4C | 33 |
| Octal | 341 | 44 | 73 | 0 | 124 | 112 | 14 | 541 | 114 | 63 |
| Binary | 11100001 | 100100 | 111011 | 0 | 1010100 | 1001010 | 1100 | 101100001 | 1001100 | 110011 |
Color Harmonies of #E1243B
Complementary color
Monochromatic Colors of #E1243B
Black with #E1243B
Text Example
Text Example
White with #E1243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1243B; }
p { color: rgb(225,36,59); }
H1.HeaderClassName
{
color: #E1243B;
}
.AnyTagClassName
{
color: #E1243B;
}
</style>
background-color css
<style>
a { background-color: #E1243B; }
a { background-color: rgb(225,36,59); }
div.DivClassName
{
background-color: #E1243B;
}
.BgClassName
{
background-color: #E1243B;
}
</style>
border-color css
<style>
span { border-color: #E1243B; }
span { border-color: rgb(225,36,59); }
td.TdClassName
{
border-color: #E1243B;
}
.TagClassName
{
border-color: #E1243B;
}
</style>