Shades of Alizarin #E1283B
Tints of Alizarin #E1283B
RGB
CMYK
RGB Variations
Color information
#E1283B (or 0xE1283B) is known color: Alizarin. HEX triplet: E1, 28 and 3B. RGB value is (225,40,59). Sum of RGB (Red+Green+Blue) = 225+40+59=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1283B is #1ED7C4. Grayscale: #616161. Windows color (decimal): -2021317 or 3877089. OLE color: 3877089.
HSL color Cylindrical-coordinate representation of color #E1283B: hue angle of 353.84º 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 #E1283B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 59 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.12 |
| HSL | 353.84º | 0.76% | 0.52% | - |
| HSV(B) | 353.84º | 0.82% | 0.88% | - |
| XYZ | 32.6 | 17.84 | 5.86 | - |
| YUV | 97.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 59 | 0 | 0.82 | 0.74 | 0.12 | 353.84 | 0.76 | 0.52 |
| Hex | E1 | 28 | 3B | 0 | 52 | 4A | C | 162 | 4C | 34 |
| Octal | 341 | 50 | 73 | 0 | 122 | 112 | 14 | 542 | 114 | 64 |
| Binary | 11100001 | 101000 | 111011 | 0 | 1010010 | 1001010 | 1100 | 101100010 | 1001100 | 110100 |
Color Harmonies of #E1283B
Complementary color
Monochromatic Colors of #E1283B
Black with #E1283B
Text Example
Text Example
White with #E1283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1283B; }
p { color: rgb(225,40,59); }
H1.HeaderClassName
{
color: #E1283B;
}
.AnyTagClassName
{
color: #E1283B;
}
</style>
background-color css
<style>
a { background-color: #E1283B; }
a { background-color: rgb(225,40,59); }
div.DivClassName
{
background-color: #E1283B;
}
.BgClassName
{
background-color: #E1283B;
}
</style>
border-color css
<style>
span { border-color: #E1283B; }
span { border-color: rgb(225,40,59); }
td.TdClassName
{
border-color: #E1283B;
}
.TagClassName
{
border-color: #E1283B;
}
</style>