Shades of Alizarin #EB2A2D
Tints of Alizarin #EB2A2D
RGB
CMYK
RGB Variations
Color information
#EB2A2D (or 0xEB2A2D) is known color: Alizarin. HEX triplet: EB, 2A and 2D. RGB value is (235,42,45). Sum of RGB (Red+Green+Blue) = 235+42+45=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A2D is #14D5D2. Grayscale: #646464. Windows color (decimal): -1365459 or 2960107. OLE color: 2960107.
HSL color Cylindrical-coordinate representation of color #EB2A2D: hue angle of 359.07º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A2D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.08 |
| HSL | 359.07º | 0.83% | 0.54% | - |
| HSV(B) | 359.07º | 0.82% | 0.92% | - |
| XYZ | 35.56 | 19.51 | 4.37 | - |
| YUV | 100.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 45 | 0 | 0.82 | 0.81 | 0.08 | 359.07 | 0.83 | 0.54 |
| Hex | EB | 2A | 2D | 0 | 52 | 51 | 8 | 167 | 53 | 36 |
| Octal | 353 | 52 | 55 | 0 | 122 | 121 | 10 | 547 | 123 | 66 |
| Binary | 11101011 | 101010 | 101101 | 0 | 1010010 | 1010001 | 1000 | 101100111 | 1010011 | 110110 |
Color Harmonies of #EB2A2D
Complementary color
Monochromatic Colors of #EB2A2D
Black with #EB2A2D
Text Example
Text Example
White with #EB2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A2D; }
p { color: rgb(235,42,45); }
H1.HeaderClassName
{
color: #EB2A2D;
}
.AnyTagClassName
{
color: #EB2A2D;
}
</style>
background-color css
<style>
a { background-color: #EB2A2D; }
a { background-color: rgb(235,42,45); }
div.DivClassName
{
background-color: #EB2A2D;
}
.BgClassName
{
background-color: #EB2A2D;
}
</style>
border-color css
<style>
span { border-color: #EB2A2D; }
span { border-color: rgb(235,42,45); }
td.TdClassName
{
border-color: #EB2A2D;
}
.TagClassName
{
border-color: #EB2A2D;
}
</style>