Shades of Alizarin #E62F41
Tints of Alizarin #E62F41
RGB
CMYK
RGB Variations
Color information
#E62F41 (or 0xE62F41) is known color: Alizarin. HEX triplet: E6, 2F and 41. RGB value is (230,47,65). Sum of RGB (Red+Green+Blue) = 230+47+65=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62F41 is #19D0BE. Grayscale: #676767. Windows color (decimal): -1691839 or 4272102. OLE color: 4272102.
HSL color Cylindrical-coordinate representation of color #E62F41: hue angle of 354.1º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62F41 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 65 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.10 |
| HSL | 354.1º | 0.79% | 0.54% | - |
| HSV(B) | 354.1º | 0.8% | 0.9% | - |
| XYZ | 34.6 | 19.24 | 6.89 | - |
| YUV | 103.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 65 | 0 | 0.80 | 0.72 | 0.10 | 354.1 | 0.79 | 0.54 |
| Hex | E6 | 2F | 41 | 0 | 50 | 48 | A | 162 | 4F | 36 |
| Octal | 346 | 57 | 101 | 0 | 120 | 110 | 12 | 542 | 117 | 66 |
| Binary | 11100110 | 101111 | 1000001 | 0 | 1010000 | 1001000 | 1010 | 101100010 | 1001111 | 110110 |
Color Harmonies of #E62F41
Complementary color
Monochromatic Colors of #E62F41
Black with #E62F41
Text Example
Text Example
White with #E62F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F41; }
p { color: rgb(230,47,65); }
H1.HeaderClassName
{
color: #E62F41;
}
.AnyTagClassName
{
color: #E62F41;
}
</style>
background-color css
<style>
a { background-color: #E62F41; }
a { background-color: rgb(230,47,65); }
div.DivClassName
{
background-color: #E62F41;
}
.BgClassName
{
background-color: #E62F41;
}
</style>
border-color css
<style>
span { border-color: #E62F41; }
span { border-color: rgb(230,47,65); }
td.TdClassName
{
border-color: #E62F41;
}
.TagClassName
{
border-color: #E62F41;
}
</style>