Shades of Crimson #EC1536
Tints of Crimson #EC1536
RGB
CMYK
RGB Variations
Color information
#EC1536 (or 0xEC1536) is known color: Crimson. HEX triplet: EC, 15 and 36. RGB value is (236,21,54). Sum of RGB (Red+Green+Blue) = 236+21+54=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1536 is #13EAC9. Grayscale: #595959. Windows color (decimal): -1305290 or 3544556. OLE color: 3544556.
HSL color Cylindrical-coordinate representation of color #EC1536: hue angle of 350.79º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1536 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.07 |
| HSL | 350.79º | 0.85% | 0.5% | - |
| HSV(B) | 350.79º | 0.91% | 0.93% | - |
| XYZ | 35.53 | 18.64 | 5.21 | - |
| YUV | 89.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 54 | 0 | 0.91 | 0.77 | 0.07 | 350.79 | 0.85 | 0.5 |
| Hex | EC | 15 | 36 | 0 | 5B | 4D | 7 | 15F | 55 | 32 |
| Octal | 354 | 25 | 66 | 0 | 133 | 115 | 7 | 537 | 125 | 62 |
| Binary | 11101100 | 10101 | 110110 | 0 | 1011011 | 1001101 | 111 | 101011111 | 1010101 | 110010 |
Color Harmonies of #EC1536
Complementary color
Monochromatic Colors of #EC1536
Black with #EC1536
Text Example
Text Example
White with #EC1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1536; }
p { color: rgb(236,21,54); }
H1.HeaderClassName
{
color: #EC1536;
}
.AnyTagClassName
{
color: #EC1536;
}
</style>
background-color css
<style>
a { background-color: #EC1536; }
a { background-color: rgb(236,21,54); }
div.DivClassName
{
background-color: #EC1536;
}
.BgClassName
{
background-color: #EC1536;
}
</style>
border-color css
<style>
span { border-color: #EC1536; }
span { border-color: rgb(236,21,54); }
td.TdClassName
{
border-color: #EC1536;
}
.TagClassName
{
border-color: #EC1536;
}
</style>