Shades of Crimson #EC1446
Tints of Crimson #EC1446
RGB
CMYK
RGB Variations
Color information
#EC1446 (or 0xEC1446) is known color: Crimson. HEX triplet: EC, 14 and 46. RGB value is (236,20,70). Sum of RGB (Red+Green+Blue) = 236+20+70=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1446 is #13EBB9. Grayscale: #5A5A5A. Windows color (decimal): -1305530 or 4592876. OLE color: 4592876.
HSL color Cylindrical-coordinate representation of color #EC1446: hue angle of 346.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1446 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.07 |
| HSL | 346.11º | 0.85% | 0.5% | - |
| HSV(B) | 346.11º | 0.92% | 0.93% | - |
| XYZ | 35.95 | 18.78 | 7.52 | - |
| YUV | 90.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 70 | 0 | 0.92 | 0.70 | 0.07 | 346.11 | 0.85 | 0.5 |
| Hex | EC | 14 | 46 | 0 | 5C | 46 | 7 | 15A | 55 | 32 |
| Octal | 354 | 24 | 106 | 0 | 134 | 106 | 7 | 532 | 125 | 62 |
| Binary | 11101100 | 10100 | 1000110 | 0 | 1011100 | 1000110 | 111 | 101011010 | 1010101 | 110010 |
Color Harmonies of #EC1446
Complementary color
Monochromatic Colors of #EC1446
Black with #EC1446
Text Example
Text Example
White with #EC1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1446; }
p { color: rgb(236,20,70); }
H1.HeaderClassName
{
color: #EC1446;
}
.AnyTagClassName
{
color: #EC1446;
}
</style>
background-color css
<style>
a { background-color: #EC1446; }
a { background-color: rgb(236,20,70); }
div.DivClassName
{
background-color: #EC1446;
}
.BgClassName
{
background-color: #EC1446;
}
</style>
border-color css
<style>
span { border-color: #EC1446; }
span { border-color: rgb(236,20,70); }
td.TdClassName
{
border-color: #EC1446;
}
.TagClassName
{
border-color: #EC1446;
}
</style>