Shades of Alizarin #EC333B
Tints of Alizarin #EC333B
RGB
CMYK
RGB Variations
Color information
#EC333B (or 0xEC333B) is known color: Alizarin. HEX triplet: EC, 33 and 3B. RGB value is (236,51,59). Sum of RGB (Red+Green+Blue) = 236+51+59=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC333B is #13CCC4. Grayscale: #6B6B6B. Windows color (decimal): -1297605 or 3879916. OLE color: 3879916.
HSL color Cylindrical-coordinate representation of color #EC333B: hue angle of 357.41º 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 #EC333B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 59 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 357.41º | 0.83% | 0.56% | - |
| HSV(B) | 357.41º | 0.78% | 0.93% | - |
| XYZ | 36.57 | 20.52 | 6.17 | - |
| YUV | 107.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 59 | 0 | 0.78 | 0.75 | 0.07 | 357.41 | 0.83 | 0.56 |
| Hex | EC | 33 | 3B | 0 | 4E | 4B | 7 | 165 | 53 | 38 |
| Octal | 354 | 63 | 73 | 0 | 116 | 113 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110011 | 111011 | 0 | 1001110 | 1001011 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC333B
Complementary color
Monochromatic Colors of #EC333B
Black with #EC333B
Text Example
Text Example
White with #EC333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC333B; }
p { color: rgb(236,51,59); }
H1.HeaderClassName
{
color: #EC333B;
}
.AnyTagClassName
{
color: #EC333B;
}
</style>
background-color css
<style>
a { background-color: #EC333B; }
a { background-color: rgb(236,51,59); }
div.DivClassName
{
background-color: #EC333B;
}
.BgClassName
{
background-color: #EC333B;
}
</style>
border-color css
<style>
span { border-color: #EC333B; }
span { border-color: rgb(236,51,59); }
td.TdClassName
{
border-color: #EC333B;
}
.TagClassName
{
border-color: #EC333B;
}
</style>