Shades of Crimson #EC1545
Tints of Crimson #EC1545
RGB
CMYK
RGB Variations
Color information
#EC1545 (or 0xEC1545) is known color: Crimson. HEX triplet: EC, 15 and 45. RGB value is (236,21,69). Sum of RGB (Red+Green+Blue) = 236+21+69=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1545 is #13EABA. Grayscale: #5A5A5A. Windows color (decimal): -1305275 or 4527596. OLE color: 4527596.
HSL color Cylindrical-coordinate representation of color #EC1545: hue angle of 346.6º 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 #EC1545 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 346.6º | 0.85% | 0.5% | - |
| HSV(B) | 346.6º | 0.91% | 0.93% | - |
| XYZ | 35.93 | 18.8 | 7.36 | - |
| YUV | 90.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 69 | 0 | 0.91 | 0.71 | 0.07 | 346.6 | 0.85 | 0.5 |
| Hex | EC | 15 | 45 | 0 | 5B | 47 | 7 | 15B | 55 | 32 |
| Octal | 354 | 25 | 105 | 0 | 133 | 107 | 7 | 533 | 125 | 62 |
| Binary | 11101100 | 10101 | 1000101 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010101 | 110010 |
Color Harmonies of #EC1545
Complementary color
Monochromatic Colors of #EC1545
Black with #EC1545
Text Example
Text Example
White with #EC1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1545; }
p { color: rgb(236,21,69); }
H1.HeaderClassName
{
color: #EC1545;
}
.AnyTagClassName
{
color: #EC1545;
}
</style>
background-color css
<style>
a { background-color: #EC1545; }
a { background-color: rgb(236,21,69); }
div.DivClassName
{
background-color: #EC1545;
}
.BgClassName
{
background-color: #EC1545;
}
</style>
border-color css
<style>
span { border-color: #EC1545; }
span { border-color: rgb(236,21,69); }
td.TdClassName
{
border-color: #EC1545;
}
.TagClassName
{
border-color: #EC1545;
}
</style>