Shades of Alizarin #EB1D3D
Tints of Alizarin #EB1D3D
RGB
CMYK
RGB Variations
Color information
#EB1D3D (or 0xEB1D3D) is known color: Alizarin. HEX triplet: EB, 1D and 3D. RGB value is (235,29,61). Sum of RGB (Red+Green+Blue) = 235+29+61=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D3D is #14E2C2. Grayscale: #5E5E5E. Windows color (decimal): -1368771 or 4005355. OLE color: 4005355.
HSL color Cylindrical-coordinate representation of color #EB1D3D: hue angle of 350.68º 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 #EB1D3D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 61 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.08 |
| HSL | 350.68º | 0.84% | 0.52% | - |
| HSV(B) | 350.68º | 0.88% | 0.92% | - |
| XYZ | 35.54 | 18.88 | 6.19 | - |
| YUV | 94.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 61 | 0 | 0.88 | 0.74 | 0.08 | 350.68 | 0.84 | 0.52 |
| Hex | EB | 1D | 3D | 0 | 58 | 4A | 8 | 15F | 54 | 34 |
| Octal | 353 | 35 | 75 | 0 | 130 | 112 | 10 | 537 | 124 | 64 |
| Binary | 11101011 | 11101 | 111101 | 0 | 1011000 | 1001010 | 1000 | 101011111 | 1010100 | 110100 |
Color Harmonies of #EB1D3D
Complementary color
Monochromatic Colors of #EB1D3D
Black with #EB1D3D
Text Example
Text Example
White with #EB1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D3D; }
p { color: rgb(235,29,61); }
H1.HeaderClassName
{
color: #EB1D3D;
}
.AnyTagClassName
{
color: #EB1D3D;
}
</style>
background-color css
<style>
a { background-color: #EB1D3D; }
a { background-color: rgb(235,29,61); }
div.DivClassName
{
background-color: #EB1D3D;
}
.BgClassName
{
background-color: #EB1D3D;
}
</style>
border-color css
<style>
span { border-color: #EB1D3D; }
span { border-color: rgb(235,29,61); }
td.TdClassName
{
border-color: #EB1D3D;
}
.TagClassName
{
border-color: #EB1D3D;
}
</style>