Shades of Crimson #EC0943
Tints of Crimson #EC0943
RGB
CMYK
RGB Variations
Color information
#EC0943 (or 0xEC0943) is known color: Crimson. HEX triplet: EC, 09 and 43. RGB value is (236,9,67). Sum of RGB (Red+Green+Blue) = 236+9+67=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0943 is #13F6BC. Grayscale: #535353. Windows color (decimal): -1308349 or 4393452. OLE color: 4393452.
HSL color Cylindrical-coordinate representation of color #EC0943: hue angle of 344.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0943 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.07 |
| HSL | 344.67º | 0.93% | 0.48% | - |
| HSV(B) | 344.67º | 0.96% | 0.93% | - |
| XYZ | 35.7 | 18.43 | 6.99 | - |
| YUV | 83.49 | 118.71 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 67 | 0 | 0.96 | 0.72 | 0.07 | 344.67 | 0.93 | 0.48 |
| Hex | EC | 9 | 43 | 0 | 60 | 48 | 7 | 159 | 5D | 30 |
| Octal | 354 | 11 | 103 | 0 | 140 | 110 | 7 | 531 | 135 | 60 |
| Binary | 11101100 | 1001 | 1000011 | 0 | 1100000 | 1001000 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #EC0943
Complementary color
Monochromatic Colors of #EC0943
Black with #EC0943
Text Example
Text Example
White with #EC0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0943; }
p { color: rgb(236,9,67); }
H1.HeaderClassName
{
color: #EC0943;
}
.AnyTagClassName
{
color: #EC0943;
}
</style>
background-color css
<style>
a { background-color: #EC0943; }
a { background-color: rgb(236,9,67); }
div.DivClassName
{
background-color: #EC0943;
}
.BgClassName
{
background-color: #EC0943;
}
</style>
border-color css
<style>
span { border-color: #EC0943; }
span { border-color: rgb(236,9,67); }
td.TdClassName
{
border-color: #EC0943;
}
.TagClassName
{
border-color: #EC0943;
}
</style>