Shades of Alizarin #E62A39
Tints of Alizarin #E62A39
RGB
CMYK
RGB Variations
Color information
#E62A39 (or 0xE62A39) is known color: Alizarin. HEX triplet: E6, 2A and 39. RGB value is (230,42,57). Sum of RGB (Red+Green+Blue) = 230+42+57=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A39 is #19D5C6. Grayscale: #646464. Windows color (decimal): -1693127 or 3746534. OLE color: 3746534.
HSL color Cylindrical-coordinate representation of color #E62A39: hue angle of 355.21º 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 #E62A39 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 57 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.10 |
| HSL | 355.21º | 0.79% | 0.53% | - |
| HSV(B) | 355.21º | 0.82% | 0.9% | - |
| XYZ | 34.2 | 18.77 | 5.69 | - |
| YUV | 99.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 57 | 0 | 0.82 | 0.75 | 0.10 | 355.21 | 0.79 | 0.53 |
| Hex | E6 | 2A | 39 | 0 | 52 | 4B | A | 163 | 4F | 35 |
| Octal | 346 | 52 | 71 | 0 | 122 | 113 | 12 | 543 | 117 | 65 |
| Binary | 11100110 | 101010 | 111001 | 0 | 1010010 | 1001011 | 1010 | 101100011 | 1001111 | 110101 |
Color Harmonies of #E62A39
Complementary color
Monochromatic Colors of #E62A39
Black with #E62A39
Text Example
Text Example
White with #E62A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A39; }
p { color: rgb(230,42,57); }
H1.HeaderClassName
{
color: #E62A39;
}
.AnyTagClassName
{
color: #E62A39;
}
</style>
background-color css
<style>
a { background-color: #E62A39; }
a { background-color: rgb(230,42,57); }
div.DivClassName
{
background-color: #E62A39;
}
.BgClassName
{
background-color: #E62A39;
}
</style>
border-color css
<style>
span { border-color: #E62A39; }
span { border-color: rgb(230,42,57); }
td.TdClassName
{
border-color: #E62A39;
}
.TagClassName
{
border-color: #E62A39;
}
</style>