Shades of Alizarin #E63442
Tints of Alizarin #E63442
RGB
CMYK
RGB Variations
Color information
#E63442 (or 0xE63442) is known color: Alizarin. HEX triplet: E6, 34 and 42. RGB value is (230,52,66). Sum of RGB (Red+Green+Blue) = 230+52+66=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E63442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63442 is #19CBBD. Grayscale: #6A6A6A. Windows color (decimal): -1690558 or 4338918. OLE color: 4338918.
HSL color Cylindrical-coordinate representation of color #E63442: hue angle of 355.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63442 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 66 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.10 |
| HSL | 355.28º | 0.78% | 0.55% | - |
| HSV(B) | 355.28º | 0.77% | 0.9% | - |
| XYZ | 34.84 | 19.67 | 7.11 | - |
| YUV | 106.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 66 | 0 | 0.77 | 0.71 | 0.10 | 355.28 | 0.78 | 0.55 |
| Hex | E6 | 34 | 42 | 0 | 4D | 47 | A | 163 | 4E | 37 |
| Octal | 346 | 64 | 102 | 0 | 115 | 107 | 12 | 543 | 116 | 67 |
| Binary | 11100110 | 110100 | 1000010 | 0 | 1001101 | 1000111 | 1010 | 101100011 | 1001110 | 110111 |
Color Harmonies of #E63442
Complementary color
Monochromatic Colors of #E63442
Black with #E63442
Text Example
Text Example
White with #E63442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63442; }
p { color: rgb(230,52,66); }
H1.HeaderClassName
{
color: #E63442;
}
.AnyTagClassName
{
color: #E63442;
}
</style>
background-color css
<style>
a { background-color: #E63442; }
a { background-color: rgb(230,52,66); }
div.DivClassName
{
background-color: #E63442;
}
.BgClassName
{
background-color: #E63442;
}
</style>
border-color css
<style>
span { border-color: #E63442; }
span { border-color: rgb(230,52,66); }
td.TdClassName
{
border-color: #E63442;
}
.TagClassName
{
border-color: #E63442;
}
</style>