Shades of Crimson #EC0F46
Tints of Crimson #EC0F46
RGB
CMYK
RGB Variations
Color information
#EC0F46 (or 0xEC0F46) is known color: Crimson. HEX triplet: EC, 0F and 46. RGB value is (236,15,70). Sum of RGB (Red+Green+Blue) = 236+15+70=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F46 is #13F0B9. Grayscale: #575757. Windows color (decimal): -1306810 or 4591596. OLE color: 4591596.
HSL color Cylindrical-coordinate representation of color #EC0F46: hue angle of 345.07º 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 #EC0F46 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 70 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.07 |
| HSL | 345.07º | 0.88% | 0.49% | - |
| HSV(B) | 345.07º | 0.94% | 0.93% | - |
| XYZ | 35.87 | 18.62 | 7.5 | - |
| YUV | 87.35 | 118.22 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 70 | 0 | 0.94 | 0.70 | 0.07 | 345.07 | 0.88 | 0.49 |
| Hex | EC | F | 46 | 0 | 5E | 46 | 7 | 159 | 58 | 31 |
| Octal | 354 | 17 | 106 | 0 | 136 | 106 | 7 | 531 | 130 | 61 |
| Binary | 11101100 | 1111 | 1000110 | 0 | 1011110 | 1000110 | 111 | 101011001 | 1011000 | 110001 |
Color Harmonies of #EC0F46
Complementary color
Monochromatic Colors of #EC0F46
Black with #EC0F46
Text Example
Text Example
White with #EC0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F46; }
p { color: rgb(236,15,70); }
H1.HeaderClassName
{
color: #EC0F46;
}
.AnyTagClassName
{
color: #EC0F46;
}
</style>
background-color css
<style>
a { background-color: #EC0F46; }
a { background-color: rgb(236,15,70); }
div.DivClassName
{
background-color: #EC0F46;
}
.BgClassName
{
background-color: #EC0F46;
}
</style>
border-color css
<style>
span { border-color: #EC0F46; }
span { border-color: rgb(236,15,70); }
td.TdClassName
{
border-color: #EC0F46;
}
.TagClassName
{
border-color: #EC0F46;
}
</style>