Shades of Crimson #EC0145
Tints of Crimson #EC0145
RGB
CMYK
RGB Variations
Color information
#EC0145 (or 0xEC0145) is known color: Crimson. HEX triplet: EC, 01 and 45. RGB value is (236,1,69). Sum of RGB (Red+Green+Blue) = 236+1+69=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0145 is #13FEBA. Grayscale: #4E4E4E. Windows color (decimal): -1310395 or 4522476. OLE color: 4522476.
HSL color Cylindrical-coordinate representation of color #EC0145: hue angle of 342.64º 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 #EC0145 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.07 |
| HSL | 342.64º | 0.99% | 0.46% | - |
| HSV(B) | 342.64º | 1% | 0.93% | - |
| XYZ | 35.68 | 18.28 | 7.28 | - |
| YUV | 79.02 | 122.36 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 69 | 0 | 1.00 | 0.71 | 0.07 | 342.64 | 0.99 | 0.46 |
| Hex | EC | 1 | 45 | 0 | 64 | 47 | 7 | 157 | 63 | 2E |
| Octal | 354 | 1 | 105 | 0 | 144 | 107 | 7 | 527 | 143 | 56 |
| Binary | 11101100 | 1 | 1000101 | 0 | 1100100 | 1000111 | 111 | 101010111 | 1100011 | 101110 |
Color Harmonies of #EC0145
Complementary color
Monochromatic Colors of #EC0145
Black with #EC0145
Text Example
Text Example
White with #EC0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0145; }
p { color: rgb(236,1,69); }
H1.HeaderClassName
{
color: #EC0145;
}
.AnyTagClassName
{
color: #EC0145;
}
</style>
background-color css
<style>
a { background-color: #EC0145; }
a { background-color: rgb(236,1,69); }
div.DivClassName
{
background-color: #EC0145;
}
.BgClassName
{
background-color: #EC0145;
}
</style>
border-color css
<style>
span { border-color: #EC0145; }
span { border-color: rgb(236,1,69); }
td.TdClassName
{
border-color: #EC0145;
}
.TagClassName
{
border-color: #EC0145;
}
</style>