Shades of Alizarin #ED2135
Tints of Alizarin #ED2135
RGB
CMYK
RGB Variations
Color information
#ED2135 (or 0xED2135) is known color: Alizarin. HEX triplet: ED, 21 and 35. RGB value is (237,33,53). Sum of RGB (Red+Green+Blue) = 237+33+53=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2135 is #12DECA. Grayscale: #606060. Windows color (decimal): -1236683 or 3482093. OLE color: 3482093.
HSL color Cylindrical-coordinate representation of color #ED2135: hue angle of 354.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2135 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.07 |
| HSL | 354.12º | 0.85% | 0.53% | - |
| HSV(B) | 354.12º | 0.86% | 0.93% | - |
| XYZ | 36.11 | 19.35 | 5.2 | - |
| YUV | 96.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 53 | 0 | 0.86 | 0.78 | 0.07 | 354.12 | 0.85 | 0.53 |
| Hex | ED | 21 | 35 | 0 | 56 | 4E | 7 | 162 | 55 | 35 |
| Octal | 355 | 41 | 65 | 0 | 126 | 116 | 7 | 542 | 125 | 65 |
| Binary | 11101101 | 100001 | 110101 | 0 | 1010110 | 1001110 | 111 | 101100010 | 1010101 | 110101 |
Color Harmonies of #ED2135
Complementary color
Monochromatic Colors of #ED2135
Black with #ED2135
Text Example
Text Example
White with #ED2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2135; }
p { color: rgb(237,33,53); }
H1.HeaderClassName
{
color: #ED2135;
}
.AnyTagClassName
{
color: #ED2135;
}
</style>
background-color css
<style>
a { background-color: #ED2135; }
a { background-color: rgb(237,33,53); }
div.DivClassName
{
background-color: #ED2135;
}
.BgClassName
{
background-color: #ED2135;
}
</style>
border-color css
<style>
span { border-color: #ED2135; }
span { border-color: rgb(237,33,53); }
td.TdClassName
{
border-color: #ED2135;
}
.TagClassName
{
border-color: #ED2135;
}
</style>