Shades of Crimson #EC164B
Tints of Crimson #EC164B
RGB
CMYK
RGB Variations
Color information
#EC164B (or 0xEC164B) is known color: Crimson. HEX triplet: EC, 16 and 4B. RGB value is (236,22,75). Sum of RGB (Red+Green+Blue) = 236+22+75=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC164B is #13E9B4. Grayscale: #5C5C5C. Windows color (decimal): -1305013 or 4921068. OLE color: 4921068.
HSL color Cylindrical-coordinate representation of color #EC164B: hue angle of 345.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC164B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 75 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 345.14º | 0.85% | 0.51% | - |
| HSV(B) | 345.14º | 0.91% | 0.93% | - |
| XYZ | 36.15 | 18.91 | 8.4 | - |
| YUV | 92.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 75 | 0 | 0.91 | 0.68 | 0.07 | 345.14 | 0.85 | 0.51 |
| Hex | EC | 16 | 4B | 0 | 5B | 44 | 7 | 159 | 55 | 33 |
| Octal | 354 | 26 | 113 | 0 | 133 | 104 | 7 | 531 | 125 | 63 |
| Binary | 11101100 | 10110 | 1001011 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010101 | 110011 |
Color Harmonies of #EC164B
Complementary color
Monochromatic Colors of #EC164B
Black with #EC164B
Text Example
Text Example
White with #EC164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC164B; }
p { color: rgb(236,22,75); }
H1.HeaderClassName
{
color: #EC164B;
}
.AnyTagClassName
{
color: #EC164B;
}
</style>
background-color css
<style>
a { background-color: #EC164B; }
a { background-color: rgb(236,22,75); }
div.DivClassName
{
background-color: #EC164B;
}
.BgClassName
{
background-color: #EC164B;
}
</style>
border-color css
<style>
span { border-color: #EC164B; }
span { border-color: rgb(236,22,75); }
td.TdClassName
{
border-color: #EC164B;
}
.TagClassName
{
border-color: #EC164B;
}
</style>