Shades of Alizarin #ED1B3C
Tints of Alizarin #ED1B3C
RGB
CMYK
RGB Variations
Color information
#ED1B3C (or 0xED1B3C) is known color: Alizarin. HEX triplet: ED, 1B and 3C. RGB value is (237,27,60). Sum of RGB (Red+Green+Blue) = 237+27+60=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1B3C is #12E4C3. Grayscale: #5D5D5D. Windows color (decimal): -1238212 or 3939309. OLE color: 3939309.
HSL color Cylindrical-coordinate representation of color #ED1B3C: hue angle of 350.57º 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 #ED1B3C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 60 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.57º | 0.85% | 0.52% | - |
| HSV(B) | 350.57º | 0.89% | 0.93% | - |
| XYZ | 36.13 | 19.11 | 6.06 | - |
| YUV | 93.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 60 | 0 | 0.89 | 0.75 | 0.07 | 350.57 | 0.85 | 0.52 |
| Hex | ED | 1B | 3C | 0 | 59 | 4B | 7 | 15F | 55 | 34 |
| Octal | 355 | 33 | 74 | 0 | 131 | 113 | 7 | 537 | 125 | 64 |
| Binary | 11101101 | 11011 | 111100 | 0 | 1011001 | 1001011 | 111 | 101011111 | 1010101 | 110100 |
Color Harmonies of #ED1B3C
Complementary color
Monochromatic Colors of #ED1B3C
Black with #ED1B3C
Text Example
Text Example
White with #ED1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B3C; }
p { color: rgb(237,27,60); }
H1.HeaderClassName
{
color: #ED1B3C;
}
.AnyTagClassName
{
color: #ED1B3C;
}
</style>
background-color css
<style>
a { background-color: #ED1B3C; }
a { background-color: rgb(237,27,60); }
div.DivClassName
{
background-color: #ED1B3C;
}
.BgClassName
{
background-color: #ED1B3C;
}
</style>
border-color css
<style>
span { border-color: #ED1B3C; }
span { border-color: rgb(237,27,60); }
td.TdClassName
{
border-color: #ED1B3C;
}
.TagClassName
{
border-color: #ED1B3C;
}
</style>