Shades of Alizarin #E1283D
Tints of Alizarin #E1283D
RGB
CMYK
RGB Variations
Color information
#E1283D (or 0xE1283D) is known color: Alizarin. HEX triplet: E1, 28 and 3D. RGB value is (225,40,61). Sum of RGB (Red+Green+Blue) = 225+40+61=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1283D is #1ED7C2. Grayscale: #616161. Windows color (decimal): -2021315 or 4008161. OLE color: 4008161.
HSL color Cylindrical-coordinate representation of color #E1283D: hue angle of 353.19º 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 #E1283D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 61 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.12 |
| HSL | 353.19º | 0.76% | 0.52% | - |
| HSV(B) | 353.19º | 0.82% | 0.88% | - |
| XYZ | 32.65 | 17.86 | 6.14 | - |
| YUV | 97.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 61 | 0 | 0.82 | 0.73 | 0.12 | 353.19 | 0.76 | 0.52 |
| Hex | E1 | 28 | 3D | 0 | 52 | 49 | C | 161 | 4C | 34 |
| Octal | 341 | 50 | 75 | 0 | 122 | 111 | 14 | 541 | 114 | 64 |
| Binary | 11100001 | 101000 | 111101 | 0 | 1010010 | 1001001 | 1100 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E1283D
Complementary color
Monochromatic Colors of #E1283D
Black with #E1283D
Text Example
Text Example
White with #E1283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1283D; }
p { color: rgb(225,40,61); }
H1.HeaderClassName
{
color: #E1283D;
}
.AnyTagClassName
{
color: #E1283D;
}
</style>
background-color css
<style>
a { background-color: #E1283D; }
a { background-color: rgb(225,40,61); }
div.DivClassName
{
background-color: #E1283D;
}
.BgClassName
{
background-color: #E1283D;
}
</style>
border-color css
<style>
span { border-color: #E1283D; }
span { border-color: rgb(225,40,61); }
td.TdClassName
{
border-color: #E1283D;
}
.TagClassName
{
border-color: #E1283D;
}
</style>