Shades of Alizarin #E1262C
Tints of Alizarin #E1262C
RGB
CMYK
RGB Variations
Color information
#E1262C (or 0xE1262C) is known color: Alizarin. HEX triplet: E1, 26 and 2C. RGB value is (225,38,44). Sum of RGB (Red+Green+Blue) = 225+38+44=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1262C is #1ED9D3. Grayscale: #5E5E5E. Windows color (decimal): -2021844 or 2893537. OLE color: 2893537.
HSL color Cylindrical-coordinate representation of color #E1262C: hue angle of 358.07º 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 #E1262C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.12 |
| HSL | 358.07º | 0.76% | 0.52% | - |
| HSV(B) | 358.07º | 0.83% | 0.88% | - |
| XYZ | 32.2 | 17.58 | 4.08 | - |
| YUV | 94.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 44 | 0 | 0.83 | 0.80 | 0.12 | 358.07 | 0.76 | 0.52 |
| Hex | E1 | 26 | 2C | 0 | 53 | 50 | C | 166 | 4C | 34 |
| Octal | 341 | 46 | 54 | 0 | 123 | 120 | 14 | 546 | 114 | 64 |
| Binary | 11100001 | 100110 | 101100 | 0 | 1010011 | 1010000 | 1100 | 101100110 | 1001100 | 110100 |
Color Harmonies of #E1262C
Complementary color
Monochromatic Colors of #E1262C
Black with #E1262C
Text Example
Text Example
White with #E1262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1262C; }
p { color: rgb(225,38,44); }
H1.HeaderClassName
{
color: #E1262C;
}
.AnyTagClassName
{
color: #E1262C;
}
</style>
background-color css
<style>
a { background-color: #E1262C; }
a { background-color: rgb(225,38,44); }
div.DivClassName
{
background-color: #E1262C;
}
.BgClassName
{
background-color: #E1262C;
}
</style>
border-color css
<style>
span { border-color: #E1262C; }
span { border-color: rgb(225,38,44); }
td.TdClassName
{
border-color: #E1262C;
}
.TagClassName
{
border-color: #E1262C;
}
</style>