Shades of Alizarin #EA142A
Tints of Alizarin #EA142A
RGB
CMYK
RGB Variations
Color information
#EA142A (or 0xEA142A) is known color: Alizarin. HEX triplet: EA, 14 and 2A. RGB value is (234,20,42). Sum of RGB (Red+Green+Blue) = 234+20+42=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA142A is #15EBD5. Grayscale: #565656. Windows color (decimal): -1436630 or 2757866. OLE color: 2757866.
HSL color Cylindrical-coordinate representation of color #EA142A: hue angle of 353.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA142A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.08 |
| HSL | 353.83º | 0.84% | 0.5% | - |
| HSV(B) | 353.83º | 0.91% | 0.92% | - |
| XYZ | 34.6 | 18.16 | 3.87 | - |
| YUV | 86.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 42 | 0 | 0.91 | 0.82 | 0.08 | 353.83 | 0.84 | 0.5 |
| Hex | EA | 14 | 2A | 0 | 5B | 52 | 8 | 162 | 54 | 32 |
| Octal | 352 | 24 | 52 | 0 | 133 | 122 | 10 | 542 | 124 | 62 |
| Binary | 11101010 | 10100 | 101010 | 0 | 1011011 | 1010010 | 1000 | 101100010 | 1010100 | 110010 |
Color Harmonies of #EA142A
Complementary color
Monochromatic Colors of #EA142A
Black with #EA142A
Text Example
Text Example
White with #EA142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA142A; }
p { color: rgb(234,20,42); }
H1.HeaderClassName
{
color: #EA142A;
}
.AnyTagClassName
{
color: #EA142A;
}
</style>
background-color css
<style>
a { background-color: #EA142A; }
a { background-color: rgb(234,20,42); }
div.DivClassName
{
background-color: #EA142A;
}
.BgClassName
{
background-color: #EA142A;
}
</style>
border-color css
<style>
span { border-color: #EA142A; }
span { border-color: rgb(234,20,42); }
td.TdClassName
{
border-color: #EA142A;
}
.TagClassName
{
border-color: #EA142A;
}
</style>