Shades of Alizarin #ED243A
Tints of Alizarin #ED243A
RGB
CMYK
RGB Variations
Color information
#ED243A (or 0xED243A) is known color: Alizarin. HEX triplet: ED, 24 and 3A. RGB value is (237,36,58). Sum of RGB (Red+Green+Blue) = 237+36+58=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED243A is #12DBC5. Grayscale: #626262. Windows color (decimal): -1235910 or 3810541. OLE color: 3810541.
HSL color Cylindrical-coordinate representation of color #ED243A: hue angle of 353.43º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED243A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 58 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.07 |
| HSL | 353.43º | 0.85% | 0.54% | - |
| HSV(B) | 353.43º | 0.85% | 0.93% | - |
| XYZ | 36.32 | 19.57 | 5.87 | - |
| YUV | 98.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 58 | 0 | 0.85 | 0.76 | 0.07 | 353.43 | 0.85 | 0.54 |
| Hex | ED | 24 | 3A | 0 | 55 | 4C | 7 | 161 | 55 | 36 |
| Octal | 355 | 44 | 72 | 0 | 125 | 114 | 7 | 541 | 125 | 66 |
| Binary | 11101101 | 100100 | 111010 | 0 | 1010101 | 1001100 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #ED243A
Complementary color
Monochromatic Colors of #ED243A
Black with #ED243A
Text Example
Text Example
White with #ED243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED243A; }
p { color: rgb(237,36,58); }
H1.HeaderClassName
{
color: #ED243A;
}
.AnyTagClassName
{
color: #ED243A;
}
</style>
background-color css
<style>
a { background-color: #ED243A; }
a { background-color: rgb(237,36,58); }
div.DivClassName
{
background-color: #ED243A;
}
.BgClassName
{
background-color: #ED243A;
}
</style>
border-color css
<style>
span { border-color: #ED243A; }
span { border-color: rgb(237,36,58); }
td.TdClassName
{
border-color: #ED243A;
}
.TagClassName
{
border-color: #ED243A;
}
</style>