Shades of Crimson #EC1741
Tints of Crimson #EC1741
RGB
CMYK
RGB Variations
Color information
#EC1741 (or 0xEC1741) is known color: Crimson. HEX triplet: EC, 17 and 41. RGB value is (236,23,65). Sum of RGB (Red+Green+Blue) = 236+23+65=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1741 is #13E8BE. Grayscale: #5B5B5B. Windows color (decimal): -1304767 or 4265964. OLE color: 4265964.
HSL color Cylindrical-coordinate representation of color #EC1741: hue angle of 348.17º 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 #EC1741 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.07 |
| HSL | 348.17º | 0.85% | 0.51% | - |
| HSV(B) | 348.17º | 0.9% | 0.93% | - |
| XYZ | 35.85 | 18.83 | 6.75 | - |
| YUV | 91.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 65 | 0 | 0.90 | 0.72 | 0.07 | 348.17 | 0.85 | 0.51 |
| Hex | EC | 17 | 41 | 0 | 5A | 48 | 7 | 15C | 55 | 33 |
| Octal | 354 | 27 | 101 | 0 | 132 | 110 | 7 | 534 | 125 | 63 |
| Binary | 11101100 | 10111 | 1000001 | 0 | 1011010 | 1001000 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #EC1741
Complementary color
Monochromatic Colors of #EC1741
Black with #EC1741
Text Example
Text Example
White with #EC1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1741; }
p { color: rgb(236,23,65); }
H1.HeaderClassName
{
color: #EC1741;
}
.AnyTagClassName
{
color: #EC1741;
}
</style>
background-color css
<style>
a { background-color: #EC1741; }
a { background-color: rgb(236,23,65); }
div.DivClassName
{
background-color: #EC1741;
}
.BgClassName
{
background-color: #EC1741;
}
</style>
border-color css
<style>
span { border-color: #EC1741; }
span { border-color: rgb(236,23,65); }
td.TdClassName
{
border-color: #EC1741;
}
.TagClassName
{
border-color: #EC1741;
}
</style>