Shades of Alizarin #ED283A
Tints of Alizarin #ED283A
RGB
CMYK
RGB Variations
Color information
#ED283A (or 0xED283A) is known color: Alizarin. HEX triplet: ED, 28 and 3A. RGB value is (237,40,58). Sum of RGB (Red+Green+Blue) = 237+40+58=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED283A is #12D7C5. Grayscale: #656565. Windows color (decimal): -1234886 or 3811565. OLE color: 3811565.
HSL color Cylindrical-coordinate representation of color #ED283A: hue angle of 354.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED283A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.07 |
| HSL | 354.52º | 0.85% | 0.54% | - |
| HSV(B) | 354.52º | 0.83% | 0.93% | - |
| XYZ | 36.45 | 19.83 | 5.91 | - |
| YUV | 100.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 58 | 0 | 0.83 | 0.76 | 0.07 | 354.52 | 0.85 | 0.54 |
| Hex | ED | 28 | 3A | 0 | 53 | 4C | 7 | 163 | 55 | 36 |
| Octal | 355 | 50 | 72 | 0 | 123 | 114 | 7 | 543 | 125 | 66 |
| Binary | 11101101 | 101000 | 111010 | 0 | 1010011 | 1001100 | 111 | 101100011 | 1010101 | 110110 |
Color Harmonies of #ED283A
Complementary color
Monochromatic Colors of #ED283A
Black with #ED283A
Text Example
Text Example
White with #ED283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED283A; }
p { color: rgb(237,40,58); }
H1.HeaderClassName
{
color: #ED283A;
}
.AnyTagClassName
{
color: #ED283A;
}
</style>
background-color css
<style>
a { background-color: #ED283A; }
a { background-color: rgb(237,40,58); }
div.DivClassName
{
background-color: #ED283A;
}
.BgClassName
{
background-color: #ED283A;
}
</style>
border-color css
<style>
span { border-color: #ED283A; }
span { border-color: rgb(237,40,58); }
td.TdClassName
{
border-color: #ED283A;
}
.TagClassName
{
border-color: #ED283A;
}
</style>