Shades of Crimson #EC173D
Tints of Crimson #EC173D
RGB
CMYK
RGB Variations
Color information
#EC173D (or 0xEC173D) is known color: Crimson. HEX triplet: EC, 17 and 3D. RGB value is (236,23,61). Sum of RGB (Red+Green+Blue) = 236+23+61=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC173D is #13E8C2. Grayscale: #5B5B5B. Windows color (decimal): -1304771 or 4003820. OLE color: 4003820.
HSL color Cylindrical-coordinate representation of color #EC173D: hue angle of 349.3º 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 #EC173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.3º | 0.85% | 0.51% | - |
| HSV(B) | 349.3º | 0.9% | 0.93% | - |
| XYZ | 35.74 | 18.78 | 6.16 | - |
| YUV | 91.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 61 | 0 | 0.90 | 0.74 | 0.07 | 349.3 | 0.85 | 0.51 |
| Hex | EC | 17 | 3D | 0 | 5A | 4A | 7 | 15D | 55 | 33 |
| Octal | 354 | 27 | 75 | 0 | 132 | 112 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 10111 | 111101 | 0 | 1011010 | 1001010 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC173D
Complementary color
Monochromatic Colors of #EC173D
Black with #EC173D
Text Example
Text Example
White with #EC173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC173D; }
p { color: rgb(236,23,61); }
H1.HeaderClassName
{
color: #EC173D;
}
.AnyTagClassName
{
color: #EC173D;
}
</style>
background-color css
<style>
a { background-color: #EC173D; }
a { background-color: rgb(236,23,61); }
div.DivClassName
{
background-color: #EC173D;
}
.BgClassName
{
background-color: #EC173D;
}
</style>
border-color css
<style>
span { border-color: #EC173D; }
span { border-color: rgb(236,23,61); }
td.TdClassName
{
border-color: #EC173D;
}
.TagClassName
{
border-color: #EC173D;
}
</style>