Shades of Alizarin #ED273F
Tints of Alizarin #ED273F
RGB
CMYK
RGB Variations
Color information
#ED273F (or 0xED273F) is known color: Alizarin. HEX triplet: ED, 27 and 3F. RGB value is (237,39,63). Sum of RGB (Red+Green+Blue) = 237+39+63=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED273F is #12D8C0. Grayscale: #656565. Windows color (decimal): -1235137 or 4138989. OLE color: 4138989.
HSL color Cylindrical-coordinate representation of color #ED273F: hue angle of 352.73º 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 #ED273F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 63 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 352.73º | 0.85% | 0.54% | - |
| HSV(B) | 352.73º | 0.84% | 0.93% | - |
| XYZ | 36.55 | 19.81 | 6.6 | - |
| YUV | 100.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 63 | 0 | 0.84 | 0.73 | 0.07 | 352.73 | 0.85 | 0.54 |
| Hex | ED | 27 | 3F | 0 | 54 | 49 | 7 | 161 | 55 | 36 |
| Octal | 355 | 47 | 77 | 0 | 124 | 111 | 7 | 541 | 125 | 66 |
| Binary | 11101101 | 100111 | 111111 | 0 | 1010100 | 1001001 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #ED273F
Complementary color
Monochromatic Colors of #ED273F
Black with #ED273F
Text Example
Text Example
White with #ED273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED273F; }
p { color: rgb(237,39,63); }
H1.HeaderClassName
{
color: #ED273F;
}
.AnyTagClassName
{
color: #ED273F;
}
</style>
background-color css
<style>
a { background-color: #ED273F; }
a { background-color: rgb(237,39,63); }
div.DivClassName
{
background-color: #ED273F;
}
.BgClassName
{
background-color: #ED273F;
}
</style>
border-color css
<style>
span { border-color: #ED273F; }
span { border-color: rgb(237,39,63); }
td.TdClassName
{
border-color: #ED273F;
}
.TagClassName
{
border-color: #ED273F;
}
</style>