Shades of Alizarin #E62628
Tints of Alizarin #E62628
RGB
CMYK
RGB Variations
Color information
#E62628 (or 0xE62628) is known color: Alizarin. HEX triplet: E6, 26 and 28. RGB value is (230,38,40). Sum of RGB (Red+Green+Blue) = 230+38+40=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E62628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62628 is #19D9D7. Grayscale: #5F5F5F. Windows color (decimal): -1694168 or 2631398. OLE color: 2631398.
HSL color Cylindrical-coordinate representation of color #E62628: hue angle of 359.38º degrees, saturation: 0.79, 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 #E62628 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 40 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.10 |
| HSL | 359.38º | 0.79% | 0.53% | - |
| HSV(B) | 359.38º | 0.83% | 0.9% | - |
| XYZ | 33.71 | 18.36 | 3.78 | - |
| YUV | 95.64 | 96.61 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 40 | 0 | 0.83 | 0.83 | 0.10 | 359.38 | 0.79 | 0.53 |
| Hex | E6 | 26 | 28 | 0 | 53 | 53 | A | 167 | 4F | 35 |
| Octal | 346 | 46 | 50 | 0 | 123 | 123 | 12 | 547 | 117 | 65 |
| Binary | 11100110 | 100110 | 101000 | 0 | 1010011 | 1010011 | 1010 | 101100111 | 1001111 | 110101 |
Color Harmonies of #E62628
Complementary color
Monochromatic Colors of #E62628
Black with #E62628
Text Example
Text Example
White with #E62628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62628; }
p { color: rgb(230,38,40); }
H1.HeaderClassName
{
color: #E62628;
}
.AnyTagClassName
{
color: #E62628;
}
</style>
background-color css
<style>
a { background-color: #E62628; }
a { background-color: rgb(230,38,40); }
div.DivClassName
{
background-color: #E62628;
}
.BgClassName
{
background-color: #E62628;
}
</style>
border-color css
<style>
span { border-color: #E62628; }
span { border-color: rgb(230,38,40); }
td.TdClassName
{
border-color: #E62628;
}
.TagClassName
{
border-color: #E62628;
}
</style>