Shades of Alizarin #ED232C
Tints of Alizarin #ED232C
RGB
CMYK
RGB Variations
Color information
#ED232C (or 0xED232C) is known color: Alizarin. HEX triplet: ED, 23 and 2C. RGB value is (237,35,44). Sum of RGB (Red+Green+Blue) = 237+35+44=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED232C is #12DCD3. Grayscale: #606060. Windows color (decimal): -1236180 or 2892781. OLE color: 2892781.
HSL color Cylindrical-coordinate representation of color #ED232C: hue angle of 357.33º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.07 |
| HSL | 357.33º | 0.85% | 0.53% | - |
| HSV(B) | 357.33º | 0.85% | 0.93% | - |
| XYZ | 35.98 | 19.39 | 4.23 | - |
| YUV | 96.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 44 | 0 | 0.85 | 0.81 | 0.07 | 357.33 | 0.85 | 0.53 |
| Hex | ED | 23 | 2C | 0 | 55 | 51 | 7 | 165 | 55 | 35 |
| Octal | 355 | 43 | 54 | 0 | 125 | 121 | 7 | 545 | 125 | 65 |
| Binary | 11101101 | 100011 | 101100 | 0 | 1010101 | 1010001 | 111 | 101100101 | 1010101 | 110101 |
Color Harmonies of #ED232C
Complementary color
Monochromatic Colors of #ED232C
Black with #ED232C
Text Example
Text Example
White with #ED232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED232C; }
p { color: rgb(237,35,44); }
H1.HeaderClassName
{
color: #ED232C;
}
.AnyTagClassName
{
color: #ED232C;
}
</style>
background-color css
<style>
a { background-color: #ED232C; }
a { background-color: rgb(237,35,44); }
div.DivClassName
{
background-color: #ED232C;
}
.BgClassName
{
background-color: #ED232C;
}
</style>
border-color css
<style>
span { border-color: #ED232C; }
span { border-color: rgb(237,35,44); }
td.TdClassName
{
border-color: #ED232C;
}
.TagClassName
{
border-color: #ED232C;
}
</style>