Shades of Alizarin #ED263C
Tints of Alizarin #ED263C
RGB
CMYK
RGB Variations
Color information
#ED263C (or 0xED263C) is known color: Alizarin. HEX triplet: ED, 26 and 3C. RGB value is (237,38,60). Sum of RGB (Red+Green+Blue) = 237+38+60=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED263C is #12D9C3. Grayscale: #646464. Windows color (decimal): -1235396 or 3942125. OLE color: 3942125.
HSL color Cylindrical-coordinate representation of color #ED263C: hue angle of 353.37º 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 #ED263C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.37º | 0.85% | 0.54% | - |
| HSV(B) | 353.37º | 0.84% | 0.93% | - |
| XYZ | 36.43 | 19.72 | 6.16 | - |
| YUV | 100.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 60 | 0 | 0.84 | 0.75 | 0.07 | 353.37 | 0.85 | 0.54 |
| Hex | ED | 26 | 3C | 0 | 54 | 4B | 7 | 161 | 55 | 36 |
| Octal | 355 | 46 | 74 | 0 | 124 | 113 | 7 | 541 | 125 | 66 |
| Binary | 11101101 | 100110 | 111100 | 0 | 1010100 | 1001011 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #ED263C
Complementary color
Monochromatic Colors of #ED263C
Black with #ED263C
Text Example
Text Example
White with #ED263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED263C; }
p { color: rgb(237,38,60); }
H1.HeaderClassName
{
color: #ED263C;
}
.AnyTagClassName
{
color: #ED263C;
}
</style>
background-color css
<style>
a { background-color: #ED263C; }
a { background-color: rgb(237,38,60); }
div.DivClassName
{
background-color: #ED263C;
}
.BgClassName
{
background-color: #ED263C;
}
</style>
border-color css
<style>
span { border-color: #ED263C; }
span { border-color: rgb(237,38,60); }
td.TdClassName
{
border-color: #ED263C;
}
.TagClassName
{
border-color: #ED263C;
}
</style>