Shades of Alizarin #ED2328
Tints of Alizarin #ED2328
RGB
CMYK
RGB Variations
Color information
#ED2328 (or 0xED2328) is known color: Alizarin. HEX triplet: ED, 23 and 28. RGB value is (237,35,40). Sum of RGB (Red+Green+Blue) = 237+35+40=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2328 is #12DCD7. Grayscale: #606060. Windows color (decimal): -1236184 or 2630637. OLE color: 2630637.
HSL color Cylindrical-coordinate representation of color #ED2328: hue angle of 358.51º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2328 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 40 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.07 |
| HSL | 358.51º | 0.85% | 0.53% | - |
| HSV(B) | 358.51º | 0.85% | 0.93% | - |
| XYZ | 35.91 | 19.36 | 3.85 | - |
| YUV | 95.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 40 | 0 | 0.85 | 0.83 | 0.07 | 358.51 | 0.85 | 0.53 |
| Hex | ED | 23 | 28 | 0 | 55 | 53 | 7 | 167 | 55 | 35 |
| Octal | 355 | 43 | 50 | 0 | 125 | 123 | 7 | 547 | 125 | 65 |
| Binary | 11101101 | 100011 | 101000 | 0 | 1010101 | 1010011 | 111 | 101100111 | 1010101 | 110101 |
Color Harmonies of #ED2328
Complementary color
Monochromatic Colors of #ED2328
Black with #ED2328
Text Example
Text Example
White with #ED2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2328; }
p { color: rgb(237,35,40); }
H1.HeaderClassName
{
color: #ED2328;
}
.AnyTagClassName
{
color: #ED2328;
}
</style>
background-color css
<style>
a { background-color: #ED2328; }
a { background-color: rgb(237,35,40); }
div.DivClassName
{
background-color: #ED2328;
}
.BgClassName
{
background-color: #ED2328;
}
</style>
border-color css
<style>
span { border-color: #ED2328; }
span { border-color: rgb(237,35,40); }
td.TdClassName
{
border-color: #ED2328;
}
.TagClassName
{
border-color: #ED2328;
}
</style>