Shades of Alizarin #ED233B
Tints of Alizarin #ED233B
RGB
CMYK
RGB Variations
Color information
#ED233B (or 0xED233B) is known color: Alizarin. HEX triplet: ED, 23 and 3B. RGB value is (237,35,59). Sum of RGB (Red+Green+Blue) = 237+35+59=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED233B is #12DCC4. Grayscale: #626262. Windows color (decimal): -1236165 or 3875821. OLE color: 3875821.
HSL color Cylindrical-coordinate representation of color #ED233B: hue angle of 352.87º 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 #ED233B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 59 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 352.87º | 0.85% | 0.53% | - |
| HSV(B) | 352.87º | 0.85% | 0.93% | - |
| XYZ | 36.32 | 19.52 | 5.99 | - |
| YUV | 98.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 59 | 0 | 0.85 | 0.75 | 0.07 | 352.87 | 0.85 | 0.53 |
| Hex | ED | 23 | 3B | 0 | 55 | 4B | 7 | 161 | 55 | 35 |
| Octal | 355 | 43 | 73 | 0 | 125 | 113 | 7 | 541 | 125 | 65 |
| Binary | 11101101 | 100011 | 111011 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010101 | 110101 |
Color Harmonies of #ED233B
Complementary color
Monochromatic Colors of #ED233B
Black with #ED233B
Text Example
Text Example
White with #ED233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED233B; }
p { color: rgb(237,35,59); }
H1.HeaderClassName
{
color: #ED233B;
}
.AnyTagClassName
{
color: #ED233B;
}
</style>
background-color css
<style>
a { background-color: #ED233B; }
a { background-color: rgb(237,35,59); }
div.DivClassName
{
background-color: #ED233B;
}
.BgClassName
{
background-color: #ED233B;
}
</style>
border-color css
<style>
span { border-color: #ED233B; }
span { border-color: rgb(237,35,59); }
td.TdClassName
{
border-color: #ED233B;
}
.TagClassName
{
border-color: #ED233B;
}
</style>