Shades of Alizarin #ED2432
Tints of Alizarin #ED2432
RGB
CMYK
RGB Variations
Color information
#ED2432 (or 0xED2432) is known color: Alizarin. HEX triplet: ED, 24 and 32. RGB value is (237,36,50). Sum of RGB (Red+Green+Blue) = 237+36+50=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2432 is #12DBCD. Grayscale: #616161. Windows color (decimal): -1235918 or 3286253. OLE color: 3286253.
HSL color Cylindrical-coordinate representation of color #ED2432: hue angle of 355.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2432 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 50 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.07 |
| HSL | 355.82º | 0.85% | 0.54% | - |
| HSV(B) | 355.82º | 0.85% | 0.93% | - |
| XYZ | 36.13 | 19.5 | 4.88 | - |
| YUV | 97.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 50 | 0 | 0.85 | 0.79 | 0.07 | 355.82 | 0.85 | 0.54 |
| Hex | ED | 24 | 32 | 0 | 55 | 4F | 7 | 164 | 55 | 36 |
| Octal | 355 | 44 | 62 | 0 | 125 | 117 | 7 | 544 | 125 | 66 |
| Binary | 11101101 | 100100 | 110010 | 0 | 1010101 | 1001111 | 111 | 101100100 | 1010101 | 110110 |
Color Harmonies of #ED2432
Complementary color
Monochromatic Colors of #ED2432
Black with #ED2432
Text Example
Text Example
White with #ED2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2432; }
p { color: rgb(237,36,50); }
H1.HeaderClassName
{
color: #ED2432;
}
.AnyTagClassName
{
color: #ED2432;
}
</style>
background-color css
<style>
a { background-color: #ED2432; }
a { background-color: rgb(237,36,50); }
div.DivClassName
{
background-color: #ED2432;
}
.BgClassName
{
background-color: #ED2432;
}
</style>
border-color css
<style>
span { border-color: #ED2432; }
span { border-color: rgb(237,36,50); }
td.TdClassName
{
border-color: #ED2432;
}
.TagClassName
{
border-color: #ED2432;
}
</style>