Shades of Alizarin #ED2430
Tints of Alizarin #ED2430
RGB
CMYK
RGB Variations
Color information
#ED2430 (or 0xED2430) is known color: Alizarin. HEX triplet: ED, 24 and 30. RGB value is (237,36,48). Sum of RGB (Red+Green+Blue) = 237+36+48=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2430 is #12DBCF. Grayscale: #616161. Windows color (decimal): -1235920 or 3155181. OLE color: 3155181.
HSL color Cylindrical-coordinate representation of color #ED2430: hue angle of 356.42º 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 #ED2430 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 48 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.07 |
| HSL | 356.42º | 0.85% | 0.54% | - |
| HSV(B) | 356.42º | 0.85% | 0.93% | - |
| XYZ | 36.09 | 19.48 | 4.65 | - |
| YUV | 97.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 48 | 0 | 0.85 | 0.80 | 0.07 | 356.42 | 0.85 | 0.54 |
| Hex | ED | 24 | 30 | 0 | 55 | 50 | 7 | 164 | 55 | 36 |
| Octal | 355 | 44 | 60 | 0 | 125 | 120 | 7 | 544 | 125 | 66 |
| Binary | 11101101 | 100100 | 110000 | 0 | 1010101 | 1010000 | 111 | 101100100 | 1010101 | 110110 |
Color Harmonies of #ED2430
Complementary color
Monochromatic Colors of #ED2430
Black with #ED2430
Text Example
Text Example
White with #ED2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2430; }
p { color: rgb(237,36,48); }
H1.HeaderClassName
{
color: #ED2430;
}
.AnyTagClassName
{
color: #ED2430;
}
</style>
background-color css
<style>
a { background-color: #ED2430; }
a { background-color: rgb(237,36,48); }
div.DivClassName
{
background-color: #ED2430;
}
.BgClassName
{
background-color: #ED2430;
}
</style>
border-color css
<style>
span { border-color: #ED2430; }
span { border-color: rgb(237,36,48); }
td.TdClassName
{
border-color: #ED2430;
}
.TagClassName
{
border-color: #ED2430;
}
</style>