Shades of Alizarin #EA1D2E
Tints of Alizarin #EA1D2E
RGB
CMYK
RGB Variations
Color information
#EA1D2E (or 0xEA1D2E) is known color: Alizarin. HEX triplet: EA, 1D and 2E. RGB value is (234,29,46). Sum of RGB (Red+Green+Blue) = 234+29+46=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1D2E is #15E2D1. Grayscale: #5C5C5C. Windows color (decimal): -1434322 or 3022314. OLE color: 3022314.
HSL color Cylindrical-coordinate representation of color #EA1D2E: hue angle of 355.02º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1D2E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 46 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.08 |
| HSL | 355.02º | 0.83% | 0.52% | - |
| HSV(B) | 355.02º | 0.88% | 0.92% | - |
| XYZ | 34.86 | 18.57 | 4.33 | - |
| YUV | 92.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 46 | 0 | 0.88 | 0.80 | 0.08 | 355.02 | 0.83 | 0.52 |
| Hex | EA | 1D | 2E | 0 | 58 | 50 | 8 | 163 | 53 | 34 |
| Octal | 352 | 35 | 56 | 0 | 130 | 120 | 10 | 543 | 123 | 64 |
| Binary | 11101010 | 11101 | 101110 | 0 | 1011000 | 1010000 | 1000 | 101100011 | 1010011 | 110100 |
Color Harmonies of #EA1D2E
Complementary color
Monochromatic Colors of #EA1D2E
Black with #EA1D2E
Text Example
Text Example
White with #EA1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D2E; }
p { color: rgb(234,29,46); }
H1.HeaderClassName
{
color: #EA1D2E;
}
.AnyTagClassName
{
color: #EA1D2E;
}
</style>
background-color css
<style>
a { background-color: #EA1D2E; }
a { background-color: rgb(234,29,46); }
div.DivClassName
{
background-color: #EA1D2E;
}
.BgClassName
{
background-color: #EA1D2E;
}
</style>
border-color css
<style>
span { border-color: #EA1D2E; }
span { border-color: rgb(234,29,46); }
td.TdClassName
{
border-color: #EA1D2E;
}
.TagClassName
{
border-color: #EA1D2E;
}
</style>