Shades of Crimson #EC173F
Tints of Crimson #EC173F
RGB
CMYK
RGB Variations
Color information
#EC173F (or 0xEC173F) is known color: Crimson. HEX triplet: EC, 17 and 3F. RGB value is (236,23,63). Sum of RGB (Red+Green+Blue) = 236+23+63=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC173F is #13E8C0. Grayscale: #5B5B5B. Windows color (decimal): -1304769 or 4134892. OLE color: 4134892.
HSL color Cylindrical-coordinate representation of color #EC173F: hue angle of 348.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC173F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 63 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.07 |
| HSL | 348.73º | 0.85% | 0.51% | - |
| HSV(B) | 348.73º | 0.9% | 0.93% | - |
| XYZ | 35.8 | 18.8 | 6.45 | - |
| YUV | 91.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 63 | 0 | 0.90 | 0.73 | 0.07 | 348.73 | 0.85 | 0.51 |
| Hex | EC | 17 | 3F | 0 | 5A | 49 | 7 | 15D | 55 | 33 |
| Octal | 354 | 27 | 77 | 0 | 132 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 10111 | 111111 | 0 | 1011010 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC173F
Complementary color
Monochromatic Colors of #EC173F
Black with #EC173F
Text Example
Text Example
White with #EC173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC173F; }
p { color: rgb(236,23,63); }
H1.HeaderClassName
{
color: #EC173F;
}
.AnyTagClassName
{
color: #EC173F;
}
</style>
background-color css
<style>
a { background-color: #EC173F; }
a { background-color: rgb(236,23,63); }
div.DivClassName
{
background-color: #EC173F;
}
.BgClassName
{
background-color: #EC173F;
}
</style>
border-color css
<style>
span { border-color: #EC173F; }
span { border-color: rgb(236,23,63); }
td.TdClassName
{
border-color: #EC173F;
}
.TagClassName
{
border-color: #EC173F;
}
</style>