Shades of Alizarin #E62632
Tints of Alizarin #E62632
RGB
CMYK
RGB Variations
Color information
#E62632 (or 0xE62632) is known color: Alizarin. HEX triplet: E6, 26 and 32. RGB value is (230,38,50). Sum of RGB (Red+Green+Blue) = 230+38+50=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E62632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62632 is #19D9CD. Grayscale: #606060. Windows color (decimal): -1694158 or 3286758. OLE color: 3286758.
HSL color Cylindrical-coordinate representation of color #E62632: hue angle of 356.25º 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 #E62632 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.10 |
| HSL | 356.25º | 0.79% | 0.53% | - |
| HSV(B) | 356.25º | 0.83% | 0.9% | - |
| XYZ | 33.9 | 18.44 | 4.79 | - |
| YUV | 96.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 50 | 0 | 0.83 | 0.78 | 0.10 | 356.25 | 0.79 | 0.53 |
| Hex | E6 | 26 | 32 | 0 | 53 | 4E | A | 164 | 4F | 35 |
| Octal | 346 | 46 | 62 | 0 | 123 | 116 | 12 | 544 | 117 | 65 |
| Binary | 11100110 | 100110 | 110010 | 0 | 1010011 | 1001110 | 1010 | 101100100 | 1001111 | 110101 |
Color Harmonies of #E62632
Complementary color
Monochromatic Colors of #E62632
Black with #E62632
Text Example
Text Example
White with #E62632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62632; }
p { color: rgb(230,38,50); }
H1.HeaderClassName
{
color: #E62632;
}
.AnyTagClassName
{
color: #E62632;
}
</style>
background-color css
<style>
a { background-color: #E62632; }
a { background-color: rgb(230,38,50); }
div.DivClassName
{
background-color: #E62632;
}
.BgClassName
{
background-color: #E62632;
}
</style>
border-color css
<style>
span { border-color: #E62632; }
span { border-color: rgb(230,38,50); }
td.TdClassName
{
border-color: #E62632;
}
.TagClassName
{
border-color: #E62632;
}
</style>