Shades of Alizarin #E62D3A
Tints of Alizarin #E62D3A
RGB
CMYK
RGB Variations
Color information
#E62D3A (or 0xE62D3A) is known color: Alizarin. HEX triplet: E6, 2D and 3A. RGB value is (230,45,58). Sum of RGB (Red+Green+Blue) = 230+45+58=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D3A is #19D2C5. Grayscale: #656565. Windows color (decimal): -1692358 or 3812838. OLE color: 3812838.
HSL color Cylindrical-coordinate representation of color #E62D3A: hue angle of 355.78º 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 #E62D3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 58 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.10 |
| HSL | 355.78º | 0.79% | 0.54% | - |
| HSV(B) | 355.78º | 0.8% | 0.9% | - |
| XYZ | 34.34 | 19.01 | 5.86 | - |
| YUV | 101.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 58 | 0 | 0.80 | 0.75 | 0.10 | 355.78 | 0.79 | 0.54 |
| Hex | E6 | 2D | 3A | 0 | 50 | 4B | A | 164 | 4F | 36 |
| Octal | 346 | 55 | 72 | 0 | 120 | 113 | 12 | 544 | 117 | 66 |
| Binary | 11100110 | 101101 | 111010 | 0 | 1010000 | 1001011 | 1010 | 101100100 | 1001111 | 110110 |
Color Harmonies of #E62D3A
Complementary color
Monochromatic Colors of #E62D3A
Black with #E62D3A
Text Example
Text Example
White with #E62D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D3A; }
p { color: rgb(230,45,58); }
H1.HeaderClassName
{
color: #E62D3A;
}
.AnyTagClassName
{
color: #E62D3A;
}
</style>
background-color css
<style>
a { background-color: #E62D3A; }
a { background-color: rgb(230,45,58); }
div.DivClassName
{
background-color: #E62D3A;
}
.BgClassName
{
background-color: #E62D3A;
}
</style>
border-color css
<style>
span { border-color: #E62D3A; }
span { border-color: rgb(230,45,58); }
td.TdClassName
{
border-color: #E62D3A;
}
.TagClassName
{
border-color: #E62D3A;
}
</style>