Shades of Alizarin #E1282B
Tints of Alizarin #E1282B
RGB
CMYK
RGB Variations
Color information
#E1282B (or 0xE1282B) is known color: Alizarin. HEX triplet: E1, 28 and 2B. RGB value is (225,40,43). Sum of RGB (Red+Green+Blue) = 225+40+43=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1282B is #1ED7D4. Grayscale: #5F5F5F. Windows color (decimal): -2021333 or 2828513. OLE color: 2828513.
HSL color Cylindrical-coordinate representation of color #E1282B: hue angle of 359.03º 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 #E1282B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 43 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.12 |
| HSL | 359.03º | 0.76% | 0.52% | - |
| HSV(B) | 359.03º | 0.82% | 0.88% | - |
| XYZ | 32.25 | 17.7 | 4 | - |
| YUV | 95.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 43 | 0 | 0.82 | 0.81 | 0.12 | 359.03 | 0.76 | 0.52 |
| Hex | E1 | 28 | 2B | 0 | 52 | 51 | C | 167 | 4C | 34 |
| Octal | 341 | 50 | 53 | 0 | 122 | 121 | 14 | 547 | 114 | 64 |
| Binary | 11100001 | 101000 | 101011 | 0 | 1010010 | 1010001 | 1100 | 101100111 | 1001100 | 110100 |
Color Harmonies of #E1282B
Complementary color
Monochromatic Colors of #E1282B
Black with #E1282B
Text Example
Text Example
White with #E1282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1282B; }
p { color: rgb(225,40,43); }
H1.HeaderClassName
{
color: #E1282B;
}
.AnyTagClassName
{
color: #E1282B;
}
</style>
background-color css
<style>
a { background-color: #E1282B; }
a { background-color: rgb(225,40,43); }
div.DivClassName
{
background-color: #E1282B;
}
.BgClassName
{
background-color: #E1282B;
}
</style>
border-color css
<style>
span { border-color: #E1282B; }
span { border-color: rgb(225,40,43); }
td.TdClassName
{
border-color: #E1282B;
}
.TagClassName
{
border-color: #E1282B;
}
</style>