Shades of Alizarin #EC263A
Tints of Alizarin #EC263A
RGB
CMYK
RGB Variations
Color information
#EC263A (or 0xEC263A) is known color: Alizarin. HEX triplet: EC, 26 and 3A. RGB value is (236,38,58). Sum of RGB (Red+Green+Blue) = 236+38+58=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC263A is #13D9C5. Grayscale: #636363. Windows color (decimal): -1300934 or 3811052. OLE color: 3811052.
HSL color Cylindrical-coordinate representation of color #EC263A: hue angle of 353.94º 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 #EC263A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.94º | 0.84% | 0.54% | - |
| HSV(B) | 353.94º | 0.84% | 0.93% | - |
| XYZ | 36.05 | 19.52 | 5.87 | - |
| YUV | 99.48 | 104.6 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 58 | 0 | 0.84 | 0.75 | 0.07 | 353.94 | 0.84 | 0.54 |
| Hex | EC | 26 | 3A | 0 | 54 | 4B | 7 | 162 | 54 | 36 |
| Octal | 354 | 46 | 72 | 0 | 124 | 113 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 100110 | 111010 | 0 | 1010100 | 1001011 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC263A
Complementary color
Monochromatic Colors of #EC263A
Black with #EC263A
Text Example
Text Example
White with #EC263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC263A; }
p { color: rgb(236,38,58); }
H1.HeaderClassName
{
color: #EC263A;
}
.AnyTagClassName
{
color: #EC263A;
}
</style>
background-color css
<style>
a { background-color: #EC263A; }
a { background-color: rgb(236,38,58); }
div.DivClassName
{
background-color: #EC263A;
}
.BgClassName
{
background-color: #EC263A;
}
</style>
border-color css
<style>
span { border-color: #EC263A; }
span { border-color: rgb(236,38,58); }
td.TdClassName
{
border-color: #EC263A;
}
.TagClassName
{
border-color: #EC263A;
}
</style>