Shades of Alizarin #EA1A30
Tints of Alizarin #EA1A30
RGB
CMYK
RGB Variations
Color information
#EA1A30 (or 0xEA1A30) is known color: Alizarin. HEX triplet: EA, 1A and 30. RGB value is (234,26,48). Sum of RGB (Red+Green+Blue) = 234+26+48=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A30 is #15E5CF. Grayscale: #5A5A5A. Windows color (decimal): -1435088 or 3152618. OLE color: 3152618.
HSL color Cylindrical-coordinate representation of color #EA1A30: hue angle of 353.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A30 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 48 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.08 |
| HSL | 353.65º | 0.83% | 0.51% | - |
| HSV(B) | 353.65º | 0.89% | 0.92% | - |
| XYZ | 34.83 | 18.44 | 4.52 | - |
| YUV | 90.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 48 | 0 | 0.89 | 0.79 | 0.08 | 353.65 | 0.83 | 0.51 |
| Hex | EA | 1A | 30 | 0 | 59 | 4F | 8 | 162 | 53 | 33 |
| Octal | 352 | 32 | 60 | 0 | 131 | 117 | 10 | 542 | 123 | 63 |
| Binary | 11101010 | 11010 | 110000 | 0 | 1011001 | 1001111 | 1000 | 101100010 | 1010011 | 110011 |
Color Harmonies of #EA1A30
Complementary color
Monochromatic Colors of #EA1A30
Black with #EA1A30
Text Example
Text Example
White with #EA1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A30; }
p { color: rgb(234,26,48); }
H1.HeaderClassName
{
color: #EA1A30;
}
.AnyTagClassName
{
color: #EA1A30;
}
</style>
background-color css
<style>
a { background-color: #EA1A30; }
a { background-color: rgb(234,26,48); }
div.DivClassName
{
background-color: #EA1A30;
}
.BgClassName
{
background-color: #EA1A30;
}
</style>
border-color css
<style>
span { border-color: #EA1A30; }
span { border-color: rgb(234,26,48); }
td.TdClassName
{
border-color: #EA1A30;
}
.TagClassName
{
border-color: #EA1A30;
}
</style>