Shades of Alizarin #EA1427
Tints of Alizarin #EA1427
RGB
CMYK
RGB Variations
Color information
#EA1427 (or 0xEA1427) is known color: Alizarin. HEX triplet: EA, 14 and 27. RGB value is (234,20,39). Sum of RGB (Red+Green+Blue) = 234+20+39=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1427 is #15EBD8. Grayscale: #565656. Windows color (decimal): -1436633 or 2561258. OLE color: 2561258.
HSL color Cylindrical-coordinate representation of color #EA1427: hue angle of 354.67º 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 #EA1427 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.08 |
| HSL | 354.67º | 0.84% | 0.5% | - |
| HSV(B) | 354.67º | 0.91% | 0.92% | - |
| XYZ | 34.55 | 18.14 | 3.6 | - |
| YUV | 86.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 39 | 0 | 0.91 | 0.83 | 0.08 | 354.67 | 0.84 | 0.5 |
| Hex | EA | 14 | 27 | 0 | 5B | 53 | 8 | 163 | 54 | 32 |
| Octal | 352 | 24 | 47 | 0 | 133 | 123 | 10 | 543 | 124 | 62 |
| Binary | 11101010 | 10100 | 100111 | 0 | 1011011 | 1010011 | 1000 | 101100011 | 1010100 | 110010 |
Color Harmonies of #EA1427
Complementary color
Monochromatic Colors of #EA1427
Black with #EA1427
Text Example
Text Example
White with #EA1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1427; }
p { color: rgb(234,20,39); }
H1.HeaderClassName
{
color: #EA1427;
}
.AnyTagClassName
{
color: #EA1427;
}
</style>
background-color css
<style>
a { background-color: #EA1427; }
a { background-color: rgb(234,20,39); }
div.DivClassName
{
background-color: #EA1427;
}
.BgClassName
{
background-color: #EA1427;
}
</style>
border-color css
<style>
span { border-color: #EA1427; }
span { border-color: rgb(234,20,39); }
td.TdClassName
{
border-color: #EA1427;
}
.TagClassName
{
border-color: #EA1427;
}
</style>