Shades of Alizarin #E1263B
Tints of Alizarin #E1263B
RGB
CMYK
RGB Variations
Color information
#E1263B (or 0xE1263B) is known color: Alizarin. HEX triplet: E1, 26 and 3B. RGB value is (225,38,59). Sum of RGB (Red+Green+Blue) = 225+38+59=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1263B is #1ED9C4. Grayscale: #606060. Windows color (decimal): -2021829 or 3876577. OLE color: 3876577.
HSL color Cylindrical-coordinate representation of color #E1263B: hue angle of 353.26º 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 #E1263B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 59 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.12 |
| HSL | 353.26º | 0.76% | 0.52% | - |
| HSV(B) | 353.26º | 0.83% | 0.88% | - |
| XYZ | 32.53 | 17.71 | 5.84 | - |
| YUV | 96.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 59 | 0 | 0.83 | 0.74 | 0.12 | 353.26 | 0.76 | 0.52 |
| Hex | E1 | 26 | 3B | 0 | 53 | 4A | C | 161 | 4C | 34 |
| Octal | 341 | 46 | 73 | 0 | 123 | 112 | 14 | 541 | 114 | 64 |
| Binary | 11100001 | 100110 | 111011 | 0 | 1010011 | 1001010 | 1100 | 101100001 | 1001100 | 110100 |
Color Harmonies of #E1263B
Complementary color
Monochromatic Colors of #E1263B
Black with #E1263B
Text Example
Text Example
White with #E1263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1263B; }
p { color: rgb(225,38,59); }
H1.HeaderClassName
{
color: #E1263B;
}
.AnyTagClassName
{
color: #E1263B;
}
</style>
background-color css
<style>
a { background-color: #E1263B; }
a { background-color: rgb(225,38,59); }
div.DivClassName
{
background-color: #E1263B;
}
.BgClassName
{
background-color: #E1263B;
}
</style>
border-color css
<style>
span { border-color: #E1263B; }
span { border-color: rgb(225,38,59); }
td.TdClassName
{
border-color: #E1263B;
}
.TagClassName
{
border-color: #E1263B;
}
</style>