Shades of Alizarin #E1283E
Tints of Alizarin #E1283E
RGB
CMYK
RGB Variations
Color information
#E1283E (or 0xE1283E) is known color: Alizarin. HEX triplet: E1, 28 and 3E. RGB value is (225,40,62). Sum of RGB (Red+Green+Blue) = 225+40+62=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E1283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1283E is #1ED7C1. Grayscale: #616161. Windows color (decimal): -2021314 or 4073697. OLE color: 4073697.
HSL color Cylindrical-coordinate representation of color #E1283E: hue angle of 352.86º 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 #E1283E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.12 |
| HSL | 352.86º | 0.76% | 0.52% | - |
| HSV(B) | 352.86º | 0.82% | 0.88% | - |
| XYZ | 32.68 | 17.87 | 6.28 | - |
| YUV | 97.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 62 | 0 | 0.82 | 0.72 | 0.12 | 352.86 | 0.76 | 0.52 |
| Hex | E1 | 28 | 3E | 0 | 52 | 48 | C | 161 | 4C | 34 |
| Octal | 341 | 50 | 76 | 0 | 122 | 110 | 14 | 541 | 114 | 64 |
| Binary | 11100001 | 101000 | 111110 | 0 | 1010010 | 1001000 | 1100 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E1283E
Complementary color
Monochromatic Colors of #E1283E
Black with #E1283E
Text Example
Text Example
White with #E1283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1283E; }
p { color: rgb(225,40,62); }
H1.HeaderClassName
{
color: #E1283E;
}
.AnyTagClassName
{
color: #E1283E;
}
</style>
background-color css
<style>
a { background-color: #E1283E; }
a { background-color: rgb(225,40,62); }
div.DivClassName
{
background-color: #E1283E;
}
.BgClassName
{
background-color: #E1283E;
}
</style>
border-color css
<style>
span { border-color: #E1283E; }
span { border-color: rgb(225,40,62); }
td.TdClassName
{
border-color: #E1283E;
}
.TagClassName
{
border-color: #E1283E;
}
</style>