Shades of Alizarin #EB1D2D
Tints of Alizarin #EB1D2D
RGB
CMYK
RGB Variations
Color information
#EB1D2D (or 0xEB1D2D) is known color: Alizarin. HEX triplet: EB, 1D and 2D. RGB value is (235,29,45). Sum of RGB (Red+Green+Blue) = 235+29+45=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D2D is #14E2D2. Grayscale: #5C5C5C. Windows color (decimal): -1368787 or 2956779. OLE color: 2956779.
HSL color Cylindrical-coordinate representation of color #EB1D2D: hue angle of 355.34º degrees, saturation: 0.84, 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 #EB1D2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.08 |
| HSL | 355.34º | 0.84% | 0.52% | - |
| HSV(B) | 355.34º | 0.88% | 0.92% | - |
| XYZ | 35.17 | 18.73 | 4.24 | - |
| YUV | 92.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 45 | 0 | 0.88 | 0.81 | 0.08 | 355.34 | 0.84 | 0.52 |
| Hex | EB | 1D | 2D | 0 | 58 | 51 | 8 | 163 | 54 | 34 |
| Octal | 353 | 35 | 55 | 0 | 130 | 121 | 10 | 543 | 124 | 64 |
| Binary | 11101011 | 11101 | 101101 | 0 | 1011000 | 1010001 | 1000 | 101100011 | 1010100 | 110100 |
Color Harmonies of #EB1D2D
Complementary color
Monochromatic Colors of #EB1D2D
Black with #EB1D2D
Text Example
Text Example
White with #EB1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D2D; }
p { color: rgb(235,29,45); }
H1.HeaderClassName
{
color: #EB1D2D;
}
.AnyTagClassName
{
color: #EB1D2D;
}
</style>
background-color css
<style>
a { background-color: #EB1D2D; }
a { background-color: rgb(235,29,45); }
div.DivClassName
{
background-color: #EB1D2D;
}
.BgClassName
{
background-color: #EB1D2D;
}
</style>
border-color css
<style>
span { border-color: #EB1D2D; }
span { border-color: rgb(235,29,45); }
td.TdClassName
{
border-color: #EB1D2D;
}
.TagClassName
{
border-color: #EB1D2D;
}
</style>