Shades of Crimson #EC0744
Tints of Crimson #EC0744
RGB
CMYK
RGB Variations
Color information
#EC0744 (or 0xEC0744) is known color: Crimson. HEX triplet: EC, 07 and 44. RGB value is (236,7,68). Sum of RGB (Red+Green+Blue) = 236+7+68=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0744 is #13F8BB. Grayscale: #525252. Windows color (decimal): -1308860 or 4458476. OLE color: 4458476.
HSL color Cylindrical-coordinate representation of color #EC0744: hue angle of 344.02º 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 #EC0744 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.07 |
| HSL | 344.02º | 0.94% | 0.48% | - |
| HSV(B) | 344.02º | 0.97% | 0.93% | - |
| XYZ | 35.71 | 18.4 | 7.14 | - |
| YUV | 82.43 | 119.87 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 68 | 0 | 0.97 | 0.71 | 0.07 | 344.02 | 0.94 | 0.48 |
| Hex | EC | 7 | 44 | 0 | 61 | 47 | 7 | 158 | 5E | 30 |
| Octal | 354 | 7 | 104 | 0 | 141 | 107 | 7 | 530 | 136 | 60 |
| Binary | 11101100 | 111 | 1000100 | 0 | 1100001 | 1000111 | 111 | 101011000 | 1011110 | 110000 |
Color Harmonies of #EC0744
Complementary color
Monochromatic Colors of #EC0744
Black with #EC0744
Text Example
Text Example
White with #EC0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0744; }
p { color: rgb(236,7,68); }
H1.HeaderClassName
{
color: #EC0744;
}
.AnyTagClassName
{
color: #EC0744;
}
</style>
background-color css
<style>
a { background-color: #EC0744; }
a { background-color: rgb(236,7,68); }
div.DivClassName
{
background-color: #EC0744;
}
.BgClassName
{
background-color: #EC0744;
}
</style>
border-color css
<style>
span { border-color: #EC0744; }
span { border-color: rgb(236,7,68); }
td.TdClassName
{
border-color: #EC0744;
}
.TagClassName
{
border-color: #EC0744;
}
</style>