Shades of Alizarin #E62E2F
Tints of Alizarin #E62E2F
RGB
CMYK
RGB Variations
Color information
#E62E2F (or 0xE62E2F) is known color: Alizarin. HEX triplet: E6, 2E and 2F. RGB value is (230,46,47). Sum of RGB (Red+Green+Blue) = 230+46+47=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E2F is #19D1D0. Grayscale: #656565. Windows color (decimal): -1692113 or 3092198. OLE color: 3092198.
HSL color Cylindrical-coordinate representation of color #E62E2F: hue angle of 359.67º 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 #E62E2F is Cyan = 0, Magento = 0.8, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 47 | - |
| CMYK | 0 | 0.8 | 0.80 | 0.10 |
| HSL | 359.67º | 0.79% | 0.54% | - |
| HSV(B) | 359.67º | 0.8% | 0.9% | - |
| XYZ | 34.12 | 18.98 | 4.55 | - |
| YUV | 101.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 47 | 0 | 0.8 | 0.80 | 0.10 | 359.67 | 0.79 | 0.54 |
| Hex | E6 | 2E | 2F | 0 | 50 | 50 | A | 168 | 4F | 36 |
| Octal | 346 | 56 | 57 | 0 | 120 | 120 | 12 | 550 | 117 | 66 |
| Binary | 11100110 | 101110 | 101111 | 0 | 1010000 | 1010000 | 1010 | 101101000 | 1001111 | 110110 |
Color Harmonies of #E62E2F
Complementary color
Monochromatic Colors of #E62E2F
Black with #E62E2F
Text Example
Text Example
White with #E62E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E2F; }
p { color: rgb(230,46,47); }
H1.HeaderClassName
{
color: #E62E2F;
}
.AnyTagClassName
{
color: #E62E2F;
}
</style>
background-color css
<style>
a { background-color: #E62E2F; }
a { background-color: rgb(230,46,47); }
div.DivClassName
{
background-color: #E62E2F;
}
.BgClassName
{
background-color: #E62E2F;
}
</style>
border-color css
<style>
span { border-color: #E62E2F; }
span { border-color: rgb(230,46,47); }
td.TdClassName
{
border-color: #E62E2F;
}
.TagClassName
{
border-color: #E62E2F;
}
</style>