Shades of Crimson #EC193B
Tints of Crimson #EC193B
RGB
CMYK
RGB Variations
Color information
#EC193B (or 0xEC193B) is known color: Crimson. HEX triplet: EC, 19 and 3B. RGB value is (236,25,59). Sum of RGB (Red+Green+Blue) = 236+25+59=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC193B is #13E6C4. Grayscale: #5C5C5C. Windows color (decimal): -1304261 or 3873260. OLE color: 3873260.
HSL color Cylindrical-coordinate representation of color #EC193B: hue angle of 350.33º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC193B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 25 | 59 | - |
CMYK | 0 | 0.89 | 0.75 | 0.07 |
HSL | 350.33º | 0.85% | 0.51% | - |
HSV(B) | 350.33º | 0.89% | 0.93% | - |
XYZ | 35.73 | 18.84 | 5.89 | - |
YUV | 91.97 | 109.4 | 230.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 25 | 59 | 0 | 0.89 | 0.75 | 0.07 | 350.33 | 0.85 | 0.51 |
Hex | EC | 19 | 3B | 0 | 59 | 4B | 7 | 15E | 55 | 33 |
Octal | 354 | 31 | 73 | 0 | 131 | 113 | 7 | 536 | 125 | 63 |
Binary | 11101100 | 11001 | 111011 | 0 | 1011001 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC193B
Complementary color
Monochromatic Colors of #EC193B
Black with #EC193B
Text Example
Text Example
White with #EC193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC193B; }
p { color: rgb(236,25,59); }
H1.HeaderClassName
{
color: #EC193B;
}
.AnyTagClassName
{
color: #EC193B;
}
</style>
background-color css
<style>
a { background-color: #EC193B; }
a { background-color: rgb(236,25,59); }
div.DivClassName
{
background-color: #EC193B;
}
.BgClassName
{
background-color: #EC193B;
}
</style>
border-color css
<style>
span { border-color: #EC193B; }
span { border-color: rgb(236,25,59); }
td.TdClassName
{
border-color: #EC193B;
}
.TagClassName
{
border-color: #EC193B;
}
</style>