Shades of Crimson #EC0C48
Tints of Crimson #EC0C48
RGB
CMYK
RGB Variations
Color information
#EC0C48 (or 0xEC0C48) is known color: Crimson. HEX triplet: EC, 0C and 48. RGB value is (236,12,72). Sum of RGB (Red+Green+Blue) = 236+12+72=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C48 is #13F3B7. Grayscale: #555555. Windows color (decimal): -1307576 or 4721900. OLE color: 4721900.
HSL color Cylindrical-coordinate representation of color #EC0C48: hue angle of 343.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C48 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 72 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.07 |
| HSL | 343.93º | 0.9% | 0.49% | - |
| HSV(B) | 343.93º | 0.95% | 0.93% | - |
| XYZ | 35.89 | 18.56 | 7.82 | - |
| YUV | 85.82 | 120.21 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 72 | 0 | 0.95 | 0.69 | 0.07 | 343.93 | 0.9 | 0.49 |
| Hex | EC | C | 48 | 0 | 5F | 45 | 7 | 158 | 5A | 31 |
| Octal | 354 | 14 | 110 | 0 | 137 | 105 | 7 | 530 | 132 | 61 |
| Binary | 11101100 | 1100 | 1001000 | 0 | 1011111 | 1000101 | 111 | 101011000 | 1011010 | 110001 |
Color Harmonies of #EC0C48
Complementary color
Monochromatic Colors of #EC0C48
Black with #EC0C48
Text Example
Text Example
White with #EC0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C48; }
p { color: rgb(236,12,72); }
H1.HeaderClassName
{
color: #EC0C48;
}
.AnyTagClassName
{
color: #EC0C48;
}
</style>
background-color css
<style>
a { background-color: #EC0C48; }
a { background-color: rgb(236,12,72); }
div.DivClassName
{
background-color: #EC0C48;
}
.BgClassName
{
background-color: #EC0C48;
}
</style>
border-color css
<style>
span { border-color: #EC0C48; }
span { border-color: rgb(236,12,72); }
td.TdClassName
{
border-color: #EC0C48;
}
.TagClassName
{
border-color: #EC0C48;
}
</style>