Shades of Alizarin #ED1D3B
Tints of Alizarin #ED1D3B
RGB
CMYK
RGB Variations
Color information
#ED1D3B (or 0xED1D3B) is known color: Alizarin. HEX triplet: ED, 1D and 3B. RGB value is (237,29,59). Sum of RGB (Red+Green+Blue) = 237+29+59=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1D3B is #12E2C4. Grayscale: #5E5E5E. Windows color (decimal): -1237701 or 3874285. OLE color: 3874285.
HSL color Cylindrical-coordinate representation of color #ED1D3B: hue angle of 351.35º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D3B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 59 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.07 |
| HSL | 351.35º | 0.85% | 0.52% | - |
| HSV(B) | 351.35º | 0.88% | 0.93% | - |
| XYZ | 36.15 | 19.2 | 5.94 | - |
| YUV | 94.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 59 | 0 | 0.88 | 0.75 | 0.07 | 351.35 | 0.85 | 0.52 |
| Hex | ED | 1D | 3B | 0 | 58 | 4B | 7 | 15F | 55 | 34 |
| Octal | 355 | 35 | 73 | 0 | 130 | 113 | 7 | 537 | 125 | 64 |
| Binary | 11101101 | 11101 | 111011 | 0 | 1011000 | 1001011 | 111 | 101011111 | 1010101 | 110100 |
Color Harmonies of #ED1D3B
Complementary color
Monochromatic Colors of #ED1D3B
Black with #ED1D3B
Text Example
Text Example
White with #ED1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D3B; }
p { color: rgb(237,29,59); }
H1.HeaderClassName
{
color: #ED1D3B;
}
.AnyTagClassName
{
color: #ED1D3B;
}
</style>
background-color css
<style>
a { background-color: #ED1D3B; }
a { background-color: rgb(237,29,59); }
div.DivClassName
{
background-color: #ED1D3B;
}
.BgClassName
{
background-color: #ED1D3B;
}
</style>
border-color css
<style>
span { border-color: #ED1D3B; }
span { border-color: rgb(237,29,59); }
td.TdClassName
{
border-color: #ED1D3B;
}
.TagClassName
{
border-color: #ED1D3B;
}
</style>