Shades of Alizarin #E62442
Tints of Alizarin #E62442
RGB
CMYK
RGB Variations
Color information
#E62442 (or 0xE62442) is known color: Alizarin. HEX triplet: E6, 24 and 42. RGB value is (230,36,66). Sum of RGB (Red+Green+Blue) = 230+36+66=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E62442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62442 is #19DBBD. Grayscale: #616161. Windows color (decimal): -1694654 or 4334822. OLE color: 4334822.
HSL color Cylindrical-coordinate representation of color #E62442: hue angle of 350.72º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62442 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 66 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.10 |
| HSL | 350.72º | 0.8% | 0.52% | - |
| HSV(B) | 350.72º | 0.84% | 0.9% | - |
| XYZ | 34.25 | 18.48 | 6.92 | - |
| YUV | 97.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 66 | 0 | 0.84 | 0.71 | 0.10 | 350.72 | 0.8 | 0.52 |
| Hex | E6 | 24 | 42 | 0 | 54 | 47 | A | 15F | 50 | 34 |
| Octal | 346 | 44 | 102 | 0 | 124 | 107 | 12 | 537 | 120 | 64 |
| Binary | 11100110 | 100100 | 1000010 | 0 | 1010100 | 1000111 | 1010 | 101011111 | 1010000 | 110100 |
Color Harmonies of #E62442
Complementary color
Monochromatic Colors of #E62442
Black with #E62442
Text Example
Text Example
White with #E62442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62442; }
p { color: rgb(230,36,66); }
H1.HeaderClassName
{
color: #E62442;
}
.AnyTagClassName
{
color: #E62442;
}
</style>
background-color css
<style>
a { background-color: #E62442; }
a { background-color: rgb(230,36,66); }
div.DivClassName
{
background-color: #E62442;
}
.BgClassName
{
background-color: #E62442;
}
</style>
border-color css
<style>
span { border-color: #E62442; }
span { border-color: rgb(230,36,66); }
td.TdClassName
{
border-color: #E62442;
}
.TagClassName
{
border-color: #E62442;
}
</style>