Shades of Crimson #EC154C
Tints of Crimson #EC154C
RGB
CMYK
RGB Variations
Color information
#EC154C (or 0xEC154C) is known color: Crimson. HEX triplet: EC, 15 and 4C. RGB value is (236,21,76). Sum of RGB (Red+Green+Blue) = 236+21+76=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC154C is #13EAB3. Grayscale: #5B5B5B. Windows color (decimal): -1305268 or 4986348. OLE color: 4986348.
HSL color Cylindrical-coordinate representation of color #EC154C: hue angle of 344.65º 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 #EC154C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 344.65º | 0.85% | 0.5% | - |
| HSV(B) | 344.65º | 0.91% | 0.93% | - |
| XYZ | 36.16 | 18.89 | 8.58 | - |
| YUV | 91.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 76 | 0 | 0.91 | 0.68 | 0.07 | 344.65 | 0.85 | 0.5 |
| Hex | EC | 15 | 4C | 0 | 5B | 44 | 7 | 159 | 55 | 32 |
| Octal | 354 | 25 | 114 | 0 | 133 | 104 | 7 | 531 | 125 | 62 |
| Binary | 11101100 | 10101 | 1001100 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010101 | 110010 |
Color Harmonies of #EC154C
Complementary color
Monochromatic Colors of #EC154C
Black with #EC154C
Text Example
Text Example
White with #EC154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC154C; }
p { color: rgb(236,21,76); }
H1.HeaderClassName
{
color: #EC154C;
}
.AnyTagClassName
{
color: #EC154C;
}
</style>
background-color css
<style>
a { background-color: #EC154C; }
a { background-color: rgb(236,21,76); }
div.DivClassName
{
background-color: #EC154C;
}
.BgClassName
{
background-color: #EC154C;
}
</style>
border-color css
<style>
span { border-color: #EC154C; }
span { border-color: rgb(236,21,76); }
td.TdClassName
{
border-color: #EC154C;
}
.TagClassName
{
border-color: #EC154C;
}
</style>