Shades of Alizarin #E62831
Tints of Alizarin #E62831
RGB
CMYK
RGB Variations
Color information
#E62831 (or 0xE62831) is known color: Alizarin. HEX triplet: E6, 28 and 31. RGB value is (230,40,49). Sum of RGB (Red+Green+Blue) = 230+40+49=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E62831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62831 is #19D7CE. Grayscale: #616161. Windows color (decimal): -1693647 or 3221734. OLE color: 3221734.
HSL color Cylindrical-coordinate representation of color #E62831: hue angle of 357.16º 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 #E62831 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 49 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.10 |
| HSL | 357.16º | 0.79% | 0.53% | - |
| HSV(B) | 357.16º | 0.83% | 0.9% | - |
| XYZ | 33.95 | 18.56 | 4.7 | - |
| YUV | 97.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 49 | 0 | 0.83 | 0.79 | 0.10 | 357.16 | 0.79 | 0.53 |
| Hex | E6 | 28 | 31 | 0 | 53 | 4F | A | 165 | 4F | 35 |
| Octal | 346 | 50 | 61 | 0 | 123 | 117 | 12 | 545 | 117 | 65 |
| Binary | 11100110 | 101000 | 110001 | 0 | 1010011 | 1001111 | 1010 | 101100101 | 1001111 | 110101 |
Color Harmonies of #E62831
Complementary color
Monochromatic Colors of #E62831
Black with #E62831
Text Example
Text Example
White with #E62831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62831; }
p { color: rgb(230,40,49); }
H1.HeaderClassName
{
color: #E62831;
}
.AnyTagClassName
{
color: #E62831;
}
</style>
background-color css
<style>
a { background-color: #E62831; }
a { background-color: rgb(230,40,49); }
div.DivClassName
{
background-color: #E62831;
}
.BgClassName
{
background-color: #E62831;
}
</style>
border-color css
<style>
span { border-color: #E62831; }
span { border-color: rgb(230,40,49); }
td.TdClassName
{
border-color: #E62831;
}
.TagClassName
{
border-color: #E62831;
}
</style>