Shades of Alizarin #ED252F
Tints of Alizarin #ED252F
RGB
CMYK
RGB Variations
Color information
#ED252F (or 0xED252F) is known color: Alizarin. HEX triplet: ED, 25 and 2F. RGB value is (237,37,47). Sum of RGB (Red+Green+Blue) = 237+37+47=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED252F is #12DAD0. Grayscale: #626262. Windows color (decimal): -1235665 or 3089901. OLE color: 3089901.
HSL color Cylindrical-coordinate representation of color #ED252F: hue angle of 357º 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 #ED252F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 47 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.07 |
| HSL | 357º | 0.85% | 0.54% | - |
| HSV(B) | 357º | 0.84% | 0.93% | - |
| XYZ | 36.1 | 19.53 | 4.56 | - |
| YUV | 97.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 47 | 0 | 0.84 | 0.80 | 0.07 | 357 | 0.85 | 0.54 |
| Hex | ED | 25 | 2F | 0 | 54 | 50 | 7 | 165 | 55 | 36 |
| Octal | 355 | 45 | 57 | 0 | 124 | 120 | 7 | 545 | 125 | 66 |
| Binary | 11101101 | 100101 | 101111 | 0 | 1010100 | 1010000 | 111 | 101100101 | 1010101 | 110110 |
Color Harmonies of #ED252F
Complementary color
Monochromatic Colors of #ED252F
Black with #ED252F
Text Example
Text Example
White with #ED252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED252F; }
p { color: rgb(237,37,47); }
H1.HeaderClassName
{
color: #ED252F;
}
.AnyTagClassName
{
color: #ED252F;
}
</style>
background-color css
<style>
a { background-color: #ED252F; }
a { background-color: rgb(237,37,47); }
div.DivClassName
{
background-color: #ED252F;
}
.BgClassName
{
background-color: #ED252F;
}
</style>
border-color css
<style>
span { border-color: #ED252F; }
span { border-color: rgb(237,37,47); }
td.TdClassName
{
border-color: #ED252F;
}
.TagClassName
{
border-color: #ED252F;
}
</style>