Shades of Alizarin #ED2324
Tints of Alizarin #ED2324
RGB
CMYK
RGB Variations
Color information
#ED2324 (or 0xED2324) is known color: Alizarin. HEX triplet: ED, 23 and 24. RGB value is (237,35,36). Sum of RGB (Red+Green+Blue) = 237+35+36=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2324 is #12DCDB. Grayscale: #5F5F5F. Windows color (decimal): -1236188 or 2368493. OLE color: 2368493.
HSL color Cylindrical-coordinate representation of color #ED2324: hue angle of 359.7º 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 #ED2324 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.07 |
| HSL | 359.7º | 0.85% | 0.53% | - |
| HSV(B) | 359.7º | 0.85% | 0.93% | - |
| XYZ | 35.84 | 19.33 | 3.51 | - |
| YUV | 95.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 36 | 0 | 0.85 | 0.85 | 0.07 | 359.7 | 0.85 | 0.53 |
| Hex | ED | 23 | 24 | 0 | 55 | 55 | 7 | 168 | 55 | 35 |
| Octal | 355 | 43 | 44 | 0 | 125 | 125 | 7 | 550 | 125 | 65 |
| Binary | 11101101 | 100011 | 100100 | 0 | 1010101 | 1010101 | 111 | 101101000 | 1010101 | 110101 |
Color Harmonies of #ED2324
Complementary color
Monochromatic Colors of #ED2324
Black with #ED2324
Text Example
Text Example
White with #ED2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2324; }
p { color: rgb(237,35,36); }
H1.HeaderClassName
{
color: #ED2324;
}
.AnyTagClassName
{
color: #ED2324;
}
</style>
background-color css
<style>
a { background-color: #ED2324; }
a { background-color: rgb(237,35,36); }
div.DivClassName
{
background-color: #ED2324;
}
.BgClassName
{
background-color: #ED2324;
}
</style>
border-color css
<style>
span { border-color: #ED2324; }
span { border-color: rgb(237,35,36); }
td.TdClassName
{
border-color: #ED2324;
}
.TagClassName
{
border-color: #ED2324;
}
</style>