Shades of Crimson #EC173B
Tints of Crimson #EC173B
RGB
CMYK
RGB Variations
Color information
#EC173B (or 0xEC173B) is known color: Crimson. HEX triplet: EC, 17 and 3B. RGB value is (236,23,59). Sum of RGB (Red+Green+Blue) = 236+23+59=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC173B is #13E8C4. Grayscale: #5A5A5A. Windows color (decimal): -1304773 or 3872748. OLE color: 3872748.
HSL color Cylindrical-coordinate representation of color #EC173B: hue angle of 349.86º 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 #EC173B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.07 |
| HSL | 349.86º | 0.85% | 0.51% | - |
| HSV(B) | 349.86º | 0.9% | 0.93% | - |
| XYZ | 35.69 | 18.76 | 5.88 | - |
| YUV | 90.79 | 110.07 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 59 | 0 | 0.90 | 0.75 | 0.07 | 349.86 | 0.85 | 0.51 |
| Hex | EC | 17 | 3B | 0 | 5A | 4B | 7 | 15E | 55 | 33 |
| Octal | 354 | 27 | 73 | 0 | 132 | 113 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 10111 | 111011 | 0 | 1011010 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC173B
Complementary color
Monochromatic Colors of #EC173B
Black with #EC173B
Text Example
Text Example
White with #EC173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC173B; }
p { color: rgb(236,23,59); }
H1.HeaderClassName
{
color: #EC173B;
}
.AnyTagClassName
{
color: #EC173B;
}
</style>
background-color css
<style>
a { background-color: #EC173B; }
a { background-color: rgb(236,23,59); }
div.DivClassName
{
background-color: #EC173B;
}
.BgClassName
{
background-color: #EC173B;
}
</style>
border-color css
<style>
span { border-color: #EC173B; }
span { border-color: rgb(236,23,59); }
td.TdClassName
{
border-color: #EC173B;
}
.TagClassName
{
border-color: #EC173B;
}
</style>