Shades of Alizarin #EC263C
Tints of Alizarin #EC263C
RGB
CMYK
RGB Variations
Color information
#EC263C (or 0xEC263C) is known color: Alizarin. HEX triplet: EC, 26 and 3C. RGB value is (236,38,60). Sum of RGB (Red+Green+Blue) = 236+38+60=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC263C is #13D9C3. Grayscale: #636363. Windows color (decimal): -1300932 or 3942124. OLE color: 3942124.
HSL color Cylindrical-coordinate representation of color #EC263C: hue angle of 353.33º 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 #EC263C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.33º | 0.84% | 0.54% | - |
| HSV(B) | 353.33º | 0.84% | 0.93% | - |
| XYZ | 36.1 | 19.55 | 6.14 | - |
| YUV | 99.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 60 | 0 | 0.84 | 0.75 | 0.07 | 353.33 | 0.84 | 0.54 |
| Hex | EC | 26 | 3C | 0 | 54 | 4B | 7 | 161 | 54 | 36 |
| Octal | 354 | 46 | 74 | 0 | 124 | 113 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 100110 | 111100 | 0 | 1010100 | 1001011 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC263C
Complementary color
Monochromatic Colors of #EC263C
Black with #EC263C
Text Example
Text Example
White with #EC263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC263C; }
p { color: rgb(236,38,60); }
H1.HeaderClassName
{
color: #EC263C;
}
.AnyTagClassName
{
color: #EC263C;
}
</style>
background-color css
<style>
a { background-color: #EC263C; }
a { background-color: rgb(236,38,60); }
div.DivClassName
{
background-color: #EC263C;
}
.BgClassName
{
background-color: #EC263C;
}
</style>
border-color css
<style>
span { border-color: #EC263C; }
span { border-color: rgb(236,38,60); }
td.TdClassName
{
border-color: #EC263C;
}
.TagClassName
{
border-color: #EC263C;
}
</style>