Shades of Alizarin #ED2427
Tints of Alizarin #ED2427
RGB
CMYK
RGB Variations
Color information
#ED2427 (or 0xED2427) is known color: Alizarin. HEX triplet: ED, 24 and 27. RGB value is (237,36,39). Sum of RGB (Red+Green+Blue) = 237+36+39=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2427 is #12DBD8. Grayscale: #606060. Windows color (decimal): -1235929 or 2565357. OLE color: 2565357.
HSL color Cylindrical-coordinate representation of color #ED2427: hue angle of 359.1º 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 #ED2427 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 39 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.1º | 0.85% | 0.54% | - |
| HSV(B) | 359.1º | 0.85% | 0.93% | - |
| XYZ | 35.92 | 19.41 | 3.77 | - |
| YUV | 96.44 | 95.59 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 39 | 0 | 0.85 | 0.84 | 0.07 | 359.1 | 0.85 | 0.54 |
| Hex | ED | 24 | 27 | 0 | 55 | 54 | 7 | 167 | 55 | 36 |
| Octal | 355 | 44 | 47 | 0 | 125 | 124 | 7 | 547 | 125 | 66 |
| Binary | 11101101 | 100100 | 100111 | 0 | 1010101 | 1010100 | 111 | 101100111 | 1010101 | 110110 |
Color Harmonies of #ED2427
Complementary color
Monochromatic Colors of #ED2427
Black with #ED2427
Text Example
Text Example
White with #ED2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2427; }
p { color: rgb(237,36,39); }
H1.HeaderClassName
{
color: #ED2427;
}
.AnyTagClassName
{
color: #ED2427;
}
</style>
background-color css
<style>
a { background-color: #ED2427; }
a { background-color: rgb(237,36,39); }
div.DivClassName
{
background-color: #ED2427;
}
.BgClassName
{
background-color: #ED2427;
}
</style>
border-color css
<style>
span { border-color: #ED2427; }
span { border-color: rgb(237,36,39); }
td.TdClassName
{
border-color: #ED2427;
}
.TagClassName
{
border-color: #ED2427;
}
</style>