Shades of Alizarin #EA162D
Tints of Alizarin #EA162D
RGB
CMYK
RGB Variations
Color information
#EA162D (or 0xEA162D) is known color: Alizarin. HEX triplet: EA, 16 and 2D. RGB value is (234,22,45). Sum of RGB (Red+Green+Blue) = 234+22+45=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA162D is #15E9D2. Grayscale: #585858. Windows color (decimal): -1436115 or 2954986. OLE color: 2954986.
HSL color Cylindrical-coordinate representation of color #EA162D: hue angle of 353.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.08 |
| HSL | 353.49º | 0.83% | 0.5% | - |
| HSV(B) | 353.49º | 0.91% | 0.92% | - |
| XYZ | 34.69 | 18.26 | 4.18 | - |
| YUV | 88.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 45 | 0 | 0.91 | 0.81 | 0.08 | 353.49 | 0.83 | 0.5 |
| Hex | EA | 16 | 2D | 0 | 5B | 51 | 8 | 161 | 53 | 32 |
| Octal | 352 | 26 | 55 | 0 | 133 | 121 | 10 | 541 | 123 | 62 |
| Binary | 11101010 | 10110 | 101101 | 0 | 1011011 | 1010001 | 1000 | 101100001 | 1010011 | 110010 |
Color Harmonies of #EA162D
Complementary color
Monochromatic Colors of #EA162D
Black with #EA162D
Text Example
Text Example
White with #EA162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA162D; }
p { color: rgb(234,22,45); }
H1.HeaderClassName
{
color: #EA162D;
}
.AnyTagClassName
{
color: #EA162D;
}
</style>
background-color css
<style>
a { background-color: #EA162D; }
a { background-color: rgb(234,22,45); }
div.DivClassName
{
background-color: #EA162D;
}
.BgClassName
{
background-color: #EA162D;
}
</style>
border-color css
<style>
span { border-color: #EA162D; }
span { border-color: rgb(234,22,45); }
td.TdClassName
{
border-color: #EA162D;
}
.TagClassName
{
border-color: #EA162D;
}
</style>