Shades of Alizarin #E5283F
Tints of Alizarin #E5283F
RGB
CMYK
RGB Variations
Color information
#E5283F (or 0xE5283F) is known color: Alizarin. HEX triplet: E5, 28 and 3F. RGB value is (229,40,63). Sum of RGB (Red+Green+Blue) = 229+40+63=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E5283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5283F is #1AD7C0. Grayscale: #636363. Windows color (decimal): -1759169 or 4139237. OLE color: 4139237.
HSL color Cylindrical-coordinate representation of color #E5283F: hue angle of 352.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5283F is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 63 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.10 |
| HSL | 352.7º | 0.78% | 0.53% | - |
| HSV(B) | 352.7º | 0.83% | 0.9% | - |
| XYZ | 33.97 | 18.53 | 6.49 | - |
| YUV | 99.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 63 | 0 | 0.83 | 0.72 | 0.10 | 352.7 | 0.78 | 0.53 |
| Hex | E5 | 28 | 3F | 0 | 53 | 48 | A | 161 | 4E | 35 |
| Octal | 345 | 50 | 77 | 0 | 123 | 110 | 12 | 541 | 116 | 65 |
| Binary | 11100101 | 101000 | 111111 | 0 | 1010011 | 1001000 | 1010 | 101100001 | 1001110 | 110101 |
Color Harmonies of #E5283F
Complementary color
Monochromatic Colors of #E5283F
Black with #E5283F
Text Example
Text Example
White with #E5283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5283F; }
p { color: rgb(229,40,63); }
H1.HeaderClassName
{
color: #E5283F;
}
.AnyTagClassName
{
color: #E5283F;
}
</style>
background-color css
<style>
a { background-color: #E5283F; }
a { background-color: rgb(229,40,63); }
div.DivClassName
{
background-color: #E5283F;
}
.BgClassName
{
background-color: #E5283F;
}
</style>
border-color css
<style>
span { border-color: #E5283F; }
span { border-color: rgb(229,40,63); }
td.TdClassName
{
border-color: #E5283F;
}
.TagClassName
{
border-color: #E5283F;
}
</style>