Shades of Crimson #EC0340
Tints of Crimson #EC0340
RGB
CMYK
RGB Variations
Color information
#EC0340 (or 0xEC0340) is known color: Crimson. HEX triplet: EC, 03 and 40. RGB value is (236,3,64). Sum of RGB (Red+Green+Blue) = 236+3+64=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0340 is #13FCBF. Grayscale: #4F4F4F. Windows color (decimal): -1309888 or 4195308. OLE color: 4195308.
HSL color Cylindrical-coordinate representation of color #EC0340: hue angle of 344.29º degrees, saturation: 0.97, 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 #EC0340 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.07 |
| HSL | 344.29º | 0.97% | 0.47% | - |
| HSV(B) | 344.29º | 0.99% | 0.93% | - |
| XYZ | 35.55 | 18.27 | 6.5 | - |
| YUV | 79.62 | 119.19 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 64 | 0 | 0.99 | 0.73 | 0.07 | 344.29 | 0.97 | 0.47 |
| Hex | EC | 3 | 40 | 0 | 63 | 49 | 7 | 158 | 61 | 2F |
| Octal | 354 | 3 | 100 | 0 | 143 | 111 | 7 | 530 | 141 | 57 |
| Binary | 11101100 | 11 | 1000000 | 0 | 1100011 | 1001001 | 111 | 101011000 | 1100001 | 101111 |
Color Harmonies of #EC0340
Complementary color
Monochromatic Colors of #EC0340
Black with #EC0340
Text Example
Text Example
White with #EC0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0340; }
p { color: rgb(236,3,64); }
H1.HeaderClassName
{
color: #EC0340;
}
.AnyTagClassName
{
color: #EC0340;
}
</style>
background-color css
<style>
a { background-color: #EC0340; }
a { background-color: rgb(236,3,64); }
div.DivClassName
{
background-color: #EC0340;
}
.BgClassName
{
background-color: #EC0340;
}
</style>
border-color css
<style>
span { border-color: #EC0340; }
span { border-color: rgb(236,3,64); }
td.TdClassName
{
border-color: #EC0340;
}
.TagClassName
{
border-color: #EC0340;
}
</style>