Shades of Crimson #EC0240
Tints of Crimson #EC0240
RGB
CMYK
RGB Variations
Color information
#EC0240 (or 0xEC0240) is known color: Crimson. HEX triplet: EC, 02 and 40. RGB value is (236,2,64). Sum of RGB (Red+Green+Blue) = 236+2+64=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0240 is #13FDBF. Grayscale: #4F4F4F. Windows color (decimal): -1310144 or 4195052. OLE color: 4195052.
HSL color Cylindrical-coordinate representation of color #EC0240: hue angle of 344.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0240 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.07 |
| HSL | 344.1º | 0.98% | 0.47% | - |
| HSV(B) | 344.1º | 0.99% | 0.93% | - |
| XYZ | 35.54 | 18.25 | 6.5 | - |
| YUV | 79.03 | 119.52 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 64 | 0 | 0.99 | 0.73 | 0.07 | 344.1 | 0.98 | 0.47 |
| Hex | EC | 2 | 40 | 0 | 63 | 49 | 7 | 158 | 62 | 2F |
| Octal | 354 | 2 | 100 | 0 | 143 | 111 | 7 | 530 | 142 | 57 |
| Binary | 11101100 | 10 | 1000000 | 0 | 1100011 | 1001001 | 111 | 101011000 | 1100010 | 101111 |
Color Harmonies of #EC0240
Complementary color
Monochromatic Colors of #EC0240
Black with #EC0240
Text Example
Text Example
White with #EC0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0240; }
p { color: rgb(236,2,64); }
H1.HeaderClassName
{
color: #EC0240;
}
.AnyTagClassName
{
color: #EC0240;
}
</style>
background-color css
<style>
a { background-color: #EC0240; }
a { background-color: rgb(236,2,64); }
div.DivClassName
{
background-color: #EC0240;
}
.BgClassName
{
background-color: #EC0240;
}
</style>
border-color css
<style>
span { border-color: #EC0240; }
span { border-color: rgb(236,2,64); }
td.TdClassName
{
border-color: #EC0240;
}
.TagClassName
{
border-color: #EC0240;
}
</style>