Shades of Alizarin #EA1E1F
Tints of Alizarin #EA1E1F
RGB
CMYK
RGB Variations
Color information
#EA1E1F (or 0xEA1E1F) is known color: Alizarin. HEX triplet: EA, 1E and 1F. RGB value is (234,30,31). Sum of RGB (Red+Green+Blue) = 234+30+31=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E1F is #15E1E0. Grayscale: #5B5B5B. Windows color (decimal): -1434081 or 2039530. OLE color: 2039530.
HSL color Cylindrical-coordinate representation of color #EA1E1F: hue angle of 359.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1E1F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.08 |
| HSL | 359.71º | 0.83% | 0.52% | - |
| HSV(B) | 359.71º | 0.87% | 0.92% | - |
| XYZ | 34.64 | 18.52 | 3.05 | - |
| YUV | 91.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 31 | 0 | 0.87 | 0.87 | 0.08 | 359.71 | 0.83 | 0.52 |
| Hex | EA | 1E | 1F | 0 | 57 | 57 | 8 | 168 | 53 | 34 |
| Octal | 352 | 36 | 37 | 0 | 127 | 127 | 10 | 550 | 123 | 64 |
| Binary | 11101010 | 11110 | 11111 | 0 | 1010111 | 1010111 | 1000 | 101101000 | 1010011 | 110100 |
Color Harmonies of #EA1E1F
Complementary color
Monochromatic Colors of #EA1E1F
Black with #EA1E1F
Text Example
Text Example
White with #EA1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1E1F; }
p { color: rgb(234,30,31); }
H1.HeaderClassName
{
color: #EA1E1F;
}
.AnyTagClassName
{
color: #EA1E1F;
}
</style>
background-color css
<style>
a { background-color: #EA1E1F; }
a { background-color: rgb(234,30,31); }
div.DivClassName
{
background-color: #EA1E1F;
}
.BgClassName
{
background-color: #EA1E1F;
}
</style>
border-color css
<style>
span { border-color: #EA1E1F; }
span { border-color: rgb(234,30,31); }
td.TdClassName
{
border-color: #EA1E1F;
}
.TagClassName
{
border-color: #EA1E1F;
}
</style>