Shades of Alizarin #E62C3A
Tints of Alizarin #E62C3A
RGB
CMYK
RGB Variations
Color information
#E62C3A (or 0xE62C3A) is known color: Alizarin. HEX triplet: E6, 2C and 3A. RGB value is (230,44,58). Sum of RGB (Red+Green+Blue) = 230+44+58=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C3A is #19D3C5. Grayscale: #656565. Windows color (decimal): -1692614 or 3812582. OLE color: 3812582.
HSL color Cylindrical-coordinate representation of color #E62C3A: hue angle of 355.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C3A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 58 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.10 |
| HSL | 355.48º | 0.79% | 0.54% | - |
| HSV(B) | 355.48º | 0.81% | 0.9% | - |
| XYZ | 34.3 | 18.93 | 5.85 | - |
| YUV | 101.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 58 | 0 | 0.81 | 0.75 | 0.10 | 355.48 | 0.79 | 0.54 |
| Hex | E6 | 2C | 3A | 0 | 51 | 4B | A | 163 | 4F | 36 |
| Octal | 346 | 54 | 72 | 0 | 121 | 113 | 12 | 543 | 117 | 66 |
| Binary | 11100110 | 101100 | 111010 | 0 | 1010001 | 1001011 | 1010 | 101100011 | 1001111 | 110110 |
Color Harmonies of #E62C3A
Complementary color
Monochromatic Colors of #E62C3A
Black with #E62C3A
Text Example
Text Example
White with #E62C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C3A; }
p { color: rgb(230,44,58); }
H1.HeaderClassName
{
color: #E62C3A;
}
.AnyTagClassName
{
color: #E62C3A;
}
</style>
background-color css
<style>
a { background-color: #E62C3A; }
a { background-color: rgb(230,44,58); }
div.DivClassName
{
background-color: #E62C3A;
}
.BgClassName
{
background-color: #E62C3A;
}
</style>
border-color css
<style>
span { border-color: #E62C3A; }
span { border-color: rgb(230,44,58); }
td.TdClassName
{
border-color: #E62C3A;
}
.TagClassName
{
border-color: #E62C3A;
}
</style>