Shades of Crimson #EC1635
Tints of Crimson #EC1635
RGB
CMYK
RGB Variations
Color information
#EC1635 (or 0xEC1635) is known color: Crimson. HEX triplet: EC, 16 and 35. RGB value is (236,22,53). Sum of RGB (Red+Green+Blue) = 236+22+53=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1635 is #13E9CA. Grayscale: #595959. Windows color (decimal): -1305035 or 3479276. OLE color: 3479276.
HSL color Cylindrical-coordinate representation of color #EC1635: hue angle of 351.31º 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 #EC1635 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 53 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.07 |
| HSL | 351.31º | 0.85% | 0.51% | - |
| HSV(B) | 351.31º | 0.91% | 0.93% | - |
| XYZ | 35.52 | 18.66 | 5.1 | - |
| YUV | 89.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 53 | 0 | 0.91 | 0.78 | 0.07 | 351.31 | 0.85 | 0.51 |
| Hex | EC | 16 | 35 | 0 | 5B | 4E | 7 | 15F | 55 | 33 |
| Octal | 354 | 26 | 65 | 0 | 133 | 116 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 10110 | 110101 | 0 | 1011011 | 1001110 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1635
Complementary color
Monochromatic Colors of #EC1635
Black with #EC1635
Text Example
Text Example
White with #EC1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1635; }
p { color: rgb(236,22,53); }
H1.HeaderClassName
{
color: #EC1635;
}
.AnyTagClassName
{
color: #EC1635;
}
</style>
background-color css
<style>
a { background-color: #EC1635; }
a { background-color: rgb(236,22,53); }
div.DivClassName
{
background-color: #EC1635;
}
.BgClassName
{
background-color: #EC1635;
}
</style>
border-color css
<style>
span { border-color: #EC1635; }
span { border-color: rgb(236,22,53); }
td.TdClassName
{
border-color: #EC1635;
}
.TagClassName
{
border-color: #EC1635;
}
</style>