Shades of Alizarin #EA1B2D
Tints of Alizarin #EA1B2D
RGB
CMYK
RGB Variations
Color information
#EA1B2D (or 0xEA1B2D) is known color: Alizarin. HEX triplet: EA, 1B and 2D. RGB value is (234,27,45). Sum of RGB (Red+Green+Blue) = 234+27+45=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B2D is #15E4D2. Grayscale: #5B5B5B. Windows color (decimal): -1434835 or 2956266. OLE color: 2956266.
HSL color Cylindrical-coordinate representation of color #EA1B2D: hue angle of 354.78º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1B2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.08 |
| HSL | 354.78º | 0.83% | 0.51% | - |
| HSV(B) | 354.78º | 0.88% | 0.92% | - |
| XYZ | 34.8 | 18.47 | 4.21 | - |
| YUV | 90.95 | 102.08 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 45 | 0 | 0.88 | 0.81 | 0.08 | 354.78 | 0.83 | 0.51 |
| Hex | EA | 1B | 2D | 0 | 58 | 51 | 8 | 163 | 53 | 33 |
| Octal | 352 | 33 | 55 | 0 | 130 | 121 | 10 | 543 | 123 | 63 |
| Binary | 11101010 | 11011 | 101101 | 0 | 1011000 | 1010001 | 1000 | 101100011 | 1010011 | 110011 |
Color Harmonies of #EA1B2D
Complementary color
Monochromatic Colors of #EA1B2D
Black with #EA1B2D
Text Example
Text Example
White with #EA1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B2D; }
p { color: rgb(234,27,45); }
H1.HeaderClassName
{
color: #EA1B2D;
}
.AnyTagClassName
{
color: #EA1B2D;
}
</style>
background-color css
<style>
a { background-color: #EA1B2D; }
a { background-color: rgb(234,27,45); }
div.DivClassName
{
background-color: #EA1B2D;
}
.BgClassName
{
background-color: #EA1B2D;
}
</style>
border-color css
<style>
span { border-color: #EA1B2D; }
span { border-color: rgb(234,27,45); }
td.TdClassName
{
border-color: #EA1B2D;
}
.TagClassName
{
border-color: #EA1B2D;
}
</style>