Shades of Alizarin #ED2530
Tints of Alizarin #ED2530
RGB
CMYK
RGB Variations
Color information
#ED2530 (or 0xED2530) is known color: Alizarin. HEX triplet: ED, 25 and 30. RGB value is (237,37,48). Sum of RGB (Red+Green+Blue) = 237+37+48=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2530 is #12DACF. Grayscale: #626262. Windows color (decimal): -1235664 or 3155437. OLE color: 3155437.
HSL color Cylindrical-coordinate representation of color #ED2530: hue angle of 356.7º 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 #ED2530 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 48 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.07 |
| HSL | 356.7º | 0.85% | 0.54% | - |
| HSV(B) | 356.7º | 0.84% | 0.93% | - |
| XYZ | 36.12 | 19.54 | 4.66 | - |
| YUV | 98.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 48 | 0 | 0.84 | 0.80 | 0.07 | 356.7 | 0.85 | 0.54 |
| Hex | ED | 25 | 30 | 0 | 54 | 50 | 7 | 165 | 55 | 36 |
| Octal | 355 | 45 | 60 | 0 | 124 | 120 | 7 | 545 | 125 | 66 |
| Binary | 11101101 | 100101 | 110000 | 0 | 1010100 | 1010000 | 111 | 101100101 | 1010101 | 110110 |
Color Harmonies of #ED2530
Complementary color
Monochromatic Colors of #ED2530
Black with #ED2530
Text Example
Text Example
White with #ED2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2530; }
p { color: rgb(237,37,48); }
H1.HeaderClassName
{
color: #ED2530;
}
.AnyTagClassName
{
color: #ED2530;
}
</style>
background-color css
<style>
a { background-color: #ED2530; }
a { background-color: rgb(237,37,48); }
div.DivClassName
{
background-color: #ED2530;
}
.BgClassName
{
background-color: #ED2530;
}
</style>
border-color css
<style>
span { border-color: #ED2530; }
span { border-color: rgb(237,37,48); }
td.TdClassName
{
border-color: #ED2530;
}
.TagClassName
{
border-color: #ED2530;
}
</style>