Shades of Crimson #EC0F47
Tints of Crimson #EC0F47
RGB
CMYK
RGB Variations
Color information
#EC0F47 (or 0xEC0F47) is known color: Crimson. HEX triplet: EC, 0F and 47. RGB value is (236,15,71). Sum of RGB (Red+Green+Blue) = 236+15+71=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F47 is #13F0B8. Grayscale: #575757. Windows color (decimal): -1306809 or 4657132. OLE color: 4657132.
HSL color Cylindrical-coordinate representation of color #EC0F47: hue angle of 344.8º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F47 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 71 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.07 |
| HSL | 344.8º | 0.88% | 0.49% | - |
| HSV(B) | 344.8º | 0.94% | 0.93% | - |
| XYZ | 35.9 | 18.63 | 7.66 | - |
| YUV | 87.46 | 118.72 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 71 | 0 | 0.94 | 0.70 | 0.07 | 344.8 | 0.88 | 0.49 |
| Hex | EC | F | 47 | 0 | 5E | 46 | 7 | 159 | 58 | 31 |
| Octal | 354 | 17 | 107 | 0 | 136 | 106 | 7 | 531 | 130 | 61 |
| Binary | 11101100 | 1111 | 1000111 | 0 | 1011110 | 1000110 | 111 | 101011001 | 1011000 | 110001 |
Color Harmonies of #EC0F47
Complementary color
Monochromatic Colors of #EC0F47
Black with #EC0F47
Text Example
Text Example
White with #EC0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F47; }
p { color: rgb(236,15,71); }
H1.HeaderClassName
{
color: #EC0F47;
}
.AnyTagClassName
{
color: #EC0F47;
}
</style>
background-color css
<style>
a { background-color: #EC0F47; }
a { background-color: rgb(236,15,71); }
div.DivClassName
{
background-color: #EC0F47;
}
.BgClassName
{
background-color: #EC0F47;
}
</style>
border-color css
<style>
span { border-color: #EC0F47; }
span { border-color: rgb(236,15,71); }
td.TdClassName
{
border-color: #EC0F47;
}
.TagClassName
{
border-color: #EC0F47;
}
</style>