Shades of Alizarin #EC333D
Tints of Alizarin #EC333D
RGB
CMYK
RGB Variations
Color information
#EC333D (or 0xEC333D) is known color: Alizarin. HEX triplet: EC, 33 and 3D. RGB value is (236,51,61). Sum of RGB (Red+Green+Blue) = 236+51+61=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC333D is #13CCC2. Grayscale: #6B6B6B. Windows color (decimal): -1297603 or 4010988. OLE color: 4010988.
HSL color Cylindrical-coordinate representation of color #EC333D: hue angle of 356.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC333D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 61 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 356.76º | 0.83% | 0.56% | - |
| HSV(B) | 356.76º | 0.78% | 0.93% | - |
| XYZ | 36.62 | 20.54 | 6.45 | - |
| YUV | 107.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 61 | 0 | 0.78 | 0.74 | 0.07 | 356.76 | 0.83 | 0.56 |
| Hex | EC | 33 | 3D | 0 | 4E | 4A | 7 | 165 | 53 | 38 |
| Octal | 354 | 63 | 75 | 0 | 116 | 112 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110011 | 111101 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC333D
Complementary color
Monochromatic Colors of #EC333D
Black with #EC333D
Text Example
Text Example
White with #EC333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC333D; }
p { color: rgb(236,51,61); }
H1.HeaderClassName
{
color: #EC333D;
}
.AnyTagClassName
{
color: #EC333D;
}
</style>
background-color css
<style>
a { background-color: #EC333D; }
a { background-color: rgb(236,51,61); }
div.DivClassName
{
background-color: #EC333D;
}
.BgClassName
{
background-color: #EC333D;
}
</style>
border-color css
<style>
span { border-color: #EC333D; }
span { border-color: rgb(236,51,61); }
td.TdClassName
{
border-color: #EC333D;
}
.TagClassName
{
border-color: #EC333D;
}
</style>