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