Shades of Crimson #EC1243
Tints of Crimson #EC1243
RGB
CMYK
RGB Variations
Color information
#EC1243 (or 0xEC1243) is known color: Crimson. HEX triplet: EC, 12 and 43. RGB value is (236,18,67). Sum of RGB (Red+Green+Blue) = 236+18+67=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1243 is #13EDBC. Grayscale: #585858. Windows color (decimal): -1306045 or 4395756. OLE color: 4395756.
HSL color Cylindrical-coordinate representation of color #EC1243: hue angle of 346.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1243 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.07 |
| HSL | 346.51º | 0.86% | 0.5% | - |
| HSV(B) | 346.51º | 0.92% | 0.93% | - |
| XYZ | 35.82 | 18.67 | 7.03 | - |
| YUV | 88.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 67 | 0 | 0.92 | 0.72 | 0.07 | 346.51 | 0.86 | 0.5 |
| Hex | EC | 12 | 43 | 0 | 5C | 48 | 7 | 15B | 56 | 32 |
| Octal | 354 | 22 | 103 | 0 | 134 | 110 | 7 | 533 | 126 | 62 |
| Binary | 11101100 | 10010 | 1000011 | 0 | 1011100 | 1001000 | 111 | 101011011 | 1010110 | 110010 |
Color Harmonies of #EC1243
Complementary color
Monochromatic Colors of #EC1243
Black with #EC1243
Text Example
Text Example
White with #EC1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1243; }
p { color: rgb(236,18,67); }
H1.HeaderClassName
{
color: #EC1243;
}
.AnyTagClassName
{
color: #EC1243;
}
</style>
background-color css
<style>
a { background-color: #EC1243; }
a { background-color: rgb(236,18,67); }
div.DivClassName
{
background-color: #EC1243;
}
.BgClassName
{
background-color: #EC1243;
}
</style>
border-color css
<style>
span { border-color: #EC1243; }
span { border-color: rgb(236,18,67); }
td.TdClassName
{
border-color: #EC1243;
}
.TagClassName
{
border-color: #EC1243;
}
</style>