Shades of Alizarin #EC283F
Tints of Alizarin #EC283F
RGB
CMYK
RGB Variations
Color information
#EC283F (or 0xEC283F) is known color: Alizarin. HEX triplet: EC, 28 and 3F. RGB value is (236,40,63). Sum of RGB (Red+Green+Blue) = 236+40+63=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC283F is #13D7C0. Grayscale: #656565. Windows color (decimal): -1300417 or 4139244. OLE color: 4139244.
HSL color Cylindrical-coordinate representation of color #EC283F: hue angle of 352.96º 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 #EC283F is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 63 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.07 |
| HSL | 352.96º | 0.84% | 0.54% | - |
| HSV(B) | 352.96º | 0.83% | 0.93% | - |
| XYZ | 36.25 | 19.71 | 6.6 | - |
| YUV | 101.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 63 | 0 | 0.83 | 0.73 | 0.07 | 352.96 | 0.84 | 0.54 |
| Hex | EC | 28 | 3F | 0 | 53 | 49 | 7 | 161 | 54 | 36 |
| Octal | 354 | 50 | 77 | 0 | 123 | 111 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 101000 | 111111 | 0 | 1010011 | 1001001 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC283F
Complementary color
Monochromatic Colors of #EC283F
Black with #EC283F
Text Example
Text Example
White with #EC283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC283F; }
p { color: rgb(236,40,63); }
H1.HeaderClassName
{
color: #EC283F;
}
.AnyTagClassName
{
color: #EC283F;
}
</style>
background-color css
<style>
a { background-color: #EC283F; }
a { background-color: rgb(236,40,63); }
div.DivClassName
{
background-color: #EC283F;
}
.BgClassName
{
background-color: #EC283F;
}
</style>
border-color css
<style>
span { border-color: #EC283F; }
span { border-color: rgb(236,40,63); }
td.TdClassName
{
border-color: #EC283F;
}
.TagClassName
{
border-color: #EC283F;
}
</style>