Shades of Alizarin #ED262C
Tints of Alizarin #ED262C
RGB
CMYK
RGB Variations
Color information
#ED262C (or 0xED262C) is known color: Alizarin. HEX triplet: ED, 26 and 2C. RGB value is (237,38,44). Sum of RGB (Red+Green+Blue) = 237+38+44=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED262C is #12D9D3. Grayscale: #626262. Windows color (decimal): -1235412 or 2893549. OLE color: 2893549.
HSL color Cylindrical-coordinate representation of color #ED262C: hue angle of 358.19º 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 #ED262C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 44 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.07 |
| HSL | 358.19º | 0.85% | 0.54% | - |
| HSV(B) | 358.19º | 0.84% | 0.93% | - |
| XYZ | 36.07 | 19.57 | 4.26 | - |
| YUV | 98.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 44 | 0 | 0.84 | 0.81 | 0.07 | 358.19 | 0.85 | 0.54 |
| Hex | ED | 26 | 2C | 0 | 54 | 51 | 7 | 166 | 55 | 36 |
| Octal | 355 | 46 | 54 | 0 | 124 | 121 | 7 | 546 | 125 | 66 |
| Binary | 11101101 | 100110 | 101100 | 0 | 1010100 | 1010001 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #ED262C
Complementary color
Monochromatic Colors of #ED262C
Black with #ED262C
Text Example
Text Example
White with #ED262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED262C; }
p { color: rgb(237,38,44); }
H1.HeaderClassName
{
color: #ED262C;
}
.AnyTagClassName
{
color: #ED262C;
}
</style>
background-color css
<style>
a { background-color: #ED262C; }
a { background-color: rgb(237,38,44); }
div.DivClassName
{
background-color: #ED262C;
}
.BgClassName
{
background-color: #ED262C;
}
</style>
border-color css
<style>
span { border-color: #ED262C; }
span { border-color: rgb(237,38,44); }
td.TdClassName
{
border-color: #ED262C;
}
.TagClassName
{
border-color: #ED262C;
}
</style>