Shades of Alizarin #ED2326
Tints of Alizarin #ED2326
RGB
CMYK
RGB Variations
Color information
#ED2326 (or 0xED2326) is known color: Alizarin. HEX triplet: ED, 23 and 26. RGB value is (237,35,38). Sum of RGB (Red+Green+Blue) = 237+35+38=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2326 is #12DCD9. Grayscale: #5F5F5F. Windows color (decimal): -1236186 or 2499565. OLE color: 2499565.
HSL color Cylindrical-coordinate representation of color #ED2326: hue angle of 359.11º 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 #ED2326 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.11º | 0.85% | 0.53% | - |
| HSV(B) | 359.11º | 0.85% | 0.93% | - |
| XYZ | 35.88 | 19.35 | 3.68 | - |
| YUV | 95.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 38 | 0 | 0.85 | 0.84 | 0.07 | 359.11 | 0.85 | 0.53 |
| Hex | ED | 23 | 26 | 0 | 55 | 54 | 7 | 167 | 55 | 35 |
| Octal | 355 | 43 | 46 | 0 | 125 | 124 | 7 | 547 | 125 | 65 |
| Binary | 11101101 | 100011 | 100110 | 0 | 1010101 | 1010100 | 111 | 101100111 | 1010101 | 110101 |
Color Harmonies of #ED2326
Complementary color
Monochromatic Colors of #ED2326
Black with #ED2326
Text Example
Text Example
White with #ED2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2326; }
p { color: rgb(237,35,38); }
H1.HeaderClassName
{
color: #ED2326;
}
.AnyTagClassName
{
color: #ED2326;
}
</style>
background-color css
<style>
a { background-color: #ED2326; }
a { background-color: rgb(237,35,38); }
div.DivClassName
{
background-color: #ED2326;
}
.BgClassName
{
background-color: #ED2326;
}
</style>
border-color css
<style>
span { border-color: #ED2326; }
span { border-color: rgb(237,35,38); }
td.TdClassName
{
border-color: #ED2326;
}
.TagClassName
{
border-color: #ED2326;
}
</style>