Shades of Alizarin #E5283D
Tints of Alizarin #E5283D
RGB
CMYK
RGB Variations
Color information
#E5283D (or 0xE5283D) is known color: Alizarin. HEX triplet: E5, 28 and 3D. RGB value is (229,40,61). Sum of RGB (Red+Green+Blue) = 229+40+61=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5283D is #1AD7C2. Grayscale: #636363. Windows color (decimal): -1759171 or 4008165. OLE color: 4008165.
HSL color Cylindrical-coordinate representation of color #E5283D: hue angle of 353.33º 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 #E5283D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 61 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.10 |
| HSL | 353.33º | 0.78% | 0.53% | - |
| HSV(B) | 353.33º | 0.83% | 0.9% | - |
| XYZ | 33.91 | 18.51 | 6.2 | - |
| YUV | 98.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 61 | 0 | 0.83 | 0.73 | 0.10 | 353.33 | 0.78 | 0.53 |
| Hex | E5 | 28 | 3D | 0 | 53 | 49 | A | 161 | 4E | 35 |
| Octal | 345 | 50 | 75 | 0 | 123 | 111 | 12 | 541 | 116 | 65 |
| Binary | 11100101 | 101000 | 111101 | 0 | 1010011 | 1001001 | 1010 | 101100001 | 1001110 | 110101 |
Color Harmonies of #E5283D
Complementary color
Monochromatic Colors of #E5283D
Black with #E5283D
Text Example
Text Example
White with #E5283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5283D; }
p { color: rgb(229,40,61); }
H1.HeaderClassName
{
color: #E5283D;
}
.AnyTagClassName
{
color: #E5283D;
}
</style>
background-color css
<style>
a { background-color: #E5283D; }
a { background-color: rgb(229,40,61); }
div.DivClassName
{
background-color: #E5283D;
}
.BgClassName
{
background-color: #E5283D;
}
</style>
border-color css
<style>
span { border-color: #E5283D; }
span { border-color: rgb(229,40,61); }
td.TdClassName
{
border-color: #E5283D;
}
.TagClassName
{
border-color: #E5283D;
}
</style>