Shades of Alizarin #EA1D1F
Tints of Alizarin #EA1D1F
RGB
CMYK
RGB Variations
Color information
#EA1D1F (or 0xEA1D1F) is known color: Alizarin. HEX triplet: EA, 1D and 1F. RGB value is (234,29,31). Sum of RGB (Red+Green+Blue) = 234+29+31=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1D1F is #15E2E0. Grayscale: #5A5A5A. Windows color (decimal): -1434337 or 2039274. OLE color: 2039274.
HSL color Cylindrical-coordinate representation of color #EA1D1F: hue angle of 359.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.08 |
| HSL | 359.41º | 0.83% | 0.52% | - |
| HSV(B) | 359.41º | 0.88% | 0.92% | - |
| XYZ | 34.62 | 18.47 | 3.04 | - |
| YUV | 90.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 31 | 0 | 0.88 | 0.87 | 0.08 | 359.41 | 0.83 | 0.52 |
| Hex | EA | 1D | 1F | 0 | 58 | 57 | 8 | 167 | 53 | 34 |
| Octal | 352 | 35 | 37 | 0 | 130 | 127 | 10 | 547 | 123 | 64 |
| Binary | 11101010 | 11101 | 11111 | 0 | 1011000 | 1010111 | 1000 | 101100111 | 1010011 | 110100 |
Color Harmonies of #EA1D1F
Complementary color
Monochromatic Colors of #EA1D1F
Black with #EA1D1F
Text Example
Text Example
White with #EA1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D1F; }
p { color: rgb(234,29,31); }
H1.HeaderClassName
{
color: #EA1D1F;
}
.AnyTagClassName
{
color: #EA1D1F;
}
</style>
background-color css
<style>
a { background-color: #EA1D1F; }
a { background-color: rgb(234,29,31); }
div.DivClassName
{
background-color: #EA1D1F;
}
.BgClassName
{
background-color: #EA1D1F;
}
</style>
border-color css
<style>
span { border-color: #EA1D1F; }
span { border-color: rgb(234,29,31); }
td.TdClassName
{
border-color: #EA1D1F;
}
.TagClassName
{
border-color: #EA1D1F;
}
</style>