Shades of Alizarin #E62931
Tints of Alizarin #E62931
RGB
CMYK
RGB Variations
Color information
#E62931 (or 0xE62931) is known color: Alizarin. HEX triplet: E6, 29 and 31. RGB value is (230,41,49). Sum of RGB (Red+Green+Blue) = 230+41+49=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E62931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62931 is #19D6CE. Grayscale: #626262. Windows color (decimal): -1693391 or 3221990. OLE color: 3221990.
HSL color Cylindrical-coordinate representation of color #E62931: hue angle of 357.46º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62931 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 49 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.10 |
| HSL | 357.46º | 0.79% | 0.53% | - |
| HSV(B) | 357.46º | 0.82% | 0.9% | - |
| XYZ | 33.98 | 18.63 | 4.71 | - |
| YUV | 98.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 49 | 0 | 0.82 | 0.79 | 0.10 | 357.46 | 0.79 | 0.53 |
| Hex | E6 | 29 | 31 | 0 | 52 | 4F | A | 165 | 4F | 35 |
| Octal | 346 | 51 | 61 | 0 | 122 | 117 | 12 | 545 | 117 | 65 |
| Binary | 11100110 | 101001 | 110001 | 0 | 1010010 | 1001111 | 1010 | 101100101 | 1001111 | 110101 |
Color Harmonies of #E62931
Complementary color
Monochromatic Colors of #E62931
Black with #E62931
Text Example
Text Example
White with #E62931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62931; }
p { color: rgb(230,41,49); }
H1.HeaderClassName
{
color: #E62931;
}
.AnyTagClassName
{
color: #E62931;
}
</style>
background-color css
<style>
a { background-color: #E62931; }
a { background-color: rgb(230,41,49); }
div.DivClassName
{
background-color: #E62931;
}
.BgClassName
{
background-color: #E62931;
}
</style>
border-color css
<style>
span { border-color: #E62931; }
span { border-color: rgb(230,41,49); }
td.TdClassName
{
border-color: #E62931;
}
.TagClassName
{
border-color: #E62931;
}
</style>