Shades of Crimson #EC1144
Tints of Crimson #EC1144
RGB
CMYK
RGB Variations
Color information
#EC1144 (or 0xEC1144) is known color: Crimson. HEX triplet: EC, 11 and 44. RGB value is (236,17,68). Sum of RGB (Red+Green+Blue) = 236+17+68=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1144 is #13EEBB. Grayscale: #585858. Windows color (decimal): -1306300 or 4461036. OLE color: 4461036.
HSL color Cylindrical-coordinate representation of color #EC1144: hue angle of 346.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1144 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.07 |
| HSL | 346.03º | 0.87% | 0.5% | - |
| HSV(B) | 346.03º | 0.93% | 0.93% | - |
| XYZ | 35.84 | 18.65 | 7.18 | - |
| YUV | 88.3 | 116.55 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 68 | 0 | 0.93 | 0.71 | 0.07 | 346.03 | 0.87 | 0.5 |
| Hex | EC | 11 | 44 | 0 | 5D | 47 | 7 | 15A | 57 | 32 |
| Octal | 354 | 21 | 104 | 0 | 135 | 107 | 7 | 532 | 127 | 62 |
| Binary | 11101100 | 10001 | 1000100 | 0 | 1011101 | 1000111 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EC1144
Complementary color
Monochromatic Colors of #EC1144
Black with #EC1144
Text Example
Text Example
White with #EC1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1144; }
p { color: rgb(236,17,68); }
H1.HeaderClassName
{
color: #EC1144;
}
.AnyTagClassName
{
color: #EC1144;
}
</style>
background-color css
<style>
a { background-color: #EC1144; }
a { background-color: rgb(236,17,68); }
div.DivClassName
{
background-color: #EC1144;
}
.BgClassName
{
background-color: #EC1144;
}
</style>
border-color css
<style>
span { border-color: #EC1144; }
span { border-color: rgb(236,17,68); }
td.TdClassName
{
border-color: #EC1144;
}
.TagClassName
{
border-color: #EC1144;
}
</style>