Shades of Alizarin #EC1D2B
Tints of Alizarin #EC1D2B
RGB
CMYK
RGB Variations
Color information
#EC1D2B (or 0xEC1D2B) is known color: Alizarin. HEX triplet: EC, 1D and 2B. RGB value is (236,29,43). Sum of RGB (Red+Green+Blue) = 236+29+43=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D2B is #13E2D4. Grayscale: #5C5C5C. Windows color (decimal): -1303253 or 2825708. OLE color: 2825708.
HSL color Cylindrical-coordinate representation of color #EC1D2B: hue angle of 355.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.07 |
| HSL | 355.94º | 0.84% | 0.52% | - |
| HSV(B) | 355.94º | 0.88% | 0.93% | - |
| XYZ | 35.47 | 18.89 | 4.06 | - |
| YUV | 92.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 43 | 0 | 0.88 | 0.82 | 0.07 | 355.94 | 0.84 | 0.52 |
| Hex | EC | 1D | 2B | 0 | 58 | 52 | 7 | 164 | 54 | 34 |
| Octal | 354 | 35 | 53 | 0 | 130 | 122 | 7 | 544 | 124 | 64 |
| Binary | 11101100 | 11101 | 101011 | 0 | 1011000 | 1010010 | 111 | 101100100 | 1010100 | 110100 |
Color Harmonies of #EC1D2B
Complementary color
Monochromatic Colors of #EC1D2B
Black with #EC1D2B
Text Example
Text Example
White with #EC1D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D2B; }
p { color: rgb(236,29,43); }
H1.HeaderClassName
{
color: #EC1D2B;
}
.AnyTagClassName
{
color: #EC1D2B;
}
</style>
background-color css
<style>
a { background-color: #EC1D2B; }
a { background-color: rgb(236,29,43); }
div.DivClassName
{
background-color: #EC1D2B;
}
.BgClassName
{
background-color: #EC1D2B;
}
</style>
border-color css
<style>
span { border-color: #EC1D2B; }
span { border-color: rgb(236,29,43); }
td.TdClassName
{
border-color: #EC1D2B;
}
.TagClassName
{
border-color: #EC1D2B;
}
</style>