Shades of Crimson #EC1638
Tints of Crimson #EC1638
RGB
CMYK
RGB Variations
Color information
#EC1638 (or 0xEC1638) is known color: Crimson. HEX triplet: EC, 16 and 38. RGB value is (236,22,56). Sum of RGB (Red+Green+Blue) = 236+22+56=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1638 is #13E9C7. Grayscale: #595959. Windows color (decimal): -1305032 or 3675884. OLE color: 3675884.
HSL color Cylindrical-coordinate representation of color #EC1638: hue angle of 350.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1638 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 56 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.07 |
| HSL | 350.47º | 0.85% | 0.51% | - |
| HSV(B) | 350.47º | 0.91% | 0.93% | - |
| XYZ | 35.59 | 18.69 | 5.47 | - |
| YUV | 89.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 56 | 0 | 0.91 | 0.76 | 0.07 | 350.47 | 0.85 | 0.51 |
| Hex | EC | 16 | 38 | 0 | 5B | 4C | 7 | 15E | 55 | 33 |
| Octal | 354 | 26 | 70 | 0 | 133 | 114 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 10110 | 111000 | 0 | 1011011 | 1001100 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC1638
Complementary color
Monochromatic Colors of #EC1638
Black with #EC1638
Text Example
Text Example
White with #EC1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1638; }
p { color: rgb(236,22,56); }
H1.HeaderClassName
{
color: #EC1638;
}
.AnyTagClassName
{
color: #EC1638;
}
</style>
background-color css
<style>
a { background-color: #EC1638; }
a { background-color: rgb(236,22,56); }
div.DivClassName
{
background-color: #EC1638;
}
.BgClassName
{
background-color: #EC1638;
}
</style>
border-color css
<style>
span { border-color: #EC1638; }
span { border-color: rgb(236,22,56); }
td.TdClassName
{
border-color: #EC1638;
}
.TagClassName
{
border-color: #EC1638;
}
</style>