Shades of Alizarin #E62528
Tints of Alizarin #E62528
RGB
CMYK
RGB Variations
Color information
#E62528 (or 0xE62528) is known color: Alizarin. HEX triplet: E6, 25 and 28. RGB value is (230,37,40). Sum of RGB (Red+Green+Blue) = 230+37+40=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E62528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62528 is #19DAD7. Grayscale: #5F5F5F. Windows color (decimal): -1694424 or 2631142. OLE color: 2631142.
HSL color Cylindrical-coordinate representation of color #E62528: hue angle of 359.07º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62528 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 40 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.10 |
| HSL | 359.07º | 0.79% | 0.52% | - |
| HSV(B) | 359.07º | 0.84% | 0.9% | - |
| XYZ | 33.68 | 18.3 | 3.76 | - |
| YUV | 95.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 40 | 0 | 0.84 | 0.83 | 0.10 | 359.07 | 0.79 | 0.52 |
| Hex | E6 | 25 | 28 | 0 | 54 | 53 | A | 167 | 4F | 34 |
| Octal | 346 | 45 | 50 | 0 | 124 | 123 | 12 | 547 | 117 | 64 |
| Binary | 11100110 | 100101 | 101000 | 0 | 1010100 | 1010011 | 1010 | 101100111 | 1001111 | 110100 |
Color Harmonies of #E62528
Complementary color
Monochromatic Colors of #E62528
Black with #E62528
Text Example
Text Example
White with #E62528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62528; }
p { color: rgb(230,37,40); }
H1.HeaderClassName
{
color: #E62528;
}
.AnyTagClassName
{
color: #E62528;
}
</style>
background-color css
<style>
a { background-color: #E62528; }
a { background-color: rgb(230,37,40); }
div.DivClassName
{
background-color: #E62528;
}
.BgClassName
{
background-color: #E62528;
}
</style>
border-color css
<style>
span { border-color: #E62528; }
span { border-color: rgb(230,37,40); }
td.TdClassName
{
border-color: #E62528;
}
.TagClassName
{
border-color: #E62528;
}
</style>