Shades of Alizarin #EA1D22
Tints of Alizarin #EA1D22
RGB
CMYK
RGB Variations
Color information
#EA1D22 (or 0xEA1D22) is known color: Alizarin. HEX triplet: EA, 1D and 22. RGB value is (234,29,34). Sum of RGB (Red+Green+Blue) = 234+29+34=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1D22 is #15E2DD. Grayscale: #5B5B5B. Windows color (decimal): -1434334 or 2235882. OLE color: 2235882.
HSL color Cylindrical-coordinate representation of color #EA1D22: hue angle of 358.54º 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 #EA1D22 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 34 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.08 |
| HSL | 358.54º | 0.83% | 0.52% | - |
| HSV(B) | 358.54º | 0.88% | 0.92% | - |
| XYZ | 34.66 | 18.49 | 3.25 | - |
| YUV | 90.87 | 95.92 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 34 | 0 | 0.88 | 0.85 | 0.08 | 358.54 | 0.83 | 0.52 |
| Hex | EA | 1D | 22 | 0 | 58 | 55 | 8 | 167 | 53 | 34 |
| Octal | 352 | 35 | 42 | 0 | 130 | 125 | 10 | 547 | 123 | 64 |
| Binary | 11101010 | 11101 | 100010 | 0 | 1011000 | 1010101 | 1000 | 101100111 | 1010011 | 110100 |
Color Harmonies of #EA1D22
Complementary color
Monochromatic Colors of #EA1D22
Black with #EA1D22
Text Example
Text Example
White with #EA1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D22; }
p { color: rgb(234,29,34); }
H1.HeaderClassName
{
color: #EA1D22;
}
.AnyTagClassName
{
color: #EA1D22;
}
</style>
background-color css
<style>
a { background-color: #EA1D22; }
a { background-color: rgb(234,29,34); }
div.DivClassName
{
background-color: #EA1D22;
}
.BgClassName
{
background-color: #EA1D22;
}
</style>
border-color css
<style>
span { border-color: #EA1D22; }
span { border-color: rgb(234,29,34); }
td.TdClassName
{
border-color: #EA1D22;
}
.TagClassName
{
border-color: #EA1D22;
}
</style>