Shades of Alizarin #ED2629
Tints of Alizarin #ED2629
RGB
CMYK
RGB Variations
Color information
#ED2629 (or 0xED2629) is known color: Alizarin. HEX triplet: ED, 26 and 29. RGB value is (237,38,41). Sum of RGB (Red+Green+Blue) = 237+38+41=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2629 is #12D9D6. Grayscale: #626262. Windows color (decimal): -1235415 or 2696941. OLE color: 2696941.
HSL color Cylindrical-coordinate representation of color #ED2629: hue angle of 359.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2629 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 41 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.07 |
| HSL | 359.1º | 0.85% | 0.54% | - |
| HSV(B) | 359.1º | 0.84% | 0.93% | - |
| XYZ | 36.02 | 19.55 | 3.97 | - |
| YUV | 97.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 41 | 0 | 0.84 | 0.83 | 0.07 | 359.1 | 0.85 | 0.54 |
| Hex | ED | 26 | 29 | 0 | 54 | 53 | 7 | 167 | 55 | 36 |
| Octal | 355 | 46 | 51 | 0 | 124 | 123 | 7 | 547 | 125 | 66 |
| Binary | 11101101 | 100110 | 101001 | 0 | 1010100 | 1010011 | 111 | 101100111 | 1010101 | 110110 |
Color Harmonies of #ED2629
Complementary color
Monochromatic Colors of #ED2629
Black with #ED2629
Text Example
Text Example
White with #ED2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2629; }
p { color: rgb(237,38,41); }
H1.HeaderClassName
{
color: #ED2629;
}
.AnyTagClassName
{
color: #ED2629;
}
</style>
background-color css
<style>
a { background-color: #ED2629; }
a { background-color: rgb(237,38,41); }
div.DivClassName
{
background-color: #ED2629;
}
.BgClassName
{
background-color: #ED2629;
}
</style>
border-color css
<style>
span { border-color: #ED2629; }
span { border-color: rgb(237,38,41); }
td.TdClassName
{
border-color: #ED2629;
}
.TagClassName
{
border-color: #ED2629;
}
</style>