Shades of Alizarin #ED232B
Tints of Alizarin #ED232B
RGB
CMYK
RGB Variations
Color information
#ED232B (or 0xED232B) is known color: Alizarin. HEX triplet: ED, 23 and 2B. RGB value is (237,35,43). Sum of RGB (Red+Green+Blue) = 237+35+43=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED232B is #12DCD4. Grayscale: #606060. Windows color (decimal): -1236181 or 2827245. OLE color: 2827245.
HSL color Cylindrical-coordinate representation of color #ED232B: hue angle of 357.62º 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 #ED232B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.07 |
| HSL | 357.62º | 0.85% | 0.53% | - |
| HSV(B) | 357.62º | 0.85% | 0.93% | - |
| XYZ | 35.96 | 19.38 | 4.13 | - |
| YUV | 96.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 43 | 0 | 0.85 | 0.82 | 0.07 | 357.62 | 0.85 | 0.53 |
| Hex | ED | 23 | 2B | 0 | 55 | 52 | 7 | 166 | 55 | 35 |
| Octal | 355 | 43 | 53 | 0 | 125 | 122 | 7 | 546 | 125 | 65 |
| Binary | 11101101 | 100011 | 101011 | 0 | 1010101 | 1010010 | 111 | 101100110 | 1010101 | 110101 |
Color Harmonies of #ED232B
Complementary color
Monochromatic Colors of #ED232B
Black with #ED232B
Text Example
Text Example
White with #ED232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED232B; }
p { color: rgb(237,35,43); }
H1.HeaderClassName
{
color: #ED232B;
}
.AnyTagClassName
{
color: #ED232B;
}
</style>
background-color css
<style>
a { background-color: #ED232B; }
a { background-color: rgb(237,35,43); }
div.DivClassName
{
background-color: #ED232B;
}
.BgClassName
{
background-color: #ED232B;
}
</style>
border-color css
<style>
span { border-color: #ED232B; }
span { border-color: rgb(237,35,43); }
td.TdClassName
{
border-color: #ED232B;
}
.TagClassName
{
border-color: #ED232B;
}
</style>