Shades of Alizarin #ED1B3B
Tints of Alizarin #ED1B3B
RGB
CMYK
RGB Variations
Color information
#ED1B3B (or 0xED1B3B) is known color: Alizarin. HEX triplet: ED, 1B and 3B. RGB value is (237,27,59). Sum of RGB (Red+Green+Blue) = 237+27+59=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1B3B is #12E4C4. Grayscale: #5D5D5D. Windows color (decimal): -1238213 or 3873773. OLE color: 3873773.
HSL color Cylindrical-coordinate representation of color #ED1B3B: hue angle of 350.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1B3B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 59 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.86º | 0.85% | 0.52% | - |
| HSV(B) | 350.86º | 0.89% | 0.93% | - |
| XYZ | 36.11 | 19.1 | 5.92 | - |
| YUV | 93.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 59 | 0 | 0.89 | 0.75 | 0.07 | 350.86 | 0.85 | 0.52 |
| Hex | ED | 1B | 3B | 0 | 59 | 4B | 7 | 15F | 55 | 34 |
| Octal | 355 | 33 | 73 | 0 | 131 | 113 | 7 | 537 | 125 | 64 |
| Binary | 11101101 | 11011 | 111011 | 0 | 1011001 | 1001011 | 111 | 101011111 | 1010101 | 110100 |
Color Harmonies of #ED1B3B
Complementary color
Monochromatic Colors of #ED1B3B
Black with #ED1B3B
Text Example
Text Example
White with #ED1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B3B; }
p { color: rgb(237,27,59); }
H1.HeaderClassName
{
color: #ED1B3B;
}
.AnyTagClassName
{
color: #ED1B3B;
}
</style>
background-color css
<style>
a { background-color: #ED1B3B; }
a { background-color: rgb(237,27,59); }
div.DivClassName
{
background-color: #ED1B3B;
}
.BgClassName
{
background-color: #ED1B3B;
}
</style>
border-color css
<style>
span { border-color: #ED1B3B; }
span { border-color: rgb(237,27,59); }
td.TdClassName
{
border-color: #ED1B3B;
}
.TagClassName
{
border-color: #ED1B3B;
}
</style>