Shades of Alizarin #ED2641
Tints of Alizarin #ED2641
RGB
CMYK
RGB Variations
Color information
#ED2641 (or 0xED2641) is known color: Alizarin. HEX triplet: ED, 26 and 41. RGB value is (237,38,65). Sum of RGB (Red+Green+Blue) = 237+38+65=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2641 is #12D9BE. Grayscale: #646464. Windows color (decimal): -1235391 or 4269805. OLE color: 4269805.
HSL color Cylindrical-coordinate representation of color #ED2641: hue angle of 351.86º 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 #ED2641 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 65 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 351.86º | 0.85% | 0.54% | - |
| HSV(B) | 351.86º | 0.84% | 0.93% | - |
| XYZ | 36.57 | 19.77 | 6.89 | - |
| YUV | 100.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 65 | 0 | 0.84 | 0.73 | 0.07 | 351.86 | 0.85 | 0.54 |
| Hex | ED | 26 | 41 | 0 | 54 | 49 | 7 | 160 | 55 | 36 |
| Octal | 355 | 46 | 101 | 0 | 124 | 111 | 7 | 540 | 125 | 66 |
| Binary | 11101101 | 100110 | 1000001 | 0 | 1010100 | 1001001 | 111 | 101100000 | 1010101 | 110110 |
Color Harmonies of #ED2641
Complementary color
Monochromatic Colors of #ED2641
Black with #ED2641
Text Example
Text Example
White with #ED2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2641; }
p { color: rgb(237,38,65); }
H1.HeaderClassName
{
color: #ED2641;
}
.AnyTagClassName
{
color: #ED2641;
}
</style>
background-color css
<style>
a { background-color: #ED2641; }
a { background-color: rgb(237,38,65); }
div.DivClassName
{
background-color: #ED2641;
}
.BgClassName
{
background-color: #ED2641;
}
</style>
border-color css
<style>
span { border-color: #ED2641; }
span { border-color: rgb(237,38,65); }
td.TdClassName
{
border-color: #ED2641;
}
.TagClassName
{
border-color: #ED2641;
}
</style>