Shades of Alizarin #EC263B
Tints of Alizarin #EC263B
RGB
CMYK
RGB Variations
Color information
#EC263B (or 0xEC263B) is known color: Alizarin. HEX triplet: EC, 26 and 3B. RGB value is (236,38,59). Sum of RGB (Red+Green+Blue) = 236+38+59=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC263B is #13D9C4. Grayscale: #636363. Windows color (decimal): -1300933 or 3876588. OLE color: 3876588.
HSL color Cylindrical-coordinate representation of color #EC263B: hue angle of 353.64º 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 #EC263B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.64º | 0.84% | 0.54% | - |
| HSV(B) | 353.64º | 0.84% | 0.93% | - |
| XYZ | 36.07 | 19.53 | 6.01 | - |
| YUV | 99.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 59 | 0 | 0.84 | 0.75 | 0.07 | 353.64 | 0.84 | 0.54 |
| Hex | EC | 26 | 3B | 0 | 54 | 4B | 7 | 162 | 54 | 36 |
| Octal | 354 | 46 | 73 | 0 | 124 | 113 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 100110 | 111011 | 0 | 1010100 | 1001011 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC263B
Complementary color
Monochromatic Colors of #EC263B
Black with #EC263B
Text Example
Text Example
White with #EC263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC263B; }
p { color: rgb(236,38,59); }
H1.HeaderClassName
{
color: #EC263B;
}
.AnyTagClassName
{
color: #EC263B;
}
</style>
background-color css
<style>
a { background-color: #EC263B; }
a { background-color: rgb(236,38,59); }
div.DivClassName
{
background-color: #EC263B;
}
.BgClassName
{
background-color: #EC263B;
}
</style>
border-color css
<style>
span { border-color: #EC263B; }
span { border-color: rgb(236,38,59); }
td.TdClassName
{
border-color: #EC263B;
}
.TagClassName
{
border-color: #EC263B;
}
</style>