Shades of Alizarin #E1263E
Tints of Alizarin #E1263E
RGB
CMYK
RGB Variations
Color information
#E1263E (or 0xE1263E) is known color: Alizarin. HEX triplet: E1, 26 and 3E. RGB value is (225,38,62). Sum of RGB (Red+Green+Blue) = 225+38+62=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1263E is #1ED9C1. Grayscale: #606060. Windows color (decimal): -2021826 or 4073185. OLE color: 4073185.
HSL color Cylindrical-coordinate representation of color #E1263E: hue angle of 352.3º 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 #E1263E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 62 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.12 |
| HSL | 352.3º | 0.76% | 0.52% | - |
| HSV(B) | 352.3º | 0.83% | 0.88% | - |
| XYZ | 32.61 | 17.74 | 6.26 | - |
| YUV | 96.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 62 | 0 | 0.83 | 0.72 | 0.12 | 352.3 | 0.76 | 0.52 |
| Hex | E1 | 26 | 3E | 0 | 53 | 48 | C | 160 | 4C | 34 |
| Octal | 341 | 46 | 76 | 0 | 123 | 110 | 14 | 540 | 114 | 64 |
| Binary | 11100001 | 100110 | 111110 | 0 | 1010011 | 1001000 | 1100 | 101100000 | 1001100 | 110100 |
Color Harmonies of #E1263E
Complementary color
Monochromatic Colors of #E1263E
Black with #E1263E
Text Example
Text Example
White with #E1263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1263E; }
p { color: rgb(225,38,62); }
H1.HeaderClassName
{
color: #E1263E;
}
.AnyTagClassName
{
color: #E1263E;
}
</style>
background-color css
<style>
a { background-color: #E1263E; }
a { background-color: rgb(225,38,62); }
div.DivClassName
{
background-color: #E1263E;
}
.BgClassName
{
background-color: #E1263E;
}
</style>
border-color css
<style>
span { border-color: #E1263E; }
span { border-color: rgb(225,38,62); }
td.TdClassName
{
border-color: #E1263E;
}
.TagClassName
{
border-color: #E1263E;
}
</style>