Shades of Alizarin #EA182A
Tints of Alizarin #EA182A
RGB
CMYK
RGB Variations
Color information
#EA182A (or 0xEA182A) is known color: Alizarin. HEX triplet: EA, 18 and 2A. RGB value is (234,24,42). Sum of RGB (Red+Green+Blue) = 234+24+42=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA182A is #15E7D5. Grayscale: #585858. Windows color (decimal): -1435606 or 2758890. OLE color: 2758890.
HSL color Cylindrical-coordinate representation of color #EA182A: hue angle of 354.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA182A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.08 |
| HSL | 354.86º | 0.83% | 0.51% | - |
| HSV(B) | 354.86º | 0.9% | 0.92% | - |
| XYZ | 34.68 | 18.31 | 3.9 | - |
| YUV | 88.84 | 101.57 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 42 | 0 | 0.90 | 0.82 | 0.08 | 354.86 | 0.83 | 0.51 |
| Hex | EA | 18 | 2A | 0 | 5A | 52 | 8 | 163 | 53 | 33 |
| Octal | 352 | 30 | 52 | 0 | 132 | 122 | 10 | 543 | 123 | 63 |
| Binary | 11101010 | 11000 | 101010 | 0 | 1011010 | 1010010 | 1000 | 101100011 | 1010011 | 110011 |
Color Harmonies of #EA182A
Complementary color
Monochromatic Colors of #EA182A
Black with #EA182A
Text Example
Text Example
White with #EA182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA182A; }
p { color: rgb(234,24,42); }
H1.HeaderClassName
{
color: #EA182A;
}
.AnyTagClassName
{
color: #EA182A;
}
</style>
background-color css
<style>
a { background-color: #EA182A; }
a { background-color: rgb(234,24,42); }
div.DivClassName
{
background-color: #EA182A;
}
.BgClassName
{
background-color: #EA182A;
}
</style>
border-color css
<style>
span { border-color: #EA182A; }
span { border-color: rgb(234,24,42); }
td.TdClassName
{
border-color: #EA182A;
}
.TagClassName
{
border-color: #EA182A;
}
</style>