Shades of Alizarin #E62A3A
Tints of Alizarin #E62A3A
RGB
CMYK
RGB Variations
Color information
#E62A3A (or 0xE62A3A) is known color: Alizarin. HEX triplet: E6, 2A and 3A. RGB value is (230,42,58). Sum of RGB (Red+Green+Blue) = 230+42+58=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A3A is #19D5C5. Grayscale: #646464. Windows color (decimal): -1693126 or 3812070. OLE color: 3812070.
HSL color Cylindrical-coordinate representation of color #E62A3A: hue angle of 354.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62A3A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 58 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.10 |
| HSL | 354.89º | 0.79% | 0.53% | - |
| HSV(B) | 354.89º | 0.82% | 0.9% | - |
| XYZ | 34.22 | 18.78 | 5.82 | - |
| YUV | 100.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 58 | 0 | 0.82 | 0.75 | 0.10 | 354.89 | 0.79 | 0.53 |
| Hex | E6 | 2A | 3A | 0 | 52 | 4B | A | 163 | 4F | 35 |
| Octal | 346 | 52 | 72 | 0 | 122 | 113 | 12 | 543 | 117 | 65 |
| Binary | 11100110 | 101010 | 111010 | 0 | 1010010 | 1001011 | 1010 | 101100011 | 1001111 | 110101 |
Color Harmonies of #E62A3A
Complementary color
Monochromatic Colors of #E62A3A
Black with #E62A3A
Text Example
Text Example
White with #E62A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A3A; }
p { color: rgb(230,42,58); }
H1.HeaderClassName
{
color: #E62A3A;
}
.AnyTagClassName
{
color: #E62A3A;
}
</style>
background-color css
<style>
a { background-color: #E62A3A; }
a { background-color: rgb(230,42,58); }
div.DivClassName
{
background-color: #E62A3A;
}
.BgClassName
{
background-color: #E62A3A;
}
</style>
border-color css
<style>
span { border-color: #E62A3A; }
span { border-color: rgb(230,42,58); }
td.TdClassName
{
border-color: #E62A3A;
}
.TagClassName
{
border-color: #E62A3A;
}
</style>