Shades of Alizarin #ED252A
Tints of Alizarin #ED252A
RGB
CMYK
RGB Variations
Color information
#ED252A (or 0xED252A) is known color: Alizarin. HEX triplet: ED, 25 and 2A. RGB value is (237,37,42). Sum of RGB (Red+Green+Blue) = 237+37+42=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED252A is #12DAD5. Grayscale: #616161. Windows color (decimal): -1235670 or 2762221. OLE color: 2762221.
HSL color Cylindrical-coordinate representation of color #ED252A: hue angle of 358.5º 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 #ED252A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 42 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.07 |
| HSL | 358.5º | 0.85% | 0.54% | - |
| HSV(B) | 358.5º | 0.84% | 0.93% | - |
| XYZ | 36 | 19.49 | 4.06 | - |
| YUV | 97.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 42 | 0 | 0.84 | 0.82 | 0.07 | 358.5 | 0.85 | 0.54 |
| Hex | ED | 25 | 2A | 0 | 54 | 52 | 7 | 166 | 55 | 36 |
| Octal | 355 | 45 | 52 | 0 | 124 | 122 | 7 | 546 | 125 | 66 |
| Binary | 11101101 | 100101 | 101010 | 0 | 1010100 | 1010010 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #ED252A
Complementary color
Monochromatic Colors of #ED252A
Black with #ED252A
Text Example
Text Example
White with #ED252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED252A; }
p { color: rgb(237,37,42); }
H1.HeaderClassName
{
color: #ED252A;
}
.AnyTagClassName
{
color: #ED252A;
}
</style>
background-color css
<style>
a { background-color: #ED252A; }
a { background-color: rgb(237,37,42); }
div.DivClassName
{
background-color: #ED252A;
}
.BgClassName
{
background-color: #ED252A;
}
</style>
border-color css
<style>
span { border-color: #ED252A; }
span { border-color: rgb(237,37,42); }
td.TdClassName
{
border-color: #ED252A;
}
.TagClassName
{
border-color: #ED252A;
}
</style>