Shades of Alizarin #ED263F
Tints of Alizarin #ED263F
RGB
CMYK
RGB Variations
Color information
#ED263F (or 0xED263F) is known color: Alizarin. HEX triplet: ED, 26 and 3F. RGB value is (237,38,63). Sum of RGB (Red+Green+Blue) = 237+38+63=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED263F is #12D9C0. Grayscale: #646464. Windows color (decimal): -1235393 or 4138733. OLE color: 4138733.
HSL color Cylindrical-coordinate representation of color #ED263F: hue angle of 352.46º 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 #ED263F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 63 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 352.46º | 0.85% | 0.54% | - |
| HSV(B) | 352.46º | 0.84% | 0.93% | - |
| XYZ | 36.52 | 19.75 | 6.59 | - |
| YUV | 100.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 63 | 0 | 0.84 | 0.73 | 0.07 | 352.46 | 0.85 | 0.54 |
| Hex | ED | 26 | 3F | 0 | 54 | 49 | 7 | 160 | 55 | 36 |
| Octal | 355 | 46 | 77 | 0 | 124 | 111 | 7 | 540 | 125 | 66 |
| Binary | 11101101 | 100110 | 111111 | 0 | 1010100 | 1001001 | 111 | 101100000 | 1010101 | 110110 |
Color Harmonies of #ED263F
Complementary color
Monochromatic Colors of #ED263F
Black with #ED263F
Text Example
Text Example
White with #ED263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED263F; }
p { color: rgb(237,38,63); }
H1.HeaderClassName
{
color: #ED263F;
}
.AnyTagClassName
{
color: #ED263F;
}
</style>
background-color css
<style>
a { background-color: #ED263F; }
a { background-color: rgb(237,38,63); }
div.DivClassName
{
background-color: #ED263F;
}
.BgClassName
{
background-color: #ED263F;
}
</style>
border-color css
<style>
span { border-color: #ED263F; }
span { border-color: rgb(237,38,63); }
td.TdClassName
{
border-color: #ED263F;
}
.TagClassName
{
border-color: #ED263F;
}
</style>