Shades of Alizarin #EA1527
Tints of Alizarin #EA1527
RGB
CMYK
RGB Variations
Color information
#EA1527 (or 0xEA1527) is known color: Alizarin. HEX triplet: EA, 15 and 27. RGB value is (234,21,39). Sum of RGB (Red+Green+Blue) = 234+21+39=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1527 is #15EAD8. Grayscale: #565656. Windows color (decimal): -1436377 or 2561514. OLE color: 2561514.
HSL color Cylindrical-coordinate representation of color #EA1527: hue angle of 354.93º 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 #EA1527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.08 |
| HSL | 354.93º | 0.84% | 0.5% | - |
| HSV(B) | 354.93º | 0.91% | 0.92% | - |
| XYZ | 34.57 | 18.18 | 3.61 | - |
| YUV | 86.74 | 101.07 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 39 | 0 | 0.91 | 0.83 | 0.08 | 354.93 | 0.84 | 0.5 |
| Hex | EA | 15 | 27 | 0 | 5B | 53 | 8 | 163 | 54 | 32 |
| Octal | 352 | 25 | 47 | 0 | 133 | 123 | 10 | 543 | 124 | 62 |
| Binary | 11101010 | 10101 | 100111 | 0 | 1011011 | 1010011 | 1000 | 101100011 | 1010100 | 110010 |
Color Harmonies of #EA1527
Complementary color
Monochromatic Colors of #EA1527
Black with #EA1527
Text Example
Text Example
White with #EA1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1527; }
p { color: rgb(234,21,39); }
H1.HeaderClassName
{
color: #EA1527;
}
.AnyTagClassName
{
color: #EA1527;
}
</style>
background-color css
<style>
a { background-color: #EA1527; }
a { background-color: rgb(234,21,39); }
div.DivClassName
{
background-color: #EA1527;
}
.BgClassName
{
background-color: #EA1527;
}
</style>
border-color css
<style>
span { border-color: #EA1527; }
span { border-color: rgb(234,21,39); }
td.TdClassName
{
border-color: #EA1527;
}
.TagClassName
{
border-color: #EA1527;
}
</style>