Shades of Alizarin #E1283A
Tints of Alizarin #E1283A
RGB
CMYK
RGB Variations
Color information
#E1283A (or 0xE1283A) is known color: Alizarin. HEX triplet: E1, 28 and 3A. RGB value is (225,40,58). Sum of RGB (Red+Green+Blue) = 225+40+58=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1283A is #1ED7C5. Grayscale: #616161. Windows color (decimal): -2021318 or 3811553. OLE color: 3811553.
HSL color Cylindrical-coordinate representation of color #E1283A: hue angle of 354.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1283A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.12 |
| HSL | 354.16º | 0.76% | 0.52% | - |
| HSV(B) | 354.16º | 0.82% | 0.88% | - |
| XYZ | 32.57 | 17.83 | 5.73 | - |
| YUV | 97.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 58 | 0 | 0.82 | 0.74 | 0.12 | 354.16 | 0.76 | 0.52 |
| Hex | E1 | 28 | 3A | 0 | 52 | 4A | C | 162 | 4C | 34 |
| Octal | 341 | 50 | 72 | 0 | 122 | 112 | 14 | 542 | 114 | 64 |
| Binary | 11100001 | 101000 | 111010 | 0 | 1010010 | 1001010 | 1100 | 101100010 | 1001100 | 110100 |
Color Harmonies of #E1283A
Complementary color
Monochromatic Colors of #E1283A
Black with #E1283A
Text Example
Text Example
White with #E1283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1283A; }
p { color: rgb(225,40,58); }
H1.HeaderClassName
{
color: #E1283A;
}
.AnyTagClassName
{
color: #E1283A;
}
</style>
background-color css
<style>
a { background-color: #E1283A; }
a { background-color: rgb(225,40,58); }
div.DivClassName
{
background-color: #E1283A;
}
.BgClassName
{
background-color: #E1283A;
}
</style>
border-color css
<style>
span { border-color: #E1283A; }
span { border-color: rgb(225,40,58); }
td.TdClassName
{
border-color: #E1283A;
}
.TagClassName
{
border-color: #E1283A;
}
</style>