Shades of Crimson #EC0745
Tints of Crimson #EC0745
RGB
CMYK
RGB Variations
Color information
#EC0745 (or 0xEC0745) is known color: Crimson. HEX triplet: EC, 07 and 45. RGB value is (236,7,69). Sum of RGB (Red+Green+Blue) = 236+7+69=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0745 is #13F8BA. Grayscale: #525252. Windows color (decimal): -1308859 or 4524012. OLE color: 4524012.
HSL color Cylindrical-coordinate representation of color #EC0745: hue angle of 343.76º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0745 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 69 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.07 |
| HSL | 343.76º | 0.94% | 0.48% | - |
| HSV(B) | 343.76º | 0.97% | 0.93% | - |
| XYZ | 35.74 | 18.41 | 7.3 | - |
| YUV | 82.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 69 | 0 | 0.97 | 0.71 | 0.07 | 343.76 | 0.94 | 0.48 |
| Hex | EC | 7 | 45 | 0 | 61 | 47 | 7 | 158 | 5E | 30 |
| Octal | 354 | 7 | 105 | 0 | 141 | 107 | 7 | 530 | 136 | 60 |
| Binary | 11101100 | 111 | 1000101 | 0 | 1100001 | 1000111 | 111 | 101011000 | 1011110 | 110000 |
Color Harmonies of #EC0745
Complementary color
Monochromatic Colors of #EC0745
Black with #EC0745
Text Example
Text Example
White with #EC0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0745; }
p { color: rgb(236,7,69); }
H1.HeaderClassName
{
color: #EC0745;
}
.AnyTagClassName
{
color: #EC0745;
}
</style>
background-color css
<style>
a { background-color: #EC0745; }
a { background-color: rgb(236,7,69); }
div.DivClassName
{
background-color: #EC0745;
}
.BgClassName
{
background-color: #EC0745;
}
</style>
border-color css
<style>
span { border-color: #EC0745; }
span { border-color: rgb(236,7,69); }
td.TdClassName
{
border-color: #EC0745;
}
.TagClassName
{
border-color: #EC0745;
}
</style>