Shades of Alizarin #ED273A
Tints of Alizarin #ED273A
RGB
CMYK
RGB Variations
Color information
#ED273A (or 0xED273A) is known color: Alizarin. HEX triplet: ED, 27 and 3A. RGB value is (237,39,58). Sum of RGB (Red+Green+Blue) = 237+39+58=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED273A is #12D8C5. Grayscale: #646464. Windows color (decimal): -1235142 or 3811309. OLE color: 3811309.
HSL color Cylindrical-coordinate representation of color #ED273A: hue angle of 354.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED273A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 58 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.24º | 0.85% | 0.54% | - |
| HSV(B) | 354.24º | 0.84% | 0.93% | - |
| XYZ | 36.41 | 19.76 | 5.9 | - |
| YUV | 100.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 58 | 0 | 0.84 | 0.76 | 0.07 | 354.24 | 0.85 | 0.54 |
| Hex | ED | 27 | 3A | 0 | 54 | 4C | 7 | 162 | 55 | 36 |
| Octal | 355 | 47 | 72 | 0 | 124 | 114 | 7 | 542 | 125 | 66 |
| Binary | 11101101 | 100111 | 111010 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010101 | 110110 |
Color Harmonies of #ED273A
Complementary color
Monochromatic Colors of #ED273A
Black with #ED273A
Text Example
Text Example
White with #ED273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED273A; }
p { color: rgb(237,39,58); }
H1.HeaderClassName
{
color: #ED273A;
}
.AnyTagClassName
{
color: #ED273A;
}
</style>
background-color css
<style>
a { background-color: #ED273A; }
a { background-color: rgb(237,39,58); }
div.DivClassName
{
background-color: #ED273A;
}
.BgClassName
{
background-color: #ED273A;
}
</style>
border-color css
<style>
span { border-color: #ED273A; }
span { border-color: rgb(237,39,58); }
td.TdClassName
{
border-color: #ED273A;
}
.TagClassName
{
border-color: #ED273A;
}
</style>