Shades of Alizarin #EC2B3F
Tints of Alizarin #EC2B3F
RGB
CMYK
RGB Variations
Color information
#EC2B3F (or 0xEC2B3F) is known color: Alizarin. HEX triplet: EC, 2B and 3F. RGB value is (236,43,63). Sum of RGB (Red+Green+Blue) = 236+43+63=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B3F is #13D4C0. Grayscale: #676767. Windows color (decimal): -1299649 or 4140012. OLE color: 4140012.
HSL color Cylindrical-coordinate representation of color #EC2B3F: hue angle of 353.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B3F is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 63 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.07 |
| HSL | 353.78º | 0.84% | 0.55% | - |
| HSV(B) | 353.78º | 0.82% | 0.93% | - |
| XYZ | 36.35 | 19.92 | 6.63 | - |
| YUV | 102.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 63 | 0 | 0.82 | 0.73 | 0.07 | 353.78 | 0.84 | 0.55 |
| Hex | EC | 2B | 3F | 0 | 52 | 49 | 7 | 162 | 54 | 37 |
| Octal | 354 | 53 | 77 | 0 | 122 | 111 | 7 | 542 | 124 | 67 |
| Binary | 11101100 | 101011 | 111111 | 0 | 1010010 | 1001001 | 111 | 101100010 | 1010100 | 110111 |
Color Harmonies of #EC2B3F
Complementary color
Monochromatic Colors of #EC2B3F
Black with #EC2B3F
Text Example
Text Example
White with #EC2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B3F; }
p { color: rgb(236,43,63); }
H1.HeaderClassName
{
color: #EC2B3F;
}
.AnyTagClassName
{
color: #EC2B3F;
}
</style>
background-color css
<style>
a { background-color: #EC2B3F; }
a { background-color: rgb(236,43,63); }
div.DivClassName
{
background-color: #EC2B3F;
}
.BgClassName
{
background-color: #EC2B3F;
}
</style>
border-color css
<style>
span { border-color: #EC2B3F; }
span { border-color: rgb(236,43,63); }
td.TdClassName
{
border-color: #EC2B3F;
}
.TagClassName
{
border-color: #EC2B3F;
}
</style>