Shades of Crimson #EC0C45
Tints of Crimson #EC0C45
RGB
CMYK
RGB Variations
Color information
#EC0C45 (or 0xEC0C45) is known color: Crimson. HEX triplet: EC, 0C and 45. RGB value is (236,12,69). Sum of RGB (Red+Green+Blue) = 236+12+69=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C45 is #13F3BA. Grayscale: #555555. Windows color (decimal): -1307579 or 4525292. OLE color: 4525292.
HSL color Cylindrical-coordinate representation of color #EC0C45: hue angle of 344.73º 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 #EC0C45 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 69 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.07 |
| HSL | 344.73º | 0.9% | 0.49% | - |
| HSV(B) | 344.73º | 0.95% | 0.93% | - |
| XYZ | 35.8 | 18.53 | 7.32 | - |
| YUV | 85.47 | 118.71 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 69 | 0 | 0.95 | 0.71 | 0.07 | 344.73 | 0.9 | 0.49 |
| Hex | EC | C | 45 | 0 | 5F | 47 | 7 | 159 | 5A | 31 |
| Octal | 354 | 14 | 105 | 0 | 137 | 107 | 7 | 531 | 132 | 61 |
| Binary | 11101100 | 1100 | 1000101 | 0 | 1011111 | 1000111 | 111 | 101011001 | 1011010 | 110001 |
Color Harmonies of #EC0C45
Complementary color
Monochromatic Colors of #EC0C45
Black with #EC0C45
Text Example
Text Example
White with #EC0C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C45; }
p { color: rgb(236,12,69); }
H1.HeaderClassName
{
color: #EC0C45;
}
.AnyTagClassName
{
color: #EC0C45;
}
</style>
background-color css
<style>
a { background-color: #EC0C45; }
a { background-color: rgb(236,12,69); }
div.DivClassName
{
background-color: #EC0C45;
}
.BgClassName
{
background-color: #EC0C45;
}
</style>
border-color css
<style>
span { border-color: #EC0C45; }
span { border-color: rgb(236,12,69); }
td.TdClassName
{
border-color: #EC0C45;
}
.TagClassName
{
border-color: #EC0C45;
}
</style>