Shades of Crimson #EC1B43
Tints of Crimson #EC1B43
RGB
CMYK
RGB Variations
Color information
#EC1B43 (or 0xEC1B43) is known color: Crimson. HEX triplet: EC, 1B and 43. RGB value is (236,27,67). Sum of RGB (Red+Green+Blue) = 236+27+67=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B43 is #13E4BC. Grayscale: #5E5E5E. Windows color (decimal): -1303741 or 4398060. OLE color: 4398060.
HSL color Cylindrical-coordinate representation of color #EC1B43: hue angle of 348.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B43 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 67 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.07 |
| HSL | 348.52º | 0.85% | 0.52% | - |
| HSV(B) | 348.52º | 0.89% | 0.93% | - |
| XYZ | 36 | 19.02 | 7.08 | - |
| YUV | 94.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 67 | 0 | 0.89 | 0.72 | 0.07 | 348.52 | 0.85 | 0.52 |
| Hex | EC | 1B | 43 | 0 | 59 | 48 | 7 | 15D | 55 | 34 |
| Octal | 354 | 33 | 103 | 0 | 131 | 110 | 7 | 535 | 125 | 64 |
| Binary | 11101100 | 11011 | 1000011 | 0 | 1011001 | 1001000 | 111 | 101011101 | 1010101 | 110100 |
Color Harmonies of #EC1B43
Complementary color
Monochromatic Colors of #EC1B43
Black with #EC1B43
Text Example
Text Example
White with #EC1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B43; }
p { color: rgb(236,27,67); }
H1.HeaderClassName
{
color: #EC1B43;
}
.AnyTagClassName
{
color: #EC1B43;
}
</style>
background-color css
<style>
a { background-color: #EC1B43; }
a { background-color: rgb(236,27,67); }
div.DivClassName
{
background-color: #EC1B43;
}
.BgClassName
{
background-color: #EC1B43;
}
</style>
border-color css
<style>
span { border-color: #EC1B43; }
span { border-color: rgb(236,27,67); }
td.TdClassName
{
border-color: #EC1B43;
}
.TagClassName
{
border-color: #EC1B43;
}
</style>