Shades of Alizarin #ED252C
Tints of Alizarin #ED252C
RGB
CMYK
RGB Variations
Color information
#ED252C (or 0xED252C) is known color: Alizarin. HEX triplet: ED, 25 and 2C. RGB value is (237,37,44). Sum of RGB (Red+Green+Blue) = 237+37+44=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED252C is #12DAD3. Grayscale: #616161. Windows color (decimal): -1235668 or 2893293. OLE color: 2893293.
HSL color Cylindrical-coordinate representation of color #ED252C: hue angle of 357.9º 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 #ED252C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 44 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.07 |
| HSL | 357.9º | 0.85% | 0.54% | - |
| HSV(B) | 357.9º | 0.84% | 0.93% | - |
| XYZ | 36.04 | 19.51 | 4.25 | - |
| YUV | 97.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 44 | 0 | 0.84 | 0.81 | 0.07 | 357.9 | 0.85 | 0.54 |
| Hex | ED | 25 | 2C | 0 | 54 | 51 | 7 | 166 | 55 | 36 |
| Octal | 355 | 45 | 54 | 0 | 124 | 121 | 7 | 546 | 125 | 66 |
| Binary | 11101101 | 100101 | 101100 | 0 | 1010100 | 1010001 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #ED252C
Complementary color
Monochromatic Colors of #ED252C
Black with #ED252C
Text Example
Text Example
White with #ED252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED252C; }
p { color: rgb(237,37,44); }
H1.HeaderClassName
{
color: #ED252C;
}
.AnyTagClassName
{
color: #ED252C;
}
</style>
background-color css
<style>
a { background-color: #ED252C; }
a { background-color: rgb(237,37,44); }
div.DivClassName
{
background-color: #ED252C;
}
.BgClassName
{
background-color: #ED252C;
}
</style>
border-color css
<style>
span { border-color: #ED252C; }
span { border-color: rgb(237,37,44); }
td.TdClassName
{
border-color: #ED252C;
}
.TagClassName
{
border-color: #ED252C;
}
</style>