Shades of Crimson #EC0D42
Tints of Crimson #EC0D42
RGB
CMYK
RGB Variations
Color information
#EC0D42 (or 0xEC0D42) is known color: Crimson. HEX triplet: EC, 0D and 42. RGB value is (236,13,66). Sum of RGB (Red+Green+Blue) = 236+13+66=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D42 is #13F2BD. Grayscale: #555555. Windows color (decimal): -1307326 or 4328940. OLE color: 4328940.
HSL color Cylindrical-coordinate representation of color #EC0D42: hue angle of 345.74º degrees, saturation: 0.9, 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 #EC0D42 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 66 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.07 |
| HSL | 345.74º | 0.9% | 0.49% | - |
| HSV(B) | 345.74º | 0.94% | 0.93% | - |
| XYZ | 35.72 | 18.51 | 6.85 | - |
| YUV | 85.72 | 116.88 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 66 | 0 | 0.94 | 0.72 | 0.07 | 345.74 | 0.9 | 0.49 |
| Hex | EC | D | 42 | 0 | 5E | 48 | 7 | 15A | 5A | 31 |
| Octal | 354 | 15 | 102 | 0 | 136 | 110 | 7 | 532 | 132 | 61 |
| Binary | 11101100 | 1101 | 1000010 | 0 | 1011110 | 1001000 | 111 | 101011010 | 1011010 | 110001 |
Color Harmonies of #EC0D42
Complementary color
Monochromatic Colors of #EC0D42
Black with #EC0D42
Text Example
Text Example
White with #EC0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D42; }
p { color: rgb(236,13,66); }
H1.HeaderClassName
{
color: #EC0D42;
}
.AnyTagClassName
{
color: #EC0D42;
}
</style>
background-color css
<style>
a { background-color: #EC0D42; }
a { background-color: rgb(236,13,66); }
div.DivClassName
{
background-color: #EC0D42;
}
.BgClassName
{
background-color: #EC0D42;
}
</style>
border-color css
<style>
span { border-color: #EC0D42; }
span { border-color: rgb(236,13,66); }
td.TdClassName
{
border-color: #EC0D42;
}
.TagClassName
{
border-color: #EC0D42;
}
</style>