Shades of Alizarin #EC263D
Tints of Alizarin #EC263D
RGB
CMYK
RGB Variations
Color information
#EC263D (or 0xEC263D) is known color: Alizarin. HEX triplet: EC, 26 and 3D. RGB value is (236,38,61). Sum of RGB (Red+Green+Blue) = 236+38+61=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC263D is #13D9C2. Grayscale: #636363. Windows color (decimal): -1300931 or 4007660. OLE color: 4007660.
HSL color Cylindrical-coordinate representation of color #EC263D: hue angle of 353.03º 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 #EC263D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 353.03º | 0.84% | 0.54% | - |
| HSV(B) | 353.03º | 0.84% | 0.93% | - |
| XYZ | 36.13 | 19.56 | 6.29 | - |
| YUV | 99.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 61 | 0 | 0.84 | 0.74 | 0.07 | 353.03 | 0.84 | 0.54 |
| Hex | EC | 26 | 3D | 0 | 54 | 4A | 7 | 161 | 54 | 36 |
| Octal | 354 | 46 | 75 | 0 | 124 | 112 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 100110 | 111101 | 0 | 1010100 | 1001010 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC263D
Complementary color
Monochromatic Colors of #EC263D
Black with #EC263D
Text Example
Text Example
White with #EC263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC263D; }
p { color: rgb(236,38,61); }
H1.HeaderClassName
{
color: #EC263D;
}
.AnyTagClassName
{
color: #EC263D;
}
</style>
background-color css
<style>
a { background-color: #EC263D; }
a { background-color: rgb(236,38,61); }
div.DivClassName
{
background-color: #EC263D;
}
.BgClassName
{
background-color: #EC263D;
}
</style>
border-color css
<style>
span { border-color: #EC263D; }
span { border-color: rgb(236,38,61); }
td.TdClassName
{
border-color: #EC263D;
}
.TagClassName
{
border-color: #EC263D;
}
</style>