Shades of Alizarin #EB1D1E
Tints of Alizarin #EB1D1E
RGB
CMYK
RGB Variations
Color information
#EB1D1E (or 0xEB1D1E) is known color: Alizarin. HEX triplet: EB, 1D and 1E. RGB value is (235,29,30). Sum of RGB (Red+Green+Blue) = 235+29+30=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D1E is #14E2E1. Grayscale: #5A5A5A. Windows color (decimal): -1368802 or 1973739. OLE color: 1973739.
HSL color Cylindrical-coordinate representation of color #EB1D1E: hue angle of 359.71º 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 #EB1D1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.08 |
| HSL | 359.71º | 0.84% | 0.52% | - |
| HSV(B) | 359.71º | 0.88% | 0.92% | - |
| XYZ | 34.93 | 18.63 | 2.98 | - |
| YUV | 90.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 30 | 0 | 0.88 | 0.87 | 0.08 | 359.71 | 0.84 | 0.52 |
| Hex | EB | 1D | 1E | 0 | 58 | 57 | 8 | 168 | 54 | 34 |
| Octal | 353 | 35 | 36 | 0 | 130 | 127 | 10 | 550 | 124 | 64 |
| Binary | 11101011 | 11101 | 11110 | 0 | 1011000 | 1010111 | 1000 | 101101000 | 1010100 | 110100 |
Color Harmonies of #EB1D1E
Complementary color
Monochromatic Colors of #EB1D1E
Black with #EB1D1E
Text Example
Text Example
White with #EB1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D1E; }
p { color: rgb(235,29,30); }
H1.HeaderClassName
{
color: #EB1D1E;
}
.AnyTagClassName
{
color: #EB1D1E;
}
</style>
background-color css
<style>
a { background-color: #EB1D1E; }
a { background-color: rgb(235,29,30); }
div.DivClassName
{
background-color: #EB1D1E;
}
.BgClassName
{
background-color: #EB1D1E;
}
</style>
border-color css
<style>
span { border-color: #EB1D1E; }
span { border-color: rgb(235,29,30); }
td.TdClassName
{
border-color: #EB1D1E;
}
.TagClassName
{
border-color: #EB1D1E;
}
</style>