Shades of Crimson #EC0142
Tints of Crimson #EC0142
RGB
CMYK
RGB Variations
Color information
#EC0142 (or 0xEC0142) is known color: Crimson. HEX triplet: EC, 01 and 42. RGB value is (236,1,66). Sum of RGB (Red+Green+Blue) = 236+1+66=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0142 is #13FEBD. Grayscale: #4E4E4E. Windows color (decimal): -1310398 or 4325868. OLE color: 4325868.
HSL color Cylindrical-coordinate representation of color #EC0142: hue angle of 343.4º 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 #EC0142 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.07 |
| HSL | 343.4º | 0.99% | 0.46% | - |
| HSV(B) | 343.4º | 1% | 0.93% | - |
| XYZ | 35.59 | 18.25 | 6.8 | - |
| YUV | 78.68 | 120.86 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 66 | 0 | 1.00 | 0.72 | 0.07 | 343.4 | 0.99 | 0.46 |
| Hex | EC | 1 | 42 | 0 | 64 | 48 | 7 | 157 | 63 | 2E |
| Octal | 354 | 1 | 102 | 0 | 144 | 110 | 7 | 527 | 143 | 56 |
| Binary | 11101100 | 1 | 1000010 | 0 | 1100100 | 1001000 | 111 | 101010111 | 1100011 | 101110 |
Color Harmonies of #EC0142
Complementary color
Monochromatic Colors of #EC0142
Black with #EC0142
Text Example
Text Example
White with #EC0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0142; }
p { color: rgb(236,1,66); }
H1.HeaderClassName
{
color: #EC0142;
}
.AnyTagClassName
{
color: #EC0142;
}
</style>
background-color css
<style>
a { background-color: #EC0142; }
a { background-color: rgb(236,1,66); }
div.DivClassName
{
background-color: #EC0142;
}
.BgClassName
{
background-color: #EC0142;
}
</style>
border-color css
<style>
span { border-color: #EC0142; }
span { border-color: rgb(236,1,66); }
td.TdClassName
{
border-color: #EC0142;
}
.TagClassName
{
border-color: #EC0142;
}
</style>