Shades of Crimson #EC1A3F
Tints of Crimson #EC1A3F
RGB
CMYK
RGB Variations
Color information
#EC1A3F (or 0xEC1A3F) is known color: Crimson. HEX triplet: EC, 1A and 3F. RGB value is (236,26,63). Sum of RGB (Red+Green+Blue) = 236+26+63=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A3F is #13E5C0. Grayscale: #5D5D5D. Windows color (decimal): -1304001 or 4135660. OLE color: 4135660.
HSL color Cylindrical-coordinate representation of color #EC1A3F: hue angle of 349.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A3F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 63 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.07 |
| HSL | 349.43º | 0.85% | 0.51% | - |
| HSV(B) | 349.43º | 0.89% | 0.93% | - |
| XYZ | 35.86 | 18.93 | 6.47 | - |
| YUV | 93.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 63 | 0 | 0.89 | 0.73 | 0.07 | 349.43 | 0.85 | 0.51 |
| Hex | EC | 1A | 3F | 0 | 59 | 49 | 7 | 15D | 55 | 33 |
| Octal | 354 | 32 | 77 | 0 | 131 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 11010 | 111111 | 0 | 1011001 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC1A3F
Complementary color
Monochromatic Colors of #EC1A3F
Black with #EC1A3F
Text Example
Text Example
White with #EC1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A3F; }
p { color: rgb(236,26,63); }
H1.HeaderClassName
{
color: #EC1A3F;
}
.AnyTagClassName
{
color: #EC1A3F;
}
</style>
background-color css
<style>
a { background-color: #EC1A3F; }
a { background-color: rgb(236,26,63); }
div.DivClassName
{
background-color: #EC1A3F;
}
.BgClassName
{
background-color: #EC1A3F;
}
</style>
border-color css
<style>
span { border-color: #EC1A3F; }
span { border-color: rgb(236,26,63); }
td.TdClassName
{
border-color: #EC1A3F;
}
.TagClassName
{
border-color: #EC1A3F;
}
</style>