Shades of Alizarin #ED232E
Tints of Alizarin #ED232E
RGB
CMYK
RGB Variations
Color information
#ED232E (or 0xED232E) is known color: Alizarin. HEX triplet: ED, 23 and 2E. RGB value is (237,35,46). Sum of RGB (Red+Green+Blue) = 237+35+46=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED232E is #12DCD1. Grayscale: #606060. Windows color (decimal): -1236178 or 3023853. OLE color: 3023853.
HSL color Cylindrical-coordinate representation of color #ED232E: hue angle of 356.73º 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 #ED232E is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.07 |
| HSL | 356.73º | 0.85% | 0.53% | - |
| HSV(B) | 356.73º | 0.85% | 0.93% | - |
| XYZ | 36.02 | 19.4 | 4.43 | - |
| YUV | 96.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 46 | 0 | 0.85 | 0.81 | 0.07 | 356.73 | 0.85 | 0.53 |
| Hex | ED | 23 | 2E | 0 | 55 | 51 | 7 | 165 | 55 | 35 |
| Octal | 355 | 43 | 56 | 0 | 125 | 121 | 7 | 545 | 125 | 65 |
| Binary | 11101101 | 100011 | 101110 | 0 | 1010101 | 1010001 | 111 | 101100101 | 1010101 | 110101 |
Color Harmonies of #ED232E
Complementary color
Monochromatic Colors of #ED232E
Black with #ED232E
Text Example
Text Example
White with #ED232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED232E; }
p { color: rgb(237,35,46); }
H1.HeaderClassName
{
color: #ED232E;
}
.AnyTagClassName
{
color: #ED232E;
}
</style>
background-color css
<style>
a { background-color: #ED232E; }
a { background-color: rgb(237,35,46); }
div.DivClassName
{
background-color: #ED232E;
}
.BgClassName
{
background-color: #ED232E;
}
</style>
border-color css
<style>
span { border-color: #ED232E; }
span { border-color: rgb(237,35,46); }
td.TdClassName
{
border-color: #ED232E;
}
.TagClassName
{
border-color: #ED232E;
}
</style>