Shades of Alizarin #E63242
Tints of Alizarin #E63242
RGB
CMYK
RGB Variations
Color information
#E63242 (or 0xE63242) is known color: Alizarin. HEX triplet: E6, 32 and 42. RGB value is (230,50,66). Sum of RGB (Red+Green+Blue) = 230+50+66=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E63242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63242 is #19CDBD. Grayscale: #696969. Windows color (decimal): -1691070 or 4338406. OLE color: 4338406.
HSL color Cylindrical-coordinate representation of color #E63242: hue angle of 354.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63242 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 66 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.10 |
| HSL | 354.67º | 0.78% | 0.55% | - |
| HSV(B) | 354.67º | 0.78% | 0.9% | - |
| XYZ | 34.76 | 19.5 | 7.09 | - |
| YUV | 105.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 66 | 0 | 0.78 | 0.71 | 0.10 | 354.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 42 | 0 | 4E | 47 | A | 163 | 4E | 37 |
| Octal | 346 | 62 | 102 | 0 | 116 | 107 | 12 | 543 | 116 | 67 |
| Binary | 11100110 | 110010 | 1000010 | 0 | 1001110 | 1000111 | 1010 | 101100011 | 1001110 | 110111 |
Color Harmonies of #E63242
Complementary color
Monochromatic Colors of #E63242
Black with #E63242
Text Example
Text Example
White with #E63242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63242; }
p { color: rgb(230,50,66); }
H1.HeaderClassName
{
color: #E63242;
}
.AnyTagClassName
{
color: #E63242;
}
</style>
background-color css
<style>
a { background-color: #E63242; }
a { background-color: rgb(230,50,66); }
div.DivClassName
{
background-color: #E63242;
}
.BgClassName
{
background-color: #E63242;
}
</style>
border-color css
<style>
span { border-color: #E63242; }
span { border-color: rgb(230,50,66); }
td.TdClassName
{
border-color: #E63242;
}
.TagClassName
{
border-color: #E63242;
}
</style>