Shades of Alizarin #EC283B
Tints of Alizarin #EC283B
RGB
CMYK
RGB Variations
Color information
#EC283B (or 0xEC283B) is known color: Alizarin. HEX triplet: EC, 28 and 3B. RGB value is (236,40,59). Sum of RGB (Red+Green+Blue) = 236+40+59=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC283B is #13D7C4. Grayscale: #646464. Windows color (decimal): -1300421 or 3877100. OLE color: 3877100.
HSL color Cylindrical-coordinate representation of color #EC283B: hue angle of 354.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC283B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 354.18º | 0.84% | 0.54% | - |
| HSV(B) | 354.18º | 0.83% | 0.93% | - |
| XYZ | 36.14 | 19.67 | 6.03 | - |
| YUV | 100.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 59 | 0 | 0.83 | 0.75 | 0.07 | 354.18 | 0.84 | 0.54 |
| Hex | EC | 28 | 3B | 0 | 53 | 4B | 7 | 162 | 54 | 36 |
| Octal | 354 | 50 | 73 | 0 | 123 | 113 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 101000 | 111011 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC283B
Complementary color
Monochromatic Colors of #EC283B
Black with #EC283B
Text Example
Text Example
White with #EC283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC283B; }
p { color: rgb(236,40,59); }
H1.HeaderClassName
{
color: #EC283B;
}
.AnyTagClassName
{
color: #EC283B;
}
</style>
background-color css
<style>
a { background-color: #EC283B; }
a { background-color: rgb(236,40,59); }
div.DivClassName
{
background-color: #EC283B;
}
.BgClassName
{
background-color: #EC283B;
}
</style>
border-color css
<style>
span { border-color: #EC283B; }
span { border-color: rgb(236,40,59); }
td.TdClassName
{
border-color: #EC283B;
}
.TagClassName
{
border-color: #EC283B;
}
</style>