Shades of Alizarin #ED2D3F
Tints of Alizarin #ED2D3F
RGB
CMYK
RGB Variations
Color information
#ED2D3F (or 0xED2D3F) is known color: Alizarin. HEX triplet: ED, 2D and 3F. RGB value is (237,45,63). Sum of RGB (Red+Green+Blue) = 237+45+63=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D3F is #12D2C0. Grayscale: #686868. Windows color (decimal): -1233601 or 4140525. OLE color: 4140525.
HSL color Cylindrical-coordinate representation of color #ED2D3F: hue angle of 354.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2D3F is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 63 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.07 |
| HSL | 354.38º | 0.84% | 0.55% | - |
| HSV(B) | 354.38º | 0.81% | 0.93% | - |
| XYZ | 36.76 | 20.24 | 6.67 | - |
| YUV | 104.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 63 | 0 | 0.81 | 0.73 | 0.07 | 354.38 | 0.84 | 0.55 |
| Hex | ED | 2D | 3F | 0 | 51 | 49 | 7 | 162 | 54 | 37 |
| Octal | 355 | 55 | 77 | 0 | 121 | 111 | 7 | 542 | 124 | 67 |
| Binary | 11101101 | 101101 | 111111 | 0 | 1010001 | 1001001 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #ED2D3F
Complementary color
Monochromatic Colors of #ED2D3F
Black with #ED2D3F
Text Example
Text Example
White with #ED2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D3F; }
p { color: rgb(237,45,63); }
H1.HeaderClassName
{
color: #ED2D3F;
}
.AnyTagClassName
{
color: #ED2D3F;
}
</style>
background-color css
<style>
a { background-color: #ED2D3F; }
a { background-color: rgb(237,45,63); }
div.DivClassName
{
background-color: #ED2D3F;
}
.BgClassName
{
background-color: #ED2D3F;
}
</style>
border-color css
<style>
span { border-color: #ED2D3F; }
span { border-color: rgb(237,45,63); }
td.TdClassName
{
border-color: #ED2D3F;
}
.TagClassName
{
border-color: #ED2D3F;
}
</style>