Shades of Alizarin #EC2A2E
Tints of Alizarin #EC2A2E
RGB
CMYK
RGB Variations
Color information
#EC2A2E (or 0xEC2A2E) is known color: Alizarin. HEX triplet: EC, 2A and 2E. RGB value is (236,42,46). Sum of RGB (Red+Green+Blue) = 236+42+46=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A2E is #13D5D1. Grayscale: #646464. Windows color (decimal): -1299922 or 3025644. OLE color: 3025644.
HSL color Cylindrical-coordinate representation of color #EC2A2E: hue angle of 358.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2A2E is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 46 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.07 |
| HSL | 358.76º | 0.84% | 0.55% | - |
| HSV(B) | 358.76º | 0.82% | 0.93% | - |
| XYZ | 35.91 | 19.69 | 4.49 | - |
| YUV | 100.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 46 | 0 | 0.82 | 0.81 | 0.07 | 358.76 | 0.84 | 0.55 |
| Hex | EC | 2A | 2E | 0 | 52 | 51 | 7 | 167 | 54 | 37 |
| Octal | 354 | 52 | 56 | 0 | 122 | 121 | 7 | 547 | 124 | 67 |
| Binary | 11101100 | 101010 | 101110 | 0 | 1010010 | 1010001 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #EC2A2E
Complementary color
Monochromatic Colors of #EC2A2E
Black with #EC2A2E
Text Example
Text Example
White with #EC2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A2E; }
p { color: rgb(236,42,46); }
H1.HeaderClassName
{
color: #EC2A2E;
}
.AnyTagClassName
{
color: #EC2A2E;
}
</style>
background-color css
<style>
a { background-color: #EC2A2E; }
a { background-color: rgb(236,42,46); }
div.DivClassName
{
background-color: #EC2A2E;
}
.BgClassName
{
background-color: #EC2A2E;
}
</style>
border-color css
<style>
span { border-color: #EC2A2E; }
span { border-color: rgb(236,42,46); }
td.TdClassName
{
border-color: #EC2A2E;
}
.TagClassName
{
border-color: #EC2A2E;
}
</style>