Shades of Alizarin #E1262B
Tints of Alizarin #E1262B
RGB
CMYK
RGB Variations
Color information
#E1262B (or 0xE1262B) is known color: Alizarin. HEX triplet: E1, 26 and 2B. RGB value is (225,38,43). Sum of RGB (Red+Green+Blue) = 225+38+43=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1262B is #1ED9D4. Grayscale: #5E5E5E. Windows color (decimal): -2021845 or 2828001. OLE color: 2828001.
HSL color Cylindrical-coordinate representation of color #E1262B: hue angle of 358.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1262B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 43 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.12 |
| HSL | 358.4º | 0.76% | 0.52% | - |
| HSV(B) | 358.4º | 0.83% | 0.88% | - |
| XYZ | 32.18 | 17.57 | 3.98 | - |
| YUV | 94.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 43 | 0 | 0.83 | 0.81 | 0.12 | 358.4 | 0.76 | 0.52 |
| Hex | E1 | 26 | 2B | 0 | 53 | 51 | C | 166 | 4C | 34 |
| Octal | 341 | 46 | 53 | 0 | 123 | 121 | 14 | 546 | 114 | 64 |
| Binary | 11100001 | 100110 | 101011 | 0 | 1010011 | 1010001 | 1100 | 101100110 | 1001100 | 110100 |
Color Harmonies of #E1262B
Complementary color
Monochromatic Colors of #E1262B
Black with #E1262B
Text Example
Text Example
White with #E1262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1262B; }
p { color: rgb(225,38,43); }
H1.HeaderClassName
{
color: #E1262B;
}
.AnyTagClassName
{
color: #E1262B;
}
</style>
background-color css
<style>
a { background-color: #E1262B; }
a { background-color: rgb(225,38,43); }
div.DivClassName
{
background-color: #E1262B;
}
.BgClassName
{
background-color: #E1262B;
}
</style>
border-color css
<style>
span { border-color: #E1262B; }
span { border-color: rgb(225,38,43); }
td.TdClassName
{
border-color: #E1262B;
}
.TagClassName
{
border-color: #E1262B;
}
</style>