Shades of Alizarin #EC1F43
Tints of Alizarin #EC1F43
RGB
CMYK
RGB Variations
Color information
#EC1F43 (or 0xEC1F43) is known color: Alizarin. HEX triplet: EC, 1F and 43. RGB value is (236,31,67). Sum of RGB (Red+Green+Blue) = 236+31+67=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F43 is #13E0BC. Grayscale: #606060. Windows color (decimal): -1302717 or 4399084. OLE color: 4399084.
HSL color Cylindrical-coordinate representation of color #EC1F43: hue angle of 349.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F43 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 67 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.07 |
| HSL | 349.46º | 0.84% | 0.52% | - |
| HSV(B) | 349.46º | 0.87% | 0.93% | - |
| XYZ | 36.1 | 19.22 | 7.12 | - |
| YUV | 96.4 | 111.42 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 67 | 0 | 0.87 | 0.72 | 0.07 | 349.46 | 0.84 | 0.52 |
| Hex | EC | 1F | 43 | 0 | 57 | 48 | 7 | 15D | 54 | 34 |
| Octal | 354 | 37 | 103 | 0 | 127 | 110 | 7 | 535 | 124 | 64 |
| Binary | 11101100 | 11111 | 1000011 | 0 | 1010111 | 1001000 | 111 | 101011101 | 1010100 | 110100 |
Color Harmonies of #EC1F43
Complementary color
Monochromatic Colors of #EC1F43
Black with #EC1F43
Text Example
Text Example
White with #EC1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F43; }
p { color: rgb(236,31,67); }
H1.HeaderClassName
{
color: #EC1F43;
}
.AnyTagClassName
{
color: #EC1F43;
}
</style>
background-color css
<style>
a { background-color: #EC1F43; }
a { background-color: rgb(236,31,67); }
div.DivClassName
{
background-color: #EC1F43;
}
.BgClassName
{
background-color: #EC1F43;
}
</style>
border-color css
<style>
span { border-color: #EC1F43; }
span { border-color: rgb(236,31,67); }
td.TdClassName
{
border-color: #EC1F43;
}
.TagClassName
{
border-color: #EC1F43;
}
</style>