Shades of Alizarin #E63241
Tints of Alizarin #E63241
RGB
CMYK
RGB Variations
Color information
#E63241 (or 0xE63241) is known color: Alizarin. HEX triplet: E6, 32 and 41. RGB value is (230,50,65). Sum of RGB (Red+Green+Blue) = 230+50+65=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E63241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63241 is #19CDBE. Grayscale: #696969. Windows color (decimal): -1691071 or 4272870. OLE color: 4272870.
HSL color Cylindrical-coordinate representation of color #E63241: hue angle of 355º 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 #E63241 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 65 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.10 |
| HSL | 355º | 0.78% | 0.55% | - |
| HSV(B) | 355º | 0.78% | 0.9% | - |
| XYZ | 34.73 | 19.49 | 6.93 | - |
| YUV | 105.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 65 | 0 | 0.78 | 0.72 | 0.10 | 355 | 0.78 | 0.55 |
| Hex | E6 | 32 | 41 | 0 | 4E | 48 | A | 163 | 4E | 37 |
| Octal | 346 | 62 | 101 | 0 | 116 | 110 | 12 | 543 | 116 | 67 |
| Binary | 11100110 | 110010 | 1000001 | 0 | 1001110 | 1001000 | 1010 | 101100011 | 1001110 | 110111 |
Color Harmonies of #E63241
Complementary color
Monochromatic Colors of #E63241
Black with #E63241
Text Example
Text Example
White with #E63241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63241; }
p { color: rgb(230,50,65); }
H1.HeaderClassName
{
color: #E63241;
}
.AnyTagClassName
{
color: #E63241;
}
</style>
background-color css
<style>
a { background-color: #E63241; }
a { background-color: rgb(230,50,65); }
div.DivClassName
{
background-color: #E63241;
}
.BgClassName
{
background-color: #E63241;
}
</style>
border-color css
<style>
span { border-color: #E63241; }
span { border-color: rgb(230,50,65); }
td.TdClassName
{
border-color: #E63241;
}
.TagClassName
{
border-color: #E63241;
}
</style>