Shades of Alizarin #ED2C2D
Tints of Alizarin #ED2C2D
RGB
CMYK
RGB Variations
Color information
#ED2C2D (or 0xED2C2D) is known color: Alizarin. HEX triplet: ED, 2C and 2D. RGB value is (237,44,45). Sum of RGB (Red+Green+Blue) = 237+44+45=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C2D is #12D3D2. Grayscale: #666666. Windows color (decimal): -1233875 or 2960621. OLE color: 2960621.
HSL color Cylindrical-coordinate representation of color #ED2C2D: hue angle of 359.69º 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 #ED2C2D is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 45 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.07 |
| HSL | 359.69º | 0.84% | 0.55% | - |
| HSV(B) | 359.69º | 0.81% | 0.93% | - |
| XYZ | 36.3 | 20 | 4.43 | - |
| YUV | 101.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 45 | 0 | 0.81 | 0.81 | 0.07 | 359.69 | 0.84 | 0.55 |
| Hex | ED | 2C | 2D | 0 | 51 | 51 | 7 | 168 | 54 | 37 |
| Octal | 355 | 54 | 55 | 0 | 121 | 121 | 7 | 550 | 124 | 67 |
| Binary | 11101101 | 101100 | 101101 | 0 | 1010001 | 1010001 | 111 | 101101000 | 1010100 | 110111 |
Color Harmonies of #ED2C2D
Complementary color
Monochromatic Colors of #ED2C2D
Black with #ED2C2D
Text Example
Text Example
White with #ED2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C2D; }
p { color: rgb(237,44,45); }
H1.HeaderClassName
{
color: #ED2C2D;
}
.AnyTagClassName
{
color: #ED2C2D;
}
</style>
background-color css
<style>
a { background-color: #ED2C2D; }
a { background-color: rgb(237,44,45); }
div.DivClassName
{
background-color: #ED2C2D;
}
.BgClassName
{
background-color: #ED2C2D;
}
</style>
border-color css
<style>
span { border-color: #ED2C2D; }
span { border-color: rgb(237,44,45); }
td.TdClassName
{
border-color: #ED2C2D;
}
.TagClassName
{
border-color: #ED2C2D;
}
</style>