Shades of Crimson #EC0144
Tints of Crimson #EC0144
RGB
CMYK
RGB Variations
Color information
#EC0144 (or 0xEC0144) is known color: Crimson. HEX triplet: EC, 01 and 44. RGB value is (236,1,68). Sum of RGB (Red+Green+Blue) = 236+1+68=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0144 is #13FEBB. Grayscale: #4E4E4E. Windows color (decimal): -1310396 or 4456940. OLE color: 4456940.
HSL color Cylindrical-coordinate representation of color #EC0144: hue angle of 342.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0144 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.07 |
| HSL | 342.89º | 0.99% | 0.46% | - |
| HSV(B) | 342.89º | 1% | 0.93% | - |
| XYZ | 35.65 | 18.27 | 7.12 | - |
| YUV | 78.9 | 121.86 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 68 | 0 | 1.00 | 0.71 | 0.07 | 342.89 | 0.99 | 0.46 |
| Hex | EC | 1 | 44 | 0 | 64 | 47 | 7 | 157 | 63 | 2E |
| Octal | 354 | 1 | 104 | 0 | 144 | 107 | 7 | 527 | 143 | 56 |
| Binary | 11101100 | 1 | 1000100 | 0 | 1100100 | 1000111 | 111 | 101010111 | 1100011 | 101110 |
Color Harmonies of #EC0144
Complementary color
Monochromatic Colors of #EC0144
Black with #EC0144
Text Example
Text Example
White with #EC0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0144; }
p { color: rgb(236,1,68); }
H1.HeaderClassName
{
color: #EC0144;
}
.AnyTagClassName
{
color: #EC0144;
}
</style>
background-color css
<style>
a { background-color: #EC0144; }
a { background-color: rgb(236,1,68); }
div.DivClassName
{
background-color: #EC0144;
}
.BgClassName
{
background-color: #EC0144;
}
</style>
border-color css
<style>
span { border-color: #EC0144; }
span { border-color: rgb(236,1,68); }
td.TdClassName
{
border-color: #EC0144;
}
.TagClassName
{
border-color: #EC0144;
}
</style>