Shades of Alizarin #EC363A
Tints of Alizarin #EC363A
RGB
CMYK
RGB Variations
Color information
#EC363A (or 0xEC363A) is known color: Alizarin. HEX triplet: EC, 36 and 3A. RGB value is (236,54,58). Sum of RGB (Red+Green+Blue) = 236+54+58=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363A is #13C9C5. Grayscale: #6D6D6D. Windows color (decimal): -1296838 or 3815148. OLE color: 3815148.
HSL color Cylindrical-coordinate representation of color #EC363A: hue angle of 358.68º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC363A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 58 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.07 |
| HSL | 358.68º | 0.83% | 0.57% | - |
| HSV(B) | 358.68º | 0.77% | 0.93% | - |
| XYZ | 36.67 | 20.78 | 6.08 | - |
| YUV | 108.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 58 | 0 | 0.77 | 0.75 | 0.07 | 358.68 | 0.83 | 0.57 |
| Hex | EC | 36 | 3A | 0 | 4D | 4B | 7 | 167 | 53 | 39 |
| Octal | 354 | 66 | 72 | 0 | 115 | 113 | 7 | 547 | 123 | 71 |
| Binary | 11101100 | 110110 | 111010 | 0 | 1001101 | 1001011 | 111 | 101100111 | 1010011 | 111001 |
Color Harmonies of #EC363A
Complementary color
Monochromatic Colors of #EC363A
Black with #EC363A
Text Example
Text Example
White with #EC363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC363A; }
p { color: rgb(236,54,58); }
H1.HeaderClassName
{
color: #EC363A;
}
.AnyTagClassName
{
color: #EC363A;
}
</style>
background-color css
<style>
a { background-color: #EC363A; }
a { background-color: rgb(236,54,58); }
div.DivClassName
{
background-color: #EC363A;
}
.BgClassName
{
background-color: #EC363A;
}
</style>
border-color css
<style>
span { border-color: #EC363A; }
span { border-color: rgb(236,54,58); }
td.TdClassName
{
border-color: #EC363A;
}
.TagClassName
{
border-color: #EC363A;
}
</style>