Shades of Alizarin #EC262D
Tints of Alizarin #EC262D
RGB
CMYK
RGB Variations
Color information
#EC262D (or 0xEC262D) is known color: Alizarin. HEX triplet: EC, 26 and 2D. RGB value is (236,38,45). Sum of RGB (Red+Green+Blue) = 236+38+45=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC262D is #13D9D2. Grayscale: #626262. Windows color (decimal): -1300947 or 2959084. OLE color: 2959084.
HSL color Cylindrical-coordinate representation of color #EC262D: hue angle of 357.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC262D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.07 |
| HSL | 357.88º | 0.84% | 0.54% | - |
| HSV(B) | 357.88º | 0.84% | 0.93% | - |
| XYZ | 35.76 | 19.41 | 4.34 | - |
| YUV | 98 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 45 | 0 | 0.84 | 0.81 | 0.07 | 357.88 | 0.84 | 0.54 |
| Hex | EC | 26 | 2D | 0 | 54 | 51 | 7 | 166 | 54 | 36 |
| Octal | 354 | 46 | 55 | 0 | 124 | 121 | 7 | 546 | 124 | 66 |
| Binary | 11101100 | 100110 | 101101 | 0 | 1010100 | 1010001 | 111 | 101100110 | 1010100 | 110110 |
Color Harmonies of #EC262D
Complementary color
Monochromatic Colors of #EC262D
Black with #EC262D
Text Example
Text Example
White with #EC262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC262D; }
p { color: rgb(236,38,45); }
H1.HeaderClassName
{
color: #EC262D;
}
.AnyTagClassName
{
color: #EC262D;
}
</style>
background-color css
<style>
a { background-color: #EC262D; }
a { background-color: rgb(236,38,45); }
div.DivClassName
{
background-color: #EC262D;
}
.BgClassName
{
background-color: #EC262D;
}
</style>
border-color css
<style>
span { border-color: #EC262D; }
span { border-color: rgb(236,38,45); }
td.TdClassName
{
border-color: #EC262D;
}
.TagClassName
{
border-color: #EC262D;
}
</style>